Version 1.4.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/freeze-1_4_0@14203 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-07-28 02:52:52 +00:00
parent a45bd7ec71
commit 69a919edd8
5 changed files with 47 additions and 15 deletions

View file

@ -1,7 +1,7 @@
Announcement
************
The GNUstep Base Library, version 1.3.4, is now available.
The GNUstep Base Library, version 1.4.0, is now available.
What is the GNUstep Base Library?
=================================
@ -19,22 +19,39 @@ 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.3.4'
Noteworthy changes in version `1.4.0'
=====================================
This is a first pre-release version for 1.4.
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.
This version also fixes a potentially destructive bug in gdomap. All
users are urged to upgrade to this version as soon as possible.
* Rewrite of NSURL
* gdomap - don't write pidfile until after setuid away from root
* Add NSZombie class.
* New combined Unix/Windows version of NSFileHandle
* 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?
==============================================
The gnustep-base-1.3.4.tar.gz distribution file has been placed on
The gnustep-base-1.4.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-07-27 Adam Fedor <fedor@gnu.org>
* Version: 1.4.0
2002-07-23 Adam Fedor <fedor@gnu.org>
* Source/NSInvocation.m ([GSFrameInvocation

View file

@ -9,6 +9,16 @@ The currently released version of the library is
@samp{@value{GNUSTEP-BASE-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{1.4.0}
@itemize @bullet
@item gdomap - security bug fixes.
@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.3.4}
This is a first pre-release version for 1.4.
@ -21,10 +31,6 @@ users are urged to upgrade to this version as soon as possible.
@item New combined Unix/Windows version of NSFileHandle
@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.3.3}
Note there are interface and binary changes in this release that

7
NEWS
View file

@ -1,7 +1,12 @@
News
****
The currently released version of the library is `1.3.4'.
The currently released version of the library is `1.4.0'.
Noteworthy changes in version `1.4.0'
=====================================
* gdomap - security bug fixes.
Noteworthy changes in version `1.3.4'
=====================================

View file

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