Author: ivucica
Date: Tue Apr  4 01:06:00 2017
New Revision: 40435

URL: http://svn.gna.org/viewcvs/gnustep?rev=40435&view=rev
Log:
Bump version to 0.25.1. Update documentation for 0.25.1 release.

- Reformat previously used announcement text in announce.texi.
- Add 0.25.1 changes in anticipation of the release.

Modified:
    libs/gui/trunk/Documentation/announce.texi
    libs/gui/trunk/Documentation/news.texi
    libs/gui/trunk/Version

Modified: libs/gui/trunk/Documentation/announce.texi
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Documentation/announce.texi?rev=40435&r1=40434&r2=40435&view=diff
==============================================================================
--- libs/gui/trunk/Documentation/announce.texi  (original)
+++ libs/gui/trunk/Documentation/announce.texi  Tue Apr  4 01:06:00 2017
@@ -45,14 +45,18 @@
 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.
 

Modified: libs/gui/trunk/Documentation/news.texi
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Documentation/news.texi?rev=40435&r1=40434&r2=40435&view=diff
==============================================================================
--- libs/gui/trunk/Documentation/news.texi      (original)
+++ libs/gui/trunk/Documentation/news.texi      Tue Apr  4 01:06:00 2017
@@ -9,27 +9,37 @@
 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}
 
 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}
 

Modified: libs/gui/trunk/Version
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Version?rev=40435&r1=40434&r2=40435&view=diff
==============================================================================
--- libs/gui/trunk/Version      (original)
+++ libs/gui/trunk/Version      Tue Apr  4 01:06:00 2017
@@ -11,9 +11,9 @@
 # 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}
 


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to