mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Bump version to 0.25.1. Update documentation for 0.25.1 release.
- Add previously used announcement text to announce.texi. - Add 0.25.1 changes in anticipation of the release. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@40434 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
58da815142
commit
36be663a45
3 changed files with 31 additions and 3 deletions
|
@ -30,10 +30,24 @@ emulate the DPS functions required by the front-end system.
|
|||
@section Where can you get it? How can you compile it?
|
||||
|
||||
@ifset GNUSTEP-BACK-FTP-MACHINE
|
||||
The gstep-back-@value{GNUSTEP-BACK-VERSION}.tar.gz distribution
|
||||
The gnustep-back-@value{GNUSTEP-BACK-VERSION}.tar.gz distribution
|
||||
file has been placed at @url{ftp://@value{GNUSTEP-BACK-FTP-MACHINE}/@value{GNUSTEP-BACK-FTP-DIRECTORY}}.
|
||||
@end ifset
|
||||
|
||||
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-back-@value{GNUSTEP-BACK-VERSION}.tar.gz.sig
|
||||
@end example
|
||||
|
||||
Signature has been created using the key with the following fingerprint:
|
||||
|
||||
@example
|
||||
83AA E47C E829 A414 6EF8 3420 CA86 8D4C 9914 9679
|
||||
@end example
|
||||
|
||||
Read the INSTALL file or the GNUstep-HOWTO for installation instructions.
|
||||
|
||||
@section Where do I send bug reports?
|
||||
|
||||
Bug reports can be sent to the GNUstep bug list
|
||||
|
|
|
@ -7,13 +7,27 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.25.1}
|
||||
|
||||
Small fixes and cleanups.
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
@section Noteworthy changes in version @samp{0.25.0}
|
||||
|
||||
Support for pattern phase, compositing operation, image interpolation and antialiasing per gstate.
|
||||
|
||||
Improvements to Win32 code.
|
||||
|
||||
Fix application menus under WindowMaker.
|
||||
|
||||
Various fixes.
|
||||
|
||||
@section Noteworthy changes in version @samp{0.24.1}
|
||||
|
||||
Improvements in win32 display and mouse tracking.
|
||||
|
||||
Various minor bugfixes and cleanups.
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.24.0}
|
||||
|
||||
|
|
2
Version
2
Version
|
@ -4,7 +4,7 @@
|
|||
# The version number of this release.
|
||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||
GNUSTEP_BACK_MINOR_VERSION=25
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=0
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=1
|
||||
# This numeric value should match above
|
||||
VERSION_NUMBER=025.1
|
||||
# This numeric value should match the compatible gui interface version
|
||||
|
|
Loading…
Reference in a new issue