Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glibc
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrors
glibc
Commits
2412deae
Commit
2412deae
authored
2 years ago
by
Carlos O'Donell
Browse files
Options
Downloads
Patches
Plain Diff
Open master branch for glibc 2.38 development
parent
a704fd9a
Branches
Branches containing commit
Tags
glibc-2.37.9000
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+23
-0
23 additions, 0 deletions
NEWS
version.h
+2
-2
2 additions, 2 deletions
version.h
with
25 additions
and
2 deletions
NEWS
+
23
−
0
View file @
2412deae
...
...
@@ -5,6 +5,29 @@ 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.38
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.37
Major new features:
...
...
This diff is collapsed.
Click to expand it.
version.h
+
2
−
2
View file @
2412deae
/* This file just defines the current version number of libc. */
#define RELEASE "
stable
"
#define VERSION "2.37"
#define RELEASE "
development
"
#define VERSION "2.37
.9000
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment