update for next release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27397 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-12-22 09:50:21 +00:00
parent 8b5641ac4b
commit 5004cb7a24
4 changed files with 19 additions and 33 deletions

View file

@ -1,3 +1,10 @@
2008-12-22 Richard Frith-Macdonald <rfm@gnu.org>
* Version:
* Documentation/news.texi:
* Documentation/ReleaseNotes.gsdoc:
Update for new release.
2008-12-22 Richard Frith-Macdonald <rfm@gnu.org>
* config.mak.in:

View file

@ -29,9 +29,9 @@ notice and this notice are preserved.
migrate to using a newer version of the library.
</p>
<section>
<heading>Version 1.18.0</heading>
<heading>Version 1.19.0</heading>
<p>
This is a new stable release of the base library. Note that
This is a new unstable release of the base library. 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
@ -53,51 +53,28 @@ notice and this notice are preserved.
not inform us when the other end goes away, and is not needed on
the socket based connections on Unix.
</desc>
<term>NSDate</term>
<desc>Implement keyed archiving.
</desc>
<term>NSException</term>
<desc>Implement full support for native objecive-c exceptions,
though this requires a fix for the objc runtme which is not yet
available in gcc. The patch for the runtime can be found at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27466
</desc>
<term>NSFileManager</term>
<desc>Add
-createDirectoryAtPath:withIntermediateDirectories:attributes:error: method.
</desc>
<term>NSKeyedUnarchiver</term>
<desc>Implements the -versionForClassName: method.
</desc>
<term>NSTask</term>
<desc>Adds a new method in a category in the Additions library ...
The +launchPathForTool: method will locate a named tool by looking
in all the standard locations in the USER, LOCAL, NETWORK and
SYSTEM domains, and also by looking in PATH.
</desc>
<term>NSThread</term>
<desc>Adds the new MacOS-X 10.5 methods to provide more control of
threads.
</desc>
<term>NSURL</term>
<desc>Adds support for IPv6 syntax for host specification. This does
not mean that networking supports IPv6 yet though.
</desc>
<term>NSUserDefaults</term>
<desc>Adds undocumented MacOS-X support of KVC methods.
</desc>
<term>Portability and compatibility work</term>
<desc>There are lots of minor changes to improve portability
<desc>There are various minor changes to improve portability
(both improved configuration/detection of system software and
runtime iimprovements) to different operating systems such as
64bit ms-windows. There are also various improvements to
MacOS-X compatibility.
</desc>
<term>Various other changes</term>
<term>@synchronize</term>
<desc>
Implementation of runtime support for @synchronize.<br />
Improvement of the use of libffi to replace ffcall.<br />
Implementation of runtime support for @synchronize.
</desc>
</deflist>
</section>

View file

@ -11,11 +11,13 @@ 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}
@section Noteworthy changes in version @samp{1.19.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 native objective-c exceptions
@item Connection keepalive for ms-windows
@item Path utitlites fix for ms-windows
@item Changes to build on 64bit ms-windows
@item Support for @@synchronize
@end itemize

View file

@ -6,10 +6,10 @@ GCC_VERSION=2.9.5
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=18
MINOR_VERSION=19
SUBMINOR_VERSION=0
# numeric value should match above
VERSION_NUMBER=118.0
VERSION_NUMBER=119.0
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}