Version 1.3.3

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13831 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-06-11 02:17:51 +00:00
parent c327d23824
commit 69ca1d3f93
4 changed files with 57 additions and 18 deletions

View file

@ -1,7 +1,7 @@
Announcement
************
The GNUstep Base Library, version 1.3.2, is now available.
The GNUstep Base Library, version 1.3.3, is now available.
What is the GNUstep Base Library?
=================================
@ -19,28 +19,31 @@ 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.2'
Noteworthy changes in version `1.3.3'
=====================================
* Corrections for handling Windows file paths, etc
Note there are interface and binary changes in this release that
require you to recompile all applications and tools that use
gnustep-base.
* Other fixes for Windows - DO now works on Windows
* Rewrite of NSURL (NOTE: Requires recompilation of all apps!)
* New localization/internationalization tool make_strings
* NSMapTable fix (also requires recompilation).
* Experimental libffi support.
* Hack to avoid bug in gcc 3.1
* Handle running tools/apps on other hosts
* MacOSX compatibility changes: -dealloc, NSLog
* Updated files and new tool for handling different encodings
(cvtenc).
* Add NSZombie class.
* Unicode and UTF8 handling improvements.
* GC improvements
* Support for system-wide .GNUsteprc
Where can you get it? How can you compile it?
==============================================
The gnustep-base-1.3.2.tar.gz distribution file has been placed on
The gnustep-base-1.3.3.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

@ -8,7 +8,26 @@
The currently released version of the library is
@samp{@value{GNUSTEP-BASE-VERSION}}.
@end ifclear
@
@section Noteworthy changes in version @samp{1.3.3}
Note there are interface and binary changes in this release that
require you to recompile all applications and tools that use gnustep-base.
@itemize @bullet
@item Rewrite of NSURL (NOTE: Requires recompilation of all apps!)
@item NSMapTable fix (also requires recompilation).
@item Hack to avoid bug in gcc 3.1
@item MacOSX compatibility changes: -dealloc, NSLog
@item Add NSZombie class.
@item GC improvements
@item Support for system-wide .GNUsteprc
@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.2}
@itemize @bullet
@ -21,10 +40,6 @@ The currently released version of the library is
@item Unicode and UTF8 handling improvements.
@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.0}
@itemize @bullet

23
NEWS
View file

@ -1,7 +1,28 @@
News
****
The currently released version of the library is `1.3.2'.
The currently released version of the library is `1.3.3'.
Noteworthy changes in version `1.3.3'
=====================================
Note there are interface and binary changes in this release that
require you to recompile all applications and tools that use
gnustep-base.
* Rewrite of NSURL (NOTE: Requires recompilation of all apps!)
* NSMapTable fix (also requires recompilation).
* Hack to avoid bug in gcc 3.1
* MacOSX compatibility changes: -dealloc, NSLog
* Add NSZombie class.
* GC improvements
* Support for system-wide .GNUsteprc
Noteworthy changes in version `1.3.2'
=====================================

View file

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