Skip to content

Commit

Permalink
Start 2.8 development.
Browse files Browse the repository at this point in the history
2007-10-17  Ulrich Drepper  <drepper@redhat.com>


	* version.h (VERSION): Set to 2.7.90.
  • Loading branch information
Ulrich Drepper committed Oct 18, 2007
1 parent ed13ccf commit 28919a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2007-10-17 Ulrich Drepper <drepper@redhat.com>


* version.h (VERSION): Set to 2.7.90.

2007-10-17 Jakub Jelinek <jakub@redhat.com>

* sysdeps/x86_64/memset.S (bzero): Renamed to __bzero. Add
Expand Down
7 changes: 5 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
GNU C Library NEWS -- history of user-visible changes. 2007-10-5
GNU C Library NEWS -- history of user-visible changes. 2007-10-17
Copyright (C) 1992-2006, 2007 Free Software Foundation, Inc.
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.8


Version 2.7

Expand All @@ -19,7 +22,7 @@ Version 2.7
* PPC optimizations to math and string functions.
Implemented by Steven Munroe.

* New interfaces: mkostemp, mkostemp64. Like mkstemp* but allow additonal
* New interfaces: mkostemp, mkostemp64. Like mkstemp* but allow additional
options to be passed. Implemented by Ulrich Drepper.

* More CPU set manipulation functions. Implemented by Ulrich Drepper.
Expand Down
4 changes: 2 additions & 2 deletions 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.7"
#define RELEASE "development"
#define VERSION "2.7.90"

0 comments on commit 28919a7

Please sign in to comment.