Skip to content

Commit 023642d

Browse files
committed
release-chore: Releasing 0.26.2 to coincide with the -gui release.
1 parent a446103 commit 023642d

File tree

6 files changed

+83
-55
lines changed

6 files changed

+83
-55
lines changed

ANNOUNCE

Lines changed: 16 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.1 of the GNUstep GUI Backend ('gnustep-back').
4+
This is version 0.26.2 of the GNUstep GUI Backend ('gnustep-back').
55

66
1.1 What is the GNUstep GUI Backend?
77
====================================
@@ -20,14 +20,21 @@ 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.1'
23+
1.2 Noteworthy changes in version '0.26.2'
24+
==========================================
25+
26+
This release contains no changes since 0.26.1. It is released to
27+
coincide with gnustep-gui 0.26.2, which has important bugfixes related
28+
to printing.
29+
30+
1.3 Noteworthy changes in version '0.26.1'
2431
==========================================
2532

2633
This release contains no changes since 0.26.0. It is released to
2734
coincide with gnustep-gui 0.26.1, released to mark gnustep-base 1.25.1
2835
as the requirement for gnustep-gui.
2936

30-
1.3 Noteworthy changes in version '0.26.0'
37+
1.4 Noteworthy changes in version '0.26.0'
3138
==========================================
3239

3340
This release includes a few bugfixes, as well as compatibility
@@ -40,17 +47,17 @@ improvements as a result of GSoC 2017 project.
4047
port, other than a CGContext.
4148
* misc: Fix reported static analyser warnings.
4249

43-
1.4 Where can you get it? How can you compile it?
50+
1.5 Where can you get it? How can you compile it?
4451
=================================================
4552

46-
The gnustep-back-0.26.1.tar.gz distribution file has been placed at
53+
The gnustep-back-0.26.2.tar.gz distribution file has been placed at
4754
<ftp://ftp.gnustep.org/pub/gnustep/core>.
4855

49-
It is accompanied by gnustep-back-0.26.1.tar.gz.sig, a PGP signature
56+
It is accompanied by gnustep-back-0.26.2.tar.gz.sig, a PGP signature
5057
which you can validate by putting both files in the same directory and
5158
using:
5259

53-
gpg --verify gnustep-back-0.26.1.tar.gz.sig
60+
gpg --verify gnustep-back-0.26.2.tar.gz.sig
5461

5562
Signature has been created using the key with the following
5663
fingerprint:
@@ -60,12 +67,12 @@ fingerprint:
6067
Read the INSTALL file or the GNUstep-HOWTO for installation
6168
instructions.
6269

63-
1.5 Where do I send bug reports?
70+
1.6 Where do I send bug reports?
6471
================================
6572

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

68-
1.6 Obtaining GNU Software
75+
1.7 Obtaining GNU Software
6976
==========================
7077

7178
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+
2018-01-01 Ivan Vucica <[email protected]>
2+
3+
* ANNOUNCE
4+
* Documentation/news.texi
5+
* NEWS
6+
* README
7+
* Version:
8+
Releasing 0.26.2 to coincide with the -gui release.
9+
110
2017-12-21 Ivan Vucica <[email protected]>
211

312
* ANNOUNCE

Documentation/news.texi

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

10+
@section Noteworthy changes in version @samp{0.26.2}
11+
12+
This release contains no changes since 0.26.1. It is released to coincide
13+
with gnustep-gui 0.26.2, which has important bugfixes related to printing.
14+
1015
@section Noteworthy changes in version @samp{0.26.1}
1116

1217
This release contains no changes since 0.26.0. It is released to coincide

0 commit comments

Comments
 (0)