This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, release/2.12/master, updated. glibc-2.12-28-g6164128


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, release/2.12/master has been updated
       via  6164128f1ca84eea240b66f977054e16b94b3c86 (commit)
       via  e91943bf3550d6ec311f05f95bae4d659cb7313b (commit)
      from  9a98163f266fee3ae00e2636b864e119b9cbf51f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=6164128f1ca84eea240b66f977054e16b94b3c86

commit 6164128f1ca84eea240b66f977054e16b94b3c86
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Jul 27 13:34:39 2010 +0200

    glibc 2.12.1 release

diff --git a/ChangeLog b/ChangeLog
index 8590e35..b9dd2f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-27  Andreas Schwab  <schwab@redhat.com>
+
+	* version.h (VERSION): Bump for 2.12.1 release.
+
 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
 
 	* elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
diff --git a/version.h b/version.h
index 02cc488..2f4c7ec 100644
--- a/version.h
+++ b/version.h
@@ -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"

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=e91943bf3550d6ec311f05f95bae4d659cb7313b

commit e91943bf3550d6ec311f05f95bae4d659cb7313b
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Jul 27 13:33:47 2010 +0200

    Regenerate NOTES

diff --git a/NOTES b/NOTES
index 9bef242..43bf450 100644
--- a/NOTES
+++ b/NOTES
@@ -184,7 +184,7 @@ relying on semantics undefined within the standard.
 
      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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 NOTES     |    2 +-
 version.h |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]