Skip to content

Commit

Permalink
* NEWS, version.h (VERSION): 2.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Jelinek committed Jul 31, 2007
1 parent 8dce637 commit 007bd9c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2007-07-31 Jakub Jelinek <jakub@redhat.com>

* NEWS, version.h (VERSION): 2.6.1.

* sysdeps/unix/sysv/linux/i386/clone.S: Revert 2006-11-30 changes.
* sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.

Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ See the end for copying conditions.

Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
using `glibc' in the "product" field.

Version 2.6.1

* The following bugs are resolved with this release:

4512, 4514, 4525, 4586, 4702, 4745, 4858

Visit <http://sources.redhat.com/bugzilla/> for the details of each bug.


Version 2.6

Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */

#define RELEASE "stable"
#define VERSION "2.6"
#define VERSION "2.6.1"

0 comments on commit 007bd9c

Please sign in to comment.