* 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
This commit is contained in:
Ulrich Drepper 2000-07-01 06:34:10 +00:00
parent b62404dcc9
commit a2294e570c
7 changed files with 23 additions and 7 deletions

View File

@ -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>.

View 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*)

View 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.

View 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

View File

@ -8,3 +8,4 @@ gprsave1.S
gprsave0.S
gprrest1.S
gprrest0.S
bp-asm.h

View File

@ -1,2 +1,3 @@
xstatconv.c
kernel_stat.h
ioperm.c
sys/procfs.h
sys/io.h

View File

@ -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"