diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-02-01 14:04:23 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-02-01 14:16:46 -0300 |
commit | 2edf8f3d754407e04f534df18a2ebe04175cda48 (patch) | |
tree | 31f66442611ff2585cd058979eba141cec4f08db /NEWS | |
parent | 9826b03b747b841f5fc6de2054bf1ef3f5c4bdf3 (diff) | |
download | glibc-2edf8f3d754407e04f534df18a2ebe04175cda48.tar glibc-2edf8f3d754407e04f534df18a2ebe04175cda48.tar.gz glibc-2edf8f3d754407e04f534df18a2ebe04175cda48.tar.bz2 glibc-2edf8f3d754407e04f534df18a2ebe04175cda48.zip |
Open master branch for glibc 2.34 developmentglibc-2.33.9000
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -5,6 +5,30 @@ See the end for copying conditions. Please send GNU C library bug reports via <https://sourceware.org/bugzilla/> using `glibc' in the "product" field. +Version 2.34 + +Major new features: + + [Add new features here] + +Deprecated and removed features, and other changes affecting compatibility: + + [Add deprecations, removals and changes affecting compatibility here] + +Changes to build and runtime requirements: + + [Add changes to build and runtime requirements here] + +Security related changes: + + [Add security related changes here] + +The following bugs are resolved with this release: + + [The release manager will add the list generated by + scripts/list-fixed-bugs.py just before the release.] + + Version 2.33 Major new features: |