mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Final updates for 1.22.1 bugfix release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@33384 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
de7e6b75a9
commit
0d041ff767
3 changed files with 39 additions and 3 deletions
21
ChangeLog
21
ChangeLog
|
@ -1,3 +1,24 @@
|
|||
2011-06-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Documentation/news.texi
|
||||
* Documentation/ReleaseNotes.gsdoc
|
||||
Make 1.22.1 bugfix release.
|
||||
|
||||
2011-06-26 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* Source/NSString.m(-_getStart:end:contentsEnd:forRange:lineSep:,
|
||||
-getLineStart:end:contentsEnd:forRange:,
|
||||
-getParagraphStart:end:contentsEnd:forRange):
|
||||
Fix implementation of getParagraphStart:end:contentsEnd:forRange:.
|
||||
|
||||
2011-06-26 Wolfgang Lux <wolfgang.lux@gmail.com>
|
||||
|
||||
* configure.ac:
|
||||
* config/config.ffi.c (cls_struct_combined_fn): Fix the broken
|
||||
test whether libffi works. The test program always failed, but
|
||||
this failure was masked by an incorrect use of AC_TRY_RUN.
|
||||
* configure: Regenerated.
|
||||
|
||||
2011-06-20 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
|
||||
* SSL/GSSSLHandle.m:
|
||||
|
|
|
@ -29,13 +29,20 @@ notice and this notice are preserved.
|
|||
migrate to using a newer version of the library.
|
||||
</p>
|
||||
|
||||
<section>
|
||||
<heading>Version 1.22.1</heading>
|
||||
<p>A stable bugfix release ... no API changes, mostly portability fixes
|
||||
por older or less popular platforms.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<heading>Version 1.22.0</heading>
|
||||
<p>A new stable release with many updates and changes. In addition
|
||||
to many new classes and methods, there is now a regression test
|
||||
framework included in the base release.
|
||||
</p>
|
||||
<p>In addtion, base now
|
||||
<p>In addition, base now
|
||||
supports and uses the Objective-C 2.0 runtime API from Apple and
|
||||
we encourage anyone programming with GNUstep to move to using this
|
||||
new runtime and the new functionality it supports. Note however,
|
||||
|
|
|
@ -11,6 +11,16 @@ The currently released version of the library is
|
|||
See the @url{ReleaseNotes.html} document for more information.
|
||||
@end ifclear
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.22.1}
|
||||
|
||||
This is a stable bugfix release. There are no major changes or binary
|
||||
incompatibilities, but this release does include an update of timezone
|
||||
handling to include the latest zone information.
|
||||
There is an important bugfix for thread-safety of retain/release on some
|
||||
architecture/compiler combinations, but other fixes are minor.
|
||||
|
||||
@section Noteworthy changes in version @samp{1.22.0}
|
||||
|
||||
@itemize @bullet
|
||||
|
@ -19,8 +29,6 @@ See the @url{ReleaseNotes.html} document for more information.
|
|||
@item New support for Objective-C 2.0
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{1.21.1}
|
||||
|
||||
This is an (unstable) copy of the 1.20.1 release
|
||||
|
|
Loading…
Reference in a new issue