* Update release notes to prepare for upcoming release.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37492 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2013-12-23 16:57:18 +00:00
parent 52d1488ad6
commit ef35c71bfc
5 changed files with 50 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2013-12-23 Fred Kiefer <FredKiefer@gmx.de>
* Update release notes to prepare for upcoming release.
2013-12-13 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSXibLoader.m: Handle changed keys for XIB 4.6 format.

View file

@ -20,6 +20,34 @@
migrate to using a newer version of the library.
</p>
<section>
<heading>0.24.0</heading>
<p>
This is a major new stable release of GUI.
Require newer base release as we moved the
-replaceObject:withObject: of NSKeyedUnarchiver there.<br />
New features include:
</p>
<deflist>
<term>GIF library update</term>
<desc>Newer versions of the GIF library (5.0) have an incompatible
interface change. We now support the new interface as well as the
old one and detect at configure time which one to use.</desc>
<term>NSTabView flipped</term>
<desc>NSTabView was the last view class that still had its flipped
state defined incorrectly. This finally got corrected.</desc>
<term>Theme improvements</term>
<desc>A lot more of the gui appearance is now changable by a
theme. The way image names get mapped to real file names when
loading has been clearified.Better support for 9-patch images.</desc>
<term>Additional Cocoa classes</term>
<desc>NSTreeController, NSTreeNode, NSStatusBar, NSStatusItem,
NSTrackingArea</desc>
<term>Many bugfixes and tweaks to improve look and feel</term>
<desc>Cursor display is a lot more consistent.</desc>
</deflist>
</section>
<section>
<heading>0.23.1</heading>
<p>This is a bugfix release containint many minor bugfixes, but

View file

@ -9,11 +9,25 @@
The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}.
@end ifclear
@section Noteworthy changes in version @samp{0.24.0}
New features include:
@itemize @bullet
@item Require newer base release as we moved the
-replaceObject:withObject: of NSKeyedUnarchiver there.
@item Support for newer releases of the gif library.
@item NSTabView is now flipped.
@item Theme improvements and changes to image mapping.
@end itemize
Many bugfixes.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.23.1}
This is a bugfix release, primarily to deal with coding/archiving issues.
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.22.0}

View file

@ -36,12 +36,12 @@
# Things to do before compiling
ifeq ($(doc),yes)
before-all:: $(GNUSTEP_TARGET_DIR)/config.h
cp ../Documentation/Gui/Gui.gsdoc .
cp ../Documentation/Gui.gsdoc .
# Things to do after compiling
after-all::
$(RM) Gui.gsdoc
if test -d Gui; then rmdir Gui; fi;
if test -d Gui; then rm -rf Gui; fi;
else
before-all:: $(GNUSTEP_TARGET_DIR)/config.h
endif

View file

@ -5,7 +5,7 @@
GNUSTEP_GUI_GCC=4.0.0
# Versions for libraries that gnustep-gui is dependent upon
GNUSTEP_GUI_BASE=1.24.3
GNUSTEP_GUI_BASE=1.24.5
GNUSTEP_GUI_LIBTIFF=3.4
# The version number of this release.