Update release docs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19994 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2004-09-05 02:32:15 +00:00
parent d617292eaa
commit f5f665230f
2 changed files with 26 additions and 16 deletions

View file

@ -1,7 +1,7 @@
Announcement
************
The GNUstep Base Library, version 1.9.2, is now available.
The GNUstep Base Library, version 1.10.0, is now available.
What is the GNUstep Base Library?
=================================
@ -18,28 +18,24 @@ 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.9.2'
=====================================
Noteworthy changes in version `1.10.0'
======================================
* GSMime parsing ignores extraneous data
Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.
* New log functions GSOnceFlag and GSOnceMLog
* A large majority of the library classes have been documented
thanks to the efforts of Andrew Ruder
* New class NSError
* URL classes support persistant connections
* Multiple new function in GSObjCRuntime
* NSProtocolChecker rewritten
* autogsdoc support added for building frames
* Binary incompatibility: NSUnarchiver, GSIMapTable have new ivars
added
* Mac OSX XML compatibility fixes.
Where can you get it? How can you compile it?
==============================================
The gnustep-base-1.9.2.tar.gz distribution file has been placed on
The gnustep-base-1.10.0.tar.gz distribution file has been placed on
`ftp.gnustep.org' in `pub/gnustep/core'.
Please log bug reports on the GNUstep project page

16
NEWS
View file

@ -1,10 +1,24 @@
News
****
The currently released version of the library is `1.9.2'.
The currently released version of the library is `1.10.0'.
See the <ReleaseNotes.html> document for more information.
Noteworthy changes in version `1.10.0'
======================================
Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.
* A large majority of the library classes have been documented
thanks to the efforts of Andrew Ruder
* URL classes support persistant connections
* Mac OSX XML compatibility fixes.
Noteworthy changes in version `1.9.2'
=====================================