diff --git a/Documentation/announce.texi b/Documentation/announce.texi index 1aa653da4..63f7aa763 100644 --- a/Documentation/announce.texi +++ b/Documentation/announce.texi @@ -45,14 +45,18 @@ The gnustep-gui-@value{GNUSTEP-GUI-VERSION}.tar.gz distribution file has been placed at @url{ftp://@value{GNUSTEP-GUI-FTP-MACHINE}/@value{GNUSTEP-GUI-FTP-DIRECTORY}}. @end ifset -It is accompanied by gnustep-gui-@value{GNUSTEP-GUI-VERSION}.tar.gz.sig, a PGP signature -which you can validate by putting both files in the same directory -and using: -`gpg --verify gnustep-gui-@value{GNUSTEP-GUI-VERSION}.tar.gz.sig' +It is accompanied by gnustep-back-@value{GNUSTEP-BACK-VERSION}.tar.gz.sig, a PGP signature which you can validate by putting both files in the same directory and using: + +@example +gpg --verify gnustep-gui-@value{GNUSTEP-GUI-VERSION}.tar.gz.sig +@end example Signature has been created using the key with the following fingerprint: -`83AA E47C E829 A414 6EF8 3420 CA86 8D4C 9914 9679' + +@example +83AA E47C E829 A414 6EF8 3420 CA86 8D4C 9914 9679 +@end example Read the INSTALL file or the GNUstep-HOWTO for installation instructions. diff --git a/Documentation/news.texi b/Documentation/news.texi index b3d933951..1f882e03e 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -9,19 +9,31 @@ The currently released version of the library is @samp{@value{GNUSTEP-GUI-VERSION}}. @end ifclear +@section Noteworthy changes in version @samp{0.25.1} + +@itemize @bullet +@item JPEG (saving) alpha channel fixes and size with resolution != 72 +@item JPEG resolution read support +@item TIFF saving fixes +@item Improved volumes mounting and support +@item Portability improvements in volume mounting and support +@item Corrected layout of empty strings +@item Only update visible menus +@end itemize + +@ifclear ANNOUNCE-ONLY @section Noteworthy changes in version @samp{0.25.0} -- Fixes for new GIF library versions -- Theming of named images for specific applications by the use of the - CFBundleIdentifier in the theme -- New icons and corresponding constants for special folders, recycler - and others -- Improvements in NSWorkspace icon lookup -- Improvements in removable media commands, imported and cleaned from - GWorkspace -- Numerous bug fixes and improvements in Cocoa compatibility -- Numerous theme tweaks -- Spanish locale +@itemize @bullet +@item Fixes for new GIF library versions +@item Theming of named images for specific applications by the use of the CFBundleIdentifier in the theme +@item New icons and corresponding constants for special folders, recycler and others +@item Improvements in NSWorkspace icon lookup +@item Improvements in removable media commands, imported and cleaned from GWorkspace +@item Numerous bug fixes and improvements in Cocoa compatibility +@item Numerous theme tweaks +@item Spanish locale +@end itemize @section Noteworthy changes in version @samp{0.24.1} @@ -29,8 +41,6 @@ From a look through ChangeLog, we can see a lot of bugfixes for this release, with the main focus on avoiding display glitches and improving OSX compatibility. -@ifclear ANNOUNCE-ONLY - @section Noteworthy changes in version @samp{0.24.0} New features include: diff --git a/Version b/Version index 4506279c2..f08a1d89e 100644 --- a/Version +++ b/Version @@ -11,9 +11,9 @@ GNUSTEP_GUI_LIBTIFF=3.4 # The version number of this release. GNUSTEP_GUI_MAJOR_VERSION=0 GNUSTEP_GUI_MINOR_VERSION=25 -GNUSTEP_GUI_SUBMINOR_VERSION=0 +GNUSTEP_GUI_SUBMINOR_VERSION=1 # numeric value should match above -VERSION_NUMBER=025.0 +VERSION_NUMBER=025.1 GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION} VERSION=${GNUSTEP_GUI_VERSION}