about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-09 19:52:10 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-09 19:52:10 +0000
commite8ef6f282bcf9a86e502f0324ad4e9720e539310 (patch)
tree265e131c3090f702a4f8894b5924011d1090a6cc /ChangeLog
parent47599985fd23ec6e02a07e179838055ebf1508a4 (diff)
downloadglibc-e8ef6f282bcf9a86e502f0324ad4e9720e539310.tar.gz
glibc-e8ef6f282bcf9a86e502f0324ad4e9720e539310.tar.xz
glibc-e8ef6f282bcf9a86e502f0324ad4e9720e539310.zip
Update.
	* iconv/Makefile (distribute): Add iconv_charmap.c and
	dummy-repertoire.c.
	* elf/Makefile (distribute): Add firstobj.c.
	* Makefile (distribute): Add include/pthread.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e78b856cb0..b8721e23fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
 
 	* version.h (VERSION): Bump to 2.2.2.
 
+	* iconv/Makefile (distribute): Add iconv_charmap.c and
+	dummy-repertoire.c.
+	* elf/Makefile (distribute): Add firstobj.c.
+	* Makefile (distribute): Add include/pthread.h.
+
 	* configure.in: Require makeinfo version 4.
 
 	* libio/tst_wscanf.c (main): Add cast to avoid warning.