about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2012-07-25 20:46:19 +0200
committerFlorian Weimer <fweimer@redhat.com>2012-07-25 20:46:19 +0200
commit0c7936d5e938625b6fb88b421a5105f280660a8d (patch)
tree9f4785477265fd8c58101b409e563a74eda1deaa /ChangeLog
parent84b3fd8407cc9a2e7f487b6247681bd8a78a4560 (diff)
downloadglibc-0c7936d5e938625b6fb88b421a5105f280660a8d.tar.gz
glibc-0c7936d5e938625b6fb88b421a5105f280660a8d.tar.xz
glibc-0c7936d5e938625b6fb88b421a5105f280660a8d.zip
Fix up ChangeLog entries
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 7 insertions, 31 deletions
diff --git a/ChangeLog b/ChangeLog
index b39a5a887f..d4fce6d116 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,33 +1,30 @@
 2012-07-25  Florian Weimer  <fweimer@redhat.com>
 
 	* Versions.def: Add GLIBC_2.17.
-
 	* stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
 	* include/stdlib.h: Rename __secure_getenv to secure_getenv.
 	Introduce __libc_secure_getenv.
-	* stdlib/Versions: Add secure_getenv and __libc_secure_getenv.
-	* stdlib/secure-getenv.c: Likewise.  Update copyright years.
+	* stdlib/Versions (2.17): Add secure_getenv
+	(GLIBC_PRIVATE): Add __libc_secure_getenv.
+	* stdlib/secure-getenv.c: Rename __secure_getenv to
+	__libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
+	symbol __secure_getenv for GLIBC_2.0.
 	* stdlib/tst-secure-getenv.c: New.
 	* stdlib/Makefile (tests): Add testcase.
-
 	* manual/startup.texi (Environment Access): Document
 	secure_getenv.
-
 	* hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
 	__libc_secure_getenv.
 	* inet/ruserpass.c (ruserpass): Likewise.
 	* malloc/mtrace.c (mtrace): Likewise.
 	* sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
-	* sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.  Update
-	copyright years.
+	* sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
 	* sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
 	* sysdeps/posix/tempname.c: Likewise.  Evaluate
 	HAVE_SECURE_GETENV.
 	* sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
-	__secure_getenv to __libc_secure_getenv.  Update copyright years.
-
+	__secure_getenv to __libc_secure_getenv.
 	* sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
-	* sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
 	* sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
 	Likewise.
 	* sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
@@ -39,27 +36,6 @@
 	* sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
 	* sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
 	* sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
-	* ports/sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Likewise.
-	* ports/sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Likewise.
-	* ports/sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Likewise.
-	* ports/sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
-	Likewise.
-	* ports/sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist:
-	Likewise.
 
 2012-07-25  Joseph Myers  <joseph@codesourcery.com>