Updates for new release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36933 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2013-07-26 09:43:54 +00:00
parent 2048ee28da
commit 655bb5dc81
5 changed files with 37 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2013-07-26 Richard Frith-Macdonald <rfm@gnu.org>
* Version: make ready for 1.24.5 release
* Documentation/news.texi: 1.24.5 news
* Documentation/ReleaseNotes.gsdoc: 1.24.5 release notes
* NSTimeZones/NSTimeZones.tar: new timezone data
2013-07-14 Wolfgang Lux <wolfgang.lux@gmail.com>
* config/objc-common.g: Add +initialize to fake NSObject class

View file

@ -29,6 +29,23 @@ notice and this notice are preserved.
migrate to using a newer version of the library.
</p>
<section>
<heading>Version 1.24.5</heading>
<p>A new stable (bugfix) release.<br />
The main reason for this version is to release a collection of minor
bugfixes before making more extensive changes which will break ABI
compatibility and appear in a 1.25 branch.<br />
This release contains a new class (NSInvocationOperation) and a few
new methods.<br />
The OSX version compatibility macros have been updated to permit use
of the same numeric values as on OSX.<br />
The release has been through the clang static analyzer (with minor
issues resolved) and has had clang's printf format checking used
to correct issues (mostly with NSInteger/NSUInteger on 64bit systems)
with printf formats in various debug/logging messages.<br />
Timezone data was updated for this release.
</section>
<section>
<heading>Version 1.24.4</heading>
<p>A new stable (bugfix) release.<br />

View file

@ -11,6 +11,17 @@ 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.24.5}
@itemize @bullet
@item NSInvocationOperation
@item OSX version compatibility macro improvements
@item Static analyzer fixes (mostly printf format string issues)
@item Various other bugfixes
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.24.4}
@itemize @bullet
@ -20,8 +31,6 @@ See the @url{ReleaseNotes.html} document for more information.
@item More testcases in the testsuite
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.24.3}
@itemize @bullet

Binary file not shown.

View file

@ -7,9 +7,9 @@ GCC_VERSION=4.0.0
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=24
SUBMINOR_VERSION=4
SUBMINOR_VERSION=5
# numeric value should match above
VERSION_NUMBER=124.4
VERSION_NUMBER=124.5
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}