Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 1 Jul 2000 06:34:10 +0000 (06:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 1 Jul 2000 06:34:10 +0000 (06:34 +0000)
* 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

ChangeLog
configure.in
localedata/ChangeLog
localedata/Makefile
sysdeps/powerpc/Dist
sysdeps/unix/sysv/linux/ia64/Dist
version.h

index cc7c5b1..de818a9 100644 (file)
--- 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>.
 
index e79c5a4..13ed632 100644 (file)
@@ -1407,8 +1407,7 @@ AC_SUBST(VERSION)
 AC_SUBST(RELEASE)
 
 echo '*** Do NOT install this release on any production system!'
-echo '*** It is known to be broken and will be so for quite some time.'
-echo '*** Use the latest released version instead.'
+echo '*** We are in early testing stages.'
 
 AC_OUTPUT(config.make glibcbug ${config_makefile} ${config_uname}, [
 case $CONFIG_FILES in *config.make*)
index 2aecbb0..6d4aeb5 100644 (file)
@@ -1,5 +1,8 @@
 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
 
+       * Makefile (distribute): Add locale test suite files, fmon test
+       suite files, gen-locale.sh, and show-ucs-data.c.
+
        * Depend: New file.
 
        * Makefile: Rewrite rules to generate locale data.
index 428ae27..2dad3ec 100644 (file)
@@ -69,7 +69,9 @@ distribute := CHECKSUMS README SUPPORTED ChangeLog                    \
              tst-rpmatch.sh tst-locale.sh tst-fmon.sh sort-test.sh     \
              tst-fmon.data $(test-input-data) $(ld-test-srcs)          \
              th_TH.in cs_CZ.in tst-mbswcs.sh tst-trans.sh tst-ctype.sh \
-             tst-ctype-de_DE.in
+             tst-ctype-de_DE.in $(wildcard tests-mbwc/*.[ch])          \
+             $(addprefix tst-fmon-locales/tstfmon_,$(fmon-tests))      \
+             gen-locale.sh show-ucs-data.c
 
 # Get $(inst_i18ndir) defined.
 include ../Makeconfig
index 5a5c15c..516f178 100644 (file)
@@ -8,3 +8,4 @@ gprsave1.S
 gprsave0.S
 gprrest1.S
 gprrest0.S
+bp-asm.h
index 6b4b44b..070d527 100644 (file)
@@ -1,2 +1,3 @@
-xstatconv.c
-kernel_stat.h
+ioperm.c
+sys/procfs.h
+sys/io.h
index feb5ad3..25c6486 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
 #define RELEASE "development"
-#define VERSION "2.1.90"
+#define VERSION "2.1.91"