Version 1.18.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27372 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2008-12-21 23:32:03 +00:00
parent bd2f96bb15
commit c9b2772430
6 changed files with 115 additions and 76 deletions

View file

@ -28,6 +28,28 @@ notice and this notice are preserved.
changes and other information that might help developers and users
migrate to using a newer version of the library.
</p>
<section>
<heading>Version 1.18.0</heading>
<p>
This is a stable release. Note that gnustep-core is now installed in
the LOCAL domain by default instead of the SYSTEM domain. You may
want to remove old installations in the SYSTEM domain to avoid
any incompatibility problems.
Or you can force installation in SYSTEM using make
GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install.
</p>
Highlights:
<deflist>
<term>NSConnection</term>
<desc>Keepalive is only enabled on mswindows and for server
connections using NSMessagePort.
</desc>
<term>NSCoder versionForClassName</term>
<desc>Update to return NSInteger.
</desc>
<term>NSAutoreleasePool</term>
</deflist>
</section>
<section>
<heading>Version 1.15.4</heading>
<p>

View file

@ -11,6 +11,16 @@ The currently released version of the library is
See the @url{ReleaseNotes.html} document for more information.
@end ifclear
@section Noteworthy changes in version @samp{1.18.0}
@itemize @bullet
@item Many new OSX 10.5 methods and stubs and general 10.5 compatibility
@item Changes to build on 64bit Windows
@item Support for @@synchronize
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.15.3}
@itemize @bullet
@ -21,9 +31,6 @@ added basic support for digest authentication.
@item Fixed various problems with and added new options to KVO.
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.15.2}
Bug fixes include improved thread safety (and a change to the NSThread
class structure) and Key-Value observing.