[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r22054 - in /fsf/trunk/libc: ChangeLog NEWS include/features.h version.h
- To: commits@xxxxxxxxxx
- Subject: [Commits] r22054 - in /fsf/trunk/libc: ChangeLog NEWS include/features.h version.h
- From: eglibc@xxxxxxxxxx
- Date: Tue, 25 Dec 2012 10:29:52 -0000
Author: eglibc
Date: Tue Dec 25 10:29:51 2012
New Revision: 22054
Log:
Import glibc-mainline for 2012-12-25
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/NEWS
fsf/trunk/libc/include/features.h
fsf/trunk/libc/version.h
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Tue Dec 25 10:29:51 2012
@@ -1,3 +1,9 @@
+2012-12-25 David S. Miller <davem@xxxxxxxxxxxxx>
+
+ * version.h (RELEASE): Set to "development".
+ (VERSION): Set to "2.17.90".
+ * NEWS: Add 2.18 section.
+
2012-12-21 David S. Miller <davem@xxxxxxxxxxxxx>
* po/hr.po: Update from translation team.
Modified: fsf/trunk/libc/NEWS
==============================================================================
--- fsf/trunk/libc/NEWS (original)
+++ fsf/trunk/libc/NEWS Tue Dec 25 10:29:51 2012
@@ -4,6 +4,11 @@
Please send GNU C library bug reports via <http://sourceware.org/bugzilla/>
using `glibc' in the "product" field.
+
+Version 2.18
+
+* The following bugs are resolved with this release:
+
Version 2.17
Modified: fsf/trunk/libc/include/features.h
==============================================================================
--- fsf/trunk/libc/include/features.h (original)
+++ fsf/trunk/libc/include/features.h Tue Dec 25 10:29:51 2012
@@ -356,7 +356,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__ 16
+#define __GLIBC_MINOR__ 17
#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
Modified: fsf/trunk/libc/version.h
==============================================================================
--- fsf/trunk/libc/version.h (original)
+++ fsf/trunk/libc/version.h Tue Dec 25 10:29:51 2012
@@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
#define RELEASE "development"
-#define VERSION "2.16.90"
+#define VERSION "2.17.90"
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits