Skip to content

Commit de2a207

Browse files
committed
release-chore: Update documentation for the 0.28.0 release.
1 parent 6f8887c commit de2a207

File tree

4 files changed

+79
-57
lines changed

4 files changed

+79
-57
lines changed

ANNOUNCE

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

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

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

26-
This release includes a few bugfixes.
26+
This release includes a few bugfixes and a huge rework of multi monitor
27+
handling.
2728

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
29+
* Improved focus handling for WindowMaker interaction.
30+
* Cursor improvements.
31+
* Better handling of fonts with fontconfig.
32+
* Simplify code that converts images for X11.
33+
* art: Remove ftfont-old.m.
34+
* Use Xrandr for multi monitor support.
3335

3436
1.3 Where can you get it? How can you compile it?
3537
=================================================
3638

37-
The gnustep-back-0.27.0.tar.gz distribution file has been placed at
39+
The gnustep-back-0.28.0.tar.gz distribution file has been placed at
3840
<ftp://ftp.gnustep.org/pub/gnustep/core>.
3941

40-
It is accompanied by gnustep-back-0.27.0.tar.gz.sig, a PGP signature
42+
It is accompanied by gnustep-back-0.28.0.tar.gz.sig, a PGP signature
4143
which you can validate by putting both files in the same directory and
4244
using:
4345

44-
gpg --verify gnustep-back-0.27.0.tar.gz.sig
46+
gpg --verify gnustep-back-0.28.0.tar.gz.sig
4547

4648
Signature has been created using the key with the following
4749
fingerprint:

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2020-04-05 Ivan Vucica <[email protected]>
2+
3+
* ANNOUNCE:
4+
* NEWS:
5+
* README:
6+
Updating documentation for the 0.28.0 release.
7+
18
2020-03-27 Fred Kiefer <[email protected]>
29

310
* Documentation/news.texi: Fill in some details for pending release.

0 commit comments

Comments
 (0)