diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | time/Makefile | 1 | ||||
-rw-r--r-- | version.h | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -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 133c86f..532066b 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 @@ -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" |