mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +00:00
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. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@40435 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
230e00545c
commit
10190b36cb
3 changed files with 34 additions and 20 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
4
Version
4
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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue