[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r11142 - in /fsf/glibc-2_12-branch/libc: ChangeLog NOTES version.h



Author: eglibc
Date: Wed Aug  4 00:11:12 2010
New Revision: 11142

Log:
Import glibc-2.12 for 2010-08-04

Modified:
    fsf/glibc-2_12-branch/libc/ChangeLog
    fsf/glibc-2_12-branch/libc/NOTES
    fsf/glibc-2_12-branch/libc/version.h

Modified: fsf/glibc-2_12-branch/libc/ChangeLog
==============================================================================
--- fsf/glibc-2_12-branch/libc/ChangeLog (original)
+++ fsf/glibc-2_12-branch/libc/ChangeLog Wed Aug  4 00:11:12 2010
@@ -1,3 +1,7 @@
+2010-07-27  Andreas Schwab  <schwab@xxxxxxxxxx>
+
+	* version.h (VERSION): Bump for 2.12.1 release.
+
 2010-06-02  Kirill A. Shutemov  <kirill@xxxxxxxxxxxxx>
 
 	* elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch

Modified: fsf/glibc-2_12-branch/libc/NOTES
==============================================================================
--- fsf/glibc-2_12-branch/libc/NOTES (original)
+++ fsf/glibc-2_12-branch/libc/NOTES Wed Aug  4 00:11:12 2010
@@ -184,7 +184,7 @@
 
      Note that if you do this, you must link your program with the BSD
      compatibility library by passing the `-lbsd-compat' option to the
-     compiler or linker.  *Note:* If you forget to do this, you may get
+     compiler or linker.  *NB:* If you forget to do this, you may get
      very strange errors at run time.
 
  -- Macro: _REENTRANT

Modified: fsf/glibc-2_12-branch/libc/version.h
==============================================================================
--- fsf/glibc-2_12-branch/libc/version.h (original)
+++ fsf/glibc-2_12-branch/libc/version.h Wed Aug  4 00:11:12 2010
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
 #define RELEASE "stable"
-#define VERSION "2.12"
+#define VERSION "2.12.1"