mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-23 16:10:52 +00:00
release-chore: Preparations for 0.26.0. Backfill of ReleaseNotes.
Bumping version to 0.26.0. Adding stub news entries related to the release into news.texi.
This commit is contained in:
parent
44205faf34
commit
e6b794a4e9
3 changed files with 18 additions and 4 deletions
|
@ -1,3 +1,11 @@
|
|||
2017-10-01 Ivan Vucica <ivan@vucica.net>
|
||||
|
||||
* Documentation/news.texi:
|
||||
Add stub 0.26.0 entry.
|
||||
|
||||
* Version:
|
||||
Bump to 0.26.0.
|
||||
|
||||
2017-07-17 Daniel Ferreira <dtf@stanford.edu>
|
||||
|
||||
* Source/opal/GNUmakefile: add OpalBridge.m to project.
|
||||
|
|
|
@ -7,11 +7,17 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.26.0}
|
||||
|
||||
@itemize @bullet
|
||||
@item This section is yet to be written.
|
||||
@end itemize
|
||||
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
@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.
|
||||
|
|
6
Version
6
Version
|
@ -3,10 +3,10 @@
|
|||
|
||||
# The version number of this release.
|
||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||
GNUSTEP_BACK_MINOR_VERSION=25
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=1
|
||||
GNUSTEP_BACK_MINOR_VERSION=26
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=0
|
||||
# This numeric value should match above
|
||||
VERSION_NUMBER=025.1
|
||||
VERSION_NUMBER=026.0
|
||||
# This numeric value should match the compatible gui interface version
|
||||
INTERFACE_VERSION_NUMBER=026
|
||||
|
||||
|
|
Loading…
Reference in a new issue