Version 1.5.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14381 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-08-31 03:00:02 +00:00
parent cf76f86239
commit cfe647fa32
5 changed files with 31 additions and 30 deletions

View file

@ -1,7 +1,7 @@
Announcement
************
The GNUstep Base Library, version 1.4.0, is now available.
The GNUstep Base Library, version 1.5.0, is now available.
What is the GNUstep Base Library?
=================================
@ -19,39 +19,19 @@ portion of the OpenStep standard (the Foundation library).
There is more information available at the GNUstep homepage at
`http://www.gnustep.org'.
Noteworthy changes in version `1.4.0'
Noteworthy changes in version `1.5.0'
=====================================
Since the last stable release, several interface changes have been made.
You must recompile all libraries/tools/applications that depend on
gnustep-base to avoid any problems.
* New MacOSX methods implemented (NSString, NSArray, NSObject)
* Rewrite of NSURL
* Fixed bug that occationally deleted user defaults.
* Add NSZombie class.
* GC improvements
* Other fixes for Windows - DO now works on Windows
* New localization/internationalization tool make_strings
* libffi support.
* Traditional Chinese extensions added.
* New, partially finished Objective-C/Foundation programming manual.
* Runs on Darwin with GNU runtime.
* XML property lists
* gdomap - security bug fixes.
* Tcp connections use runloop in NSConnectionReplyMode.
Where can you get it? How can you compile it?
==============================================
The gnustep-base-1.4.0.tar.gz distribution file has been placed on
The gnustep-base-1.5.0.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'.
The library requires gcc 2.8.0 or higher. See the `GNUstep-HOWTO'

View file

@ -1,3 +1,7 @@
2002-08-30 Adam Fedor <fedor@gnu.org>
* Version: 1.5.0
2002-08-30 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSString.m: Implemented new MacOS-X methods -

View file

@ -9,16 +9,24 @@ The currently released version of the library is
@samp{@value{GNUSTEP-BASE-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{1.4.0}
@section Noteworthy changes in version @samp{1.5.0}
@itemize @bullet
@item gdomap - security bug fixes.
@item New MacOSX methods implemented (NSString, NSArray, NSObject)
@item Fixed bug that occationally deleted user defaults.
@item Tcp connections use runloop in NSConnectionReplyMode.
@end itemize
@c ====================================================================
@c Keep the next line just below the list of changes in most recent version.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.4.0}
@itemize @bullet
@item gdomap - security bug fixes.
@end itemize
@section Noteworthy changes in version @samp{1.3.4}
This is a first pre-release version for 1.4.

11
NEWS
View file

@ -1,7 +1,16 @@
News
****
The currently released version of the library is `1.4.0'.
The currently released version of the library is `1.5.0'.
Noteworthy changes in version `1.5.0'
=====================================
* New MacOSX methods implemented (NSString, NSArray, NSObject)
* Fixed bug that occationally deleted user defaults.
* Tcp connections use runloop in NSConnectionReplyMode.
Noteworthy changes in version `1.4.0'
=====================================

View file

@ -6,7 +6,7 @@ GCC_VERSION=2.8.0
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=4
MINOR_VERSION=5
SUBMINOR_VERSION=0
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}