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:
Adam Fedor 2002-08-31 03:00:02 +00:00
parent e48ff2709f
commit eeb07474d3
5 changed files with 31 additions and 30 deletions

View file

@ -1,7 +1,7 @@
Announcement 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? 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 There is more information available at the GNUstep homepage at
`http://www.gnustep.org'. `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. * New MacOSX methods implemented (NSString, NSArray, NSObject)
You must recompile all libraries/tools/applications that depend on
gnustep-base to avoid any problems.
* Rewrite of NSURL * Fixed bug that occationally deleted user defaults.
* Add NSZombie class. * Tcp connections use runloop in NSConnectionReplyMode.
* 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.
Where can you get it? How can you compile it? 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'. `ftp.gnustep.org' in `pub/gnustep/core'.
The library requires gcc 2.8.0 or higher. See the `GNUstep-HOWTO' 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> 2002-08-30 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSString.m: Implemented new MacOS-X methods - * 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}}. @samp{@value{GNUSTEP-BASE-VERSION}}.
@end ifclear @end ifclear
@section Noteworthy changes in version @samp{1.4.0} @section Noteworthy changes in version @samp{1.5.0}
@itemize @bullet @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 @end itemize
@c ==================================================================== @c ====================================================================
@c Keep the next line just below the list of changes in most recent version. @c Keep the next line just below the list of changes in most recent version.
@ifclear ANNOUNCE-ONLY @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} @section Noteworthy changes in version @samp{1.3.4}
This is a first pre-release version for 1.4. This is a first pre-release version for 1.4.

11
NEWS
View file

@ -1,7 +1,16 @@
News 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' Noteworthy changes in version `1.4.0'
===================================== =====================================

View file

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