summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-07-01 06:34:10 +0000
committerUlrich Drepper <drepper@redhat.com>2000-07-01 06:34:10 +0000
commita2294e570c396e6088329647ecdac3eab147f22f (patch)
treedc5df915e28ab750ba3a2d28f6577f9bc5996a93 /ChangeLog
parentb62404dcc974bba61026c911fd9adf3c2730faab (diff)
* version.h (VERSION): Bump to 2.1.91. * configure.in: Update warning comment. glibc should not be broken anymore. * sysdeps/unix/sysv/linux/ia64/Dist: Remove old content. Add ioperm.c, sys/procfs.h, and sys/io.h. * sysdeps/powerpc/Dist: Add bp-asm.h. * sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cc7c5b15ef..de818a90bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2000-06-30 Ulrich Drepper <drepper@redhat.com>
+ * version.h (VERSION): Bump to 2.1.91.
+
+ * configure.in: Update warning comment. glibc should not be
+ broken anymore.
+
+ * sysdeps/unix/sysv/linux/ia64/Dist: Remove old content. Add
+ ioperm.c, sys/procfs.h, and sys/io.h.
+
+ * sysdeps/powerpc/Dist: Add bp-asm.h.
+
* assert/Depend: Add localedata.
* assert/Makefile (test-assert-ENV): New. Define LANGUAGE=C.
(test-assert-perr-ENV): New. Define LANGUAGE=C.
@@ -17,7 +27,7 @@
2000-06-30 Ulrich Drepper <drepper@redhat.com>
- * sunrpc/rpc_cout.c (inline_struct): Add missing braces in
+ * sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in
generated expressions.
Patch by Darren McClelland <dmcclell@zetec.com>.