about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-10 19:45:21 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-10 19:45:21 +0000
commit818d08de372d2bf075a9782e50ca8b6c1c1e589f (patch)
tree5a5bb434205f04fb17dfacba35f3e8c1647c3964 /ChangeLog
parent5ee29a5e08368abc7760ce9d962a281008a37177 (diff)
downloadglibc-818d08de372d2bf075a9782e50ca8b6c1c1e589f.tar.gz
glibc-818d08de372d2bf075a9782e50ca8b6c1c1e589f.tar.xz
glibc-818d08de372d2bf075a9782e50ca8b6c1c1e589f.zip
Update.
	* Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59682d729e..606e91413b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,8 @@
 
 2002-12-10  Ulrich Drepper  <drepper@redhat.com>
 
+	* Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
+
 	* sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
 	call.  It is not allowed to destroy pthread mutexes which are
 	still in use even though it is safe for our implementations.  If