mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-12 17:11:12 +00:00
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:
parent
6dd158e39c
commit
fd2d638ba3
2 changed files with 26 additions and 16 deletions
26
ANNOUNCE
26
ANNOUNCE
|
@ -1,7 +1,7 @@
|
||||||
Announcement
|
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?
|
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
|
There is more information available at the GNUstep homepage at
|
||||||
`http://www.gnustep.org'.
|
`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
|
* Mac OSX XML compatibility fixes.
|
||||||
|
|
||||||
* NSProtocolChecker rewritten
|
|
||||||
|
|
||||||
* autogsdoc support added for building frames
|
|
||||||
|
|
||||||
* Binary incompatibility: NSUnarchiver, GSIMapTable have new ivars
|
|
||||||
added
|
|
||||||
|
|
||||||
Where can you get it? How can you compile it?
|
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'.
|
`ftp.gnustep.org' in `pub/gnustep/core'.
|
||||||
|
|
||||||
Please log bug reports on the GNUstep project page
|
Please log bug reports on the GNUstep project page
|
||||||
|
|
16
NEWS
16
NEWS
|
@ -1,10 +1,24 @@
|
||||||
News
|
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.
|
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'
|
Noteworthy changes in version `1.9.2'
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue