File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,30 @@ See the end for copying conditions.
4
4
5
5
Please send GNU C library bug reports via <https://sourceware.org/bugzilla/>
6
6
using `glibc' in the "product" field.
7
+
8
+ Version 2.31
9
+
10
+ Major new features:
11
+
12
+ [Add new features here]
13
+
14
+ Deprecated and removed features, and other changes affecting compatibility:
15
+
16
+ [Add deprecations, removals and changes affecting compatibility here]
17
+
18
+ Changes to build and runtime requirements:
19
+
20
+ [Add changes to build and runtime requirements here]
21
+
22
+ Security related changes:
23
+
24
+ [Add security related changes here]
25
+
26
+ The following bugs are resolved with this release:
27
+
28
+ [The release manager will add the list generated by
29
+ scripts/list-fixed-bugs.py just before the release.]
30
+
7
31
8
32
Version 2.30
9
33
Original file line number Diff line number Diff line change 1
1
/* This file just defines the current version number of libc. */
2
2
3
- #define RELEASE "stable "
4
- #define VERSION "2.30"
3
+ #define RELEASE "development "
4
+ #define VERSION "2.30.9000 "
You can’t perform that action at this time.
0 commit comments