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:
fedor 2008-12-21 23:32:03 +00:00
parent c2ee21b98b
commit cd805f77d3
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>