From a4b4655723591278302dfa435a341d249853ac1f Mon Sep 17 00:00:00 2001 From: rfm Date: Fri, 21 Nov 2008 15:50:13 +0000 Subject: [PATCH] Updates for new unstable release git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27112 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ Documentation/ReleaseNotes.gsdoc | 15 ++++++++++++--- Tools/gdomap.c | 2 +- Version | 6 +++--- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6425afd53..c0e43fb8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-21 Richard Frith-Macdonald + + * Version: set to 1.15.4 for new release on unstable branch. + * Documentation/ReleaseNotes.gsdoc: Document the 1.15.4 release + Make new release on unstable branch to that it's keeping up with + the bugfixes in the stable branch. + 2008-11-20 Richard Frith-Macdonald * Headers/Foundation/NSConnection.h: New ivars diff --git a/Documentation/ReleaseNotes.gsdoc b/Documentation/ReleaseNotes.gsdoc index f69294989..86b9429ab 100644 --- a/Documentation/ReleaseNotes.gsdoc +++ b/Documentation/ReleaseNotes.gsdoc @@ -29,7 +29,7 @@ notice and this notice are preserved. migrate to using a newer version of the library.

- Version 1.17.0 + Version 1.15.4

This is an unstable release.

@@ -44,7 +44,10 @@ notice and this notice are preserved. NSCoder New OSX10.5 methods for NSInteger implemented. NSConnection - New OSX10.5 methods for server connections implemented. + New OSX10.5 methods for server connections implemented.
+ A keepalive facility so that daemons can tell (on mswindows) + that all client processes have gone away, and shut themselves down. +
NSData New OSX method stubs. NSException @@ -65,10 +68,16 @@ notice and this notice are preserved. Fully support namespace handling and fix bugs. NSKeyValueCoding, NSKeyValueObserving Made fully functional and MacOS-X compatible. + Windows 64bit + Changes so that the library can be built/used for 64bit windows. + + @synchronize + Support for new ObjC language feature. +

The current emphasis of the base library is MacOS-X compatibility, and the headers in this release mark many non-MacOS-X methods as being - scheduled for removal by the next release (from 1.17.0).
+ scheduled for removal by the next unstable release (from 1.17.0).
These methods will mostly be moved to the 'additions' library, (which can be built stand-alone in conjunction with the Cocoa Foundation framework as libgnustep-baseadd on OSX) and their declarations will diff --git a/Tools/gdomap.c b/Tools/gdomap.c index 7a316bbf4..4e291bb69 100644 --- a/Tools/gdomap.c +++ b/Tools/gdomap.c @@ -22,7 +22,7 @@ Boston, MA 02111 USA. */ -/* Ported to mingw 07/12/00 by Björn Giesler */ +/* Ported to mingw 07/12/00 by Bjorn Giesler */ #include "config.h" #include "GNUstepBase/GSConfig.h" diff --git a/Version b/Version index c5cd26085..42522cb7e 100644 --- a/Version +++ b/Version @@ -6,10 +6,10 @@ GCC_VERSION=2.9.5 # The version number of this release. MAJOR_VERSION=1 -MINOR_VERSION=17 -SUBMINOR_VERSION=0 +MINOR_VERSION=15 +SUBMINOR_VERSION=4 # numeric value should match above -VERSION_NUMBER=117.0 +VERSION_NUMBER=115.4 GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} VERSION=${GNUSTEP_BASE_VERSION}