update for new release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@36216 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-03-01 10:34:00 +00:00
parent 7b2bd47f1f
commit 6d6030f33a
2 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-03-01 Richard Frith-Macdonald <rfm@gnu.org>
* Version 0.23.0
* Update release notes
2013-02-18 Fred Kiefer <FredKiefer@gmx.de> 2013-02-18 Fred Kiefer <FredKiefer@gmx.de>
* Source/x11/XGServerWindow.m * Source/x11/XGServerWindow.m

View file

@ -7,14 +7,20 @@
@include version.texi @include version.texi
@end ifset @end ifset
@section Noteworthy changes in version @samp{0.23.0}
Added cairo support for ms-windows.
Updated for NSInteger/CGFloat support
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.22.0} @section Noteworthy changes in version @samp{0.22.0}
Added new user defaults to make app icons and mini windows sticky (omnipresent) Added new user defaults to make app icons and mini windows sticky (omnipresent)
Many improvements to Cairo rendering, including buffering, glyphs and DPI scaling. Many improvements to Cairo rendering, including buffering, glyphs and DPI scaling.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.20.0} @section Noteworthy changes in version @samp{0.20.0}
Cairo is now the default backend, but falls back to art and xlib gracefully. Cairo is now the default backend, but falls back to art and xlib gracefully.