diff --git a/ANNOUNCE b/ANNOUNCE index aa8313947..b884b9d7a 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -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' diff --git a/ChangeLog b/ChangeLog index f271e3041..ef8311b66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-30 Adam Fedor + + * Version: 1.5.0 + 2002-08-30 Richard Frith-Macdonald * Source/NSString.m: Implemented new MacOS-X methods - diff --git a/Documentation/news.texi b/Documentation/news.texi index e16e27509..c1c9ed504 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -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. diff --git a/NEWS b/NEWS index f2ef80c59..9bb4b72cb 100644 --- a/NEWS +++ b/NEWS @@ -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' ===================================== diff --git a/Version b/Version index ef4d109c4..5a1f87bb0 100644 --- a/Version +++ b/Version @@ -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}