Skip to content

Commit 390be82

Browse files
committed
release-chore: Update to 0.27.0.
1 parent 9b43c1d commit 390be82

File tree

5 files changed

+75
-80
lines changed

5 files changed

+75
-80
lines changed

ANNOUNCE

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

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

66
1.1 What is the GNUstep GUI Backend?
77
====================================
@@ -20,44 +20,28 @@ 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.2'
23+
1.2 Noteworthy changes in version '0.27.0'
2424
==========================================
2525

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.
26+
This release includes a few bugfixes.
2927

30-
1.3 Noteworthy changes in version '0.26.1'
31-
==========================================
32-
33-
This release contains no changes since 0.26.0. It is released to
34-
coincide with gnustep-gui 0.26.1, released to mark gnustep-base 1.25.1
35-
as the requirement for gnustep-gui.
36-
37-
1.4 Noteworthy changes in version '0.26.0'
38-
==========================================
39-
40-
This release includes a few bugfixes, as well as compatibility
41-
improvements as a result of GSoC 2017 project.
42-
43-
* opal: Bridging categories between Opal and GNUstep GUI. Added onto
44-
NSColor, NSImage and NSImageRep.
45-
* cairo: Get -DPSshow: to work on scaled windows.
46-
* opal: Allow creating a NSGraphicsContext with a custom graphics
47-
port, other than a CGContext.
48-
* misc: Fix reported static analyser warnings.
28+
* configure: Improve configuration.
29+
* xlib: Improve xft font classes.
30+
* x11: Enable drawing in secondary threads.
31+
* x11: Better handling of atoms. Method to get the window manager.
32+
* opal: Improve colour handling
4933

50-
1.5 Where can you get it? How can you compile it?
34+
1.3 Where can you get it? How can you compile it?
5135
=================================================
5236

53-
The gnustep-back-0.26.2.tar.gz distribution file has been placed at
37+
The gnustep-back-0.27.0.tar.gz distribution file has been placed at
5438
<ftp://ftp.gnustep.org/pub/gnustep/core>.
5539

56-
It is accompanied by gnustep-back-0.26.2.tar.gz.sig, a PGP signature
40+
It is accompanied by gnustep-back-0.27.0.tar.gz.sig, a PGP signature
5741
which you can validate by putting both files in the same directory and
5842
using:
5943

60-
gpg --verify gnustep-back-0.26.2.tar.gz.sig
44+
gpg --verify gnustep-back-0.27.0.tar.gz.sig
6145

6246
Signature has been created using the key with the following
6347
fingerprint:
@@ -67,12 +51,12 @@ fingerprint:
6751
Read the INSTALL file or the GNUstep-HOWTO for installation
6852
instructions.
6953

70-
1.6 Where do I send bug reports?
54+
1.4 Where do I send bug reports?
7155
================================
7256

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

75-
1.7 Obtaining GNU Software
59+
1.5 Obtaining GNU Software
7660
==========================
7761

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

Documentation/news.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
This release includes a few bugfixes.
1313

1414
@itemize @bullet
15-
@item Improve configuration.
15+
@item configure: Improve configuration.
1616
@item xlib: Improve xft font classes.
1717
@item x11: Enable drawing in secondary threads.
1818
@item x11: Better handling of atoms. Method to get the window manager.

0 commit comments

Comments
 (0)