diff --git a/ANNOUNCE b/ANNOUNCE index 79e82c517..0ad6e8953 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ Announcement ************ -The GNUstep Base Library, version 0.9.1, is now available. +The GNUstep Base Library, version 0.9.2, is now available. What is the GNUstep Base Library? ================================= @@ -22,7 +22,7 @@ portion of the OpenStep standard (the Foundation library). Where can you get it? How can you compile it? ============================================== - The gstepbase-0.9.1.tar.gz distribution file has been placed on + The gstepbase-0.9.2.tar.gz distribution file has been placed on `ftp.gnustep.org' in `pub/gnustep/core'. The library requires gcc 2.8.0 or higher. Significant sections of diff --git a/ChangeLog b/ChangeLog index 75f28ede8..2070d9d2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2001-03-10 Adam Fedor + * Version 0.9.2 * Makefile.postamble (before-install): Remove extra '/' before GNUSTEP_MAKEFILES @@ -26,33 +27,6 @@ * Source/NSString.m: ditto * Source/NSTimeZone.m: ditto -2001-03-06 Adam Fedor - - * Source/libgnustep-base.def: Regenerate. - -2001-03-05 Richard Frith-Macdonald - - * Source/NSUserDefaults.m: Changed ([+setUserLanguages:]) to use - NSLanguages. - * Documentation/gsdoc/NSUserDefaults.gsdoc: documented the - ([+setUserlanguages:]) method. - -2001-03-04 Jonathan Gapen - - * Documentation/gsdoc/NSCharacterSet.gsdoc: Documented some methods. - * Headers/gnustep/unicode/caseconv.h: Updated case-mapping tables. - * Source/NSBitmapCharSet.m: Added sanity check to initWithBitmap: - * Source/Unicode.m: Changed uni_toupper() and uni_tolower() to use - direct lookup in two-level tables, rather than a linear search. - -2001-03-03 Richard Frith-Macdonald - - * Source/NSBundle.m: Corrected - ([-_bundleResourcePathsWithRootPath:subPath:]) to use - ([NSUserDefaults +userLanguages]) to get language array again. - * Documentation/gsdoc/NSUserDefaults.gsdoc: Updated and added - information about +userLanguages - 2001-03-07 Adam Fedor * Source/NSInvocation.m (-initWithTarget:selector:): Correct copying diff --git a/Documentation/news.texi b/Documentation/news.texi index b17cc37b8..88b013e93 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -9,6 +9,16 @@ The currently released version of the library is @section Noteworthy changes in version @samp{0.9.1} +@itemize @bullet +@item New MacOSX compatible files for NSCalendarDate, NSTimeZone +@item NSUserDefaults noew uses NSLanguages not Languages +@item Various improvements for Windows platforms +@item NSCharacterSets updated to v3.0.1 of Unicode data. +@item Added some gettext compatible localization macros. +@end itemize + +@section Noteworthy changes in version @samp{0.9.1} + @itemize @bullet @item Fixes for building on FreeBSD @item Unicode support for -initWithFormat: diff --git a/NEWS b/NEWS index 74fafeec2..3484a35d6 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,20 @@ News **** -The currently released version of the library is `0.9.1'. +The currently released version of the library is `0.9.2'. + +Noteworthy changes in version `0.9.1' +===================================== + + * New MacOSX compatible files for NSCalendarDate, NSTimeZone + + * NSUserDefaults noew uses NSLanguages not Languages + + * Various improvements for Windows platforms + + * NSCharacterSets updated to v3.0.1 of Unicode data. + + * Added some gettext compatible localization macros. Noteworthy changes in version `0.9.1' ===================================== diff --git a/Version b/Version index acf14d9b8..a63cae3aa 100644 --- a/Version +++ b/Version @@ -7,7 +7,7 @@ GCC_VERSION=2.8.0 # The version number of this release. MAJOR_VERSION=0 MINOR_VERSION=9 -SUBMINOR_VERSION=1 +SUBMINOR_VERSION=2 GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} VERSION=${GNUSTEP_BASE_VERSION}