diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-29 10:12:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-29 10:12:49 +0000 |
commit | 69f8b5e8238659abddb2a7777eb33cbe6c5545d5 (patch) | |
tree | f8f9ec4a799dfd1f9bea775749b70650326aff50 | |
parent | c91bace45b2dc39f5f00082aaf0b96361c4a9046 (diff) | |
download | glibc-69f8b5e8238659abddb2a7777eb33cbe6c5545d5.tar.gz glibc-69f8b5e8238659abddb2a7777eb33cbe6c5545d5.tar.xz glibc-69f8b5e8238659abddb2a7777eb33cbe6c5545d5.zip |
Update.
* version.h (VERSION): Bump to 2.2.92. * time/Makefile (tst-ftime_l-ENV): New variable.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | time/Makefile | 1 | ||||
-rw-r--r-- | version.h | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0c044b51b6..76c82400ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-08-29 Ulrich Drepper <drepper@redhat.com> + * version.h (VERSION): Bump to 2.2.92. + + * time/Makefile (tst-ftime_l-ENV): New variable. + * iconvdata/ibm870.c: All bytes are now used, no holes anymore. * localedata/charmaps/IBM870: Add correct mapping for <U017E>, diff --git a/time/Makefile b/time/Makefile index 133c86fb55..532066b16d 100644 --- a/time/Makefile +++ b/time/Makefile @@ -52,3 +52,4 @@ tst-getdate-ENV= DATEMSK=datemsk TZDIR=${common-objpfx}timezone/testdata test_time-ARGS= EST5EDT CST tst-strptime-ENV = LOCPATH=${common-objpfx}localedata +tst-ftime_l-ENV = LOCPATH=${common-objpfx}localedata diff --git a/version.h b/version.h index bfcb7f1203..65f2a6e18d 100644 --- 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.2.91" +#define VERSION "2.2.92" |