diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-11 12:14:48 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-11 12:14:48 -0400 |
commit | f318beb8000dfcc4d8bb9f7293dc0d3e1ecdef8e (patch) | |
tree | 57a6367c155696eeb7fb8343f696d0cc7e3d18b5 /NEWS | |
parent | 32b4c8393f6db8b0bbf9c87a09461111a423a433 (diff) | |
download | glibc-f318beb8000dfcc4d8bb9f7293dc0d3e1ecdef8e.zip glibc-f318beb8000dfcc4d8bb9f7293dc0d3e1ecdef8e.tar.gz glibc-f318beb8000dfcc4d8bb9f7293dc0d3e1ecdef8e.tar.bz2 |
Fix use of AC_INIT
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-9-8 +GNU C Library NEWS -- history of user-visible changes. 2011-9-11 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -10,8 +10,8 @@ Version 2.15 * The following bugs are resolved with this release: 9696, 11589, 12403, 12847, 12868, 12852, 12874, 12885, 12907, 12922, - 12935, 13007, 13021, 13068, 13092, 13114, 13118, 13123, 13134, 13138, - 13150 + 12935, 13007, 13021, 13068, 13090, 13092, 13114, 13118, 13123, 13134, + 13138, 13150 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. |