Skip to content

Commit a446103

Browse files
committed
release-chore: Creating 0.26.1 release to coincide with -gui release.
1 parent 0391509 commit a446103

File tree

6 files changed

+87
-54
lines changed

6 files changed

+87
-54
lines changed

ANNOUNCE

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
1 ANNOUNCE
22
**********
33

4-
This is version 0.26.0 of the GNUstep GUI Backend ('gnustep-back').
4+
This is version 0.26.1 of the GNUstep GUI Backend ('gnustep-back').
55

66
1.1 What is the GNUstep GUI Backend?
77
====================================
@@ -20,26 +20,37 @@ easily ported to other display systems.
2020
Window's Systems. It works via a DPS emulation engine to emulate the
2121
DPS functions required by the front-end system.
2222

23-
1.2 Noteworthy changes in version '0.26.0'
23+
1.2 Noteworthy changes in version '0.26.1'
2424
==========================================
2525

26+
This release contains no changes since 0.26.0. It is released to
27+
coincide with gnustep-gui 0.26.1, released to mark gnustep-base 1.25.1
28+
as the requirement for gnustep-gui.
29+
30+
1.3 Noteworthy changes in version '0.26.0'
31+
==========================================
32+
33+
This release includes a few bugfixes, as well as compatibility
34+
improvements as a result of GSoC 2017 project.
35+
2636
* opal: Bridging categories between Opal and GNUstep GUI. Added onto
2737
NSColor, NSImage and NSImageRep.
2838
* cairo: Get -DPSshow: to work on scaled windows.
29-
* cairo: Allow creating a NSGraphicsContext with a custom graphics
39+
* opal: Allow creating a NSGraphicsContext with a custom graphics
3040
port, other than a CGContext.
41+
* misc: Fix reported static analyser warnings.
3142

32-
1.3 Where can you get it? How can you compile it?
43+
1.4 Where can you get it? How can you compile it?
3344
=================================================
3445

35-
The gnustep-back-0.26.0.tar.gz distribution file has been placed at
46+
The gnustep-back-0.26.1.tar.gz distribution file has been placed at
3647
<ftp://ftp.gnustep.org/pub/gnustep/core>.
3748

38-
It is accompanied by gnustep-back-0.26.0.tar.gz.sig, a PGP signature
49+
It is accompanied by gnustep-back-0.26.1.tar.gz.sig, a PGP signature
3950
which you can validate by putting both files in the same directory and
4051
using:
4152

42-
gpg --verify gnustep-back-0.26.0.tar.gz.sig
53+
gpg --verify gnustep-back-0.26.1.tar.gz.sig
4354

4455
Signature has been created using the key with the following
4556
fingerprint:
@@ -49,12 +60,12 @@ fingerprint:
4960
Read the INSTALL file or the GNUstep-HOWTO for installation
5061
instructions.
5162

52-
1.4 Where do I send bug reports?
63+
1.5 Where do I send bug reports?
5364
================================
5465

5566
Bug reports can be sent to the GNUstep bug list <[email protected]>
5667

57-
1.5 Obtaining GNU Software
68+
1.6 Obtaining GNU Software
5869
==========================
5970

6071
Check out the GNUstep web site. (<http://www.gnustep.org/>) and the GNU

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2017-12-21 Ivan Vucica <[email protected]>
2+
3+
* ANNOUNCE
4+
* Documentation/news.texi
5+
* README
6+
* Version
7+
* NEWS:
8+
Releasing 0.26.1 to coincide with the -gui release.
9+
110
2017-12-10 Ivan Vucica <[email protected]>
211

312
* ANNOUNCE

Documentation/news.texi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
@include version.texi
88
@end ifset
99

10+
@section Noteworthy changes in version @samp{0.26.1}
11+
12+
This release contains no changes since 0.26.0. It is released to coincide
13+
with gnustep-gui 0.26.1, released to mark gnustep-base 1.25.1 as the
14+
requirement for gnustep-gui.
15+
1016
@section Noteworthy changes in version @samp{0.26.0}
1117

1218
This release includes a few bugfixes, as well as compatibility improvements

0 commit comments

Comments
 (0)