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

@ -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