Version 0.9.2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9326 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-03-11 03:48:48 +00:00
parent 968205cff9
commit cb4ac5f3ca
5 changed files with 28 additions and 31 deletions

View file

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

View file

@ -1,5 +1,6 @@
2001-03-10 Adam Fedor <fedor@gnu.org>
* 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 <fedor@gnu.org>
* Source/libgnustep-base.def: Regenerate.
2001-03-05 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSUserDefaults.m: Changed ([+setUserLanguages:]) to use
NSLanguages.
* Documentation/gsdoc/NSUserDefaults.gsdoc: documented the
([+setUserlanguages:]) method.
2001-03-04 Jonathan Gapen <jagapen@home.com>
* 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 <rfm@gnu.org>
* 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 <fedor@gnu.org>
* Source/NSInvocation.m (-initWithTarget:selector:): Correct copying

View file

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

15
NEWS
View file

@ -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'
=====================================

View file

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