diff --git a/ChangeLog b/ChangeLog index 0c044b51b6..76c82400ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-08-29 Ulrich Drepper + * 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 , 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"