Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glibc
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
André Almeida
glibc
Commits
23158b08
Commit
23158b08
authored
6 years ago
by
Dmitry V. Levin
Browse files
Options
Downloads
Patches
Plain Diff
Update for 2.27 release
parent
363e4519
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
include/features.h
+1
-1
1 addition, 1 deletion
include/features.h
version.h
+2
-2
2 additions, 2 deletions
version.h
with
7 additions
and
3 deletions
ChangeLog
+
4
−
0
View file @
23158b08
2018-02-01 Dmitry V. Levin <ldv@altlinux.org>
* version.h (RELEASE): Set to "stable".
(VERSION): Set to "2.27".
* include/features.h (__GLIBC_MINOR__): Set to 2.27.
* NEWS: Add the list of bugs fixed in 2.27.
2018-02-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
...
...
This diff is collapsed.
Click to expand it.
include/features.h
+
1
−
1
View file @
23158b08
...
...
@@ -417,7 +417,7 @@
/* Major and minor version number of the GNU C library package. Use
these macros to test for features in specific releases. */
#define __GLIBC__ 2
#define __GLIBC_MINOR__ 2
6
#define __GLIBC_MINOR__ 2
7
#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
...
...
This diff is collapsed.
Click to expand it.
version.h
+
2
−
2
View file @
23158b08
/* This file just defines the current version number of libc. */
#define RELEASE "
development
"
#define VERSION "2.2
6.9000
"
#define RELEASE "
stable
"
#define VERSION "2.2
7
"
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