Skip to content

Commit e6b794a

Browse files
committed
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.
1 parent 44205fa commit e6b794a

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2017-10-01 Ivan Vucica <[email protected]>
2+
3+
* Documentation/news.texi:
4+
Add stub 0.26.0 entry.
5+
6+
* Version:
7+
Bump to 0.26.0.
8+
19
2017-07-17 Daniel Ferreira <[email protected]>
210

311
* Source/opal/GNUmakefile: add OpalBridge.m to project.

Documentation/news.texi

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@
77
@include version.texi
88
@end ifset
99

10+
@section Noteworthy changes in version @samp{0.26.0}
11+
12+
@itemize @bullet
13+
@item This section is yet to be written.
14+
@end itemize
15+
16+
@ifclear ANNOUNCE-ONLY
1017
@section Noteworthy changes in version @samp{0.25.1}
1118

1219
Small fixes and cleanups.
1320

14-
@ifclear ANNOUNCE-ONLY
1521
@section Noteworthy changes in version @samp{0.25.0}
1622

1723
Support for pattern phase, compositing operation, image interpolation and antialiasing per gstate.

Version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
# The version number of this release.
55
GNUSTEP_BACK_MAJOR_VERSION=0
6-
GNUSTEP_BACK_MINOR_VERSION=25
7-
GNUSTEP_BACK_SUBMINOR_VERSION=1
6+
GNUSTEP_BACK_MINOR_VERSION=26
7+
GNUSTEP_BACK_SUBMINOR_VERSION=0
88
# This numeric value should match above
9-
VERSION_NUMBER=025.1
9+
VERSION_NUMBER=026.0
1010
# This numeric value should match the compatible gui interface version
1111
INTERFACE_VERSION_NUMBER=026
1212

0 commit comments

Comments
 (0)