make 1.16.3

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@26789 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-07-15 13:51:50 +00:00
parent 2cf49edc22
commit a4ee2a9628
4 changed files with 32 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2008-07-05 Richard Frith-Macdonald <rfm@gnu.org>
* Version 1.16.3
2008-07-15 Richard Frith-Macdonald <rfm@gnu.org> 2008-07-15 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSPrivate.h: * Source/GSPrivate.h:
@ -31,6 +35,7 @@
2008-07-02 Richard Frith-Macdonald <rfm@gnu.org> 2008-07-02 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSIndexSet.m: Implement ([-countOfIndexesInRange:]) * Source/NSIndexSet.m: Implement ([-countOfIndexesInRange:])
2008-07-02 Richard Frith-Macdonald <rfm@gnu.org> 2008-07-02 Richard Frith-Macdonald <rfm@gnu.org>
* Version 1.16.2 * Version 1.16.2

View file

@ -29,6 +29,24 @@ notice and this notice are preserved.
migrate to using a newer version of the library. migrate to using a newer version of the library.
</p> </p>
<section>
<heading>Version 1.16.3</heading>
<p>
This is a bugfix release.
</p>
Highlights:
<deflist>
<term>Distributed Objects</term>
<desc>Avoids use of the NSArray method -getObjects: where the object
being messaged is a proxy ... fixes problem with FTP.app
</desc>
<term>String updates</term>
<desc>Fixes implementation of new string encodings added in MacOS-X
and also implements some internal optimisations.
</desc>
</deflist>
</section>
<section> <section>
<heading>Version 1.16.2</heading> <heading>Version 1.16.2</heading>
<p> <p>

View file

@ -11,6 +11,13 @@ The currently released version of the library is
See the @url{ReleaseNotes.html} document for more information. See the @url{ReleaseNotes.html} document for more information.
@end ifclear @end ifclear
@section Noteworthy changes in version @samp{1.16.3}
@itemize @bullet
@item Fix to support FTP.app (obscure distributed objects problem).
@item Fix for new string encodings.
@end itemize
@section Noteworthy changes in version @samp{1.16.2} @section Noteworthy changes in version @samp{1.16.2}
@itemize @bullet @itemize @bullet

View file

@ -7,9 +7,9 @@ GCC_VERSION=2.9.5
# The version number of this release. # The version number of this release.
MAJOR_VERSION=1 MAJOR_VERSION=1
MINOR_VERSION=16 MINOR_VERSION=16
SUBMINOR_VERSION=2 SUBMINOR_VERSION=3
# numeric value should match above # numeric value should match above
VERSION_NUMBER=116.2 VERSION_NUMBER=116.3
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION} VERSION=${GNUSTEP_BASE_VERSION}