Skip to content

Commit e03ddf7

Browse files
committed
Update for new release
1 parent be85eb8 commit e03ddf7

File tree

5 files changed

+149
-114
lines changed

5 files changed

+149
-114
lines changed

ANNOUNCE

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

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

66
1.1 What is the GNUstep GUI Backend?
77
====================================
@@ -17,35 +17,30 @@ system without any changes to the application, and the library can be
1717
easily ported to other display systems.
1818

1919
The GNUstep GUI Backend is for platforms using the X-Window System or
20-
Window's Systems. It works via a DPS emulation engine to emulate the
20+
Windows 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.29.0'
23+
1.2 Noteworthy changes in version ‘0.31.0’
2424
==========================================
2525

26-
The release includes an alpha version of the wayland backend and a few
27-
bug fixes.
26+
The release includes mostly improvements for pasteboard handling and a
27+
few bug fixes.
2828

29-
* Alpha version of the wayland backend.
30-
* Improved focus handling for WindowMaker interaction.
31-
* Speed up for font pattern resolving.
32-
* Improved appicon behavior under WindowMaker.
33-
* Prevent appicon flickering on WindowMaker at application start.
34-
* On Windows, consistently use 'GetWindowLongPtr' and
35-
'SetWindowLongPtr' in place of 'GetWindowLong' and 'SetWindowLong'
36-
for win32 and cairo for various win64 fixes.
29+
• Improve font name creation.
30+
• Add headless backend.
31+
• Add CI pipeline.
3732

3833
1.3 Where can you get it? How can you compile it?
3934
=================================================
4035

41-
The gnustep-back-0.29.0.tar.gz distribution file has been placed at
36+
The gnustep-back-0.31.0.tar.gz distribution file has been placed at
4237
<ftp://ftp.gnustep.org/pub/gnustep/core>.
4338

44-
It is accompanied by gnustep-back-0.29.0.tar.gz.sig, a PGP signature
39+
It is accompanied by gnustep-back-0.31.0.tar.gz.sig, a PGP signature
4540
which you can validate by putting both files in the same directory and
4641
using:
4742

48-
gpg --verify gnustep-back-0.29.0.tar.gz.sig
43+
gpg --verify gnustep-back-0.31.0.tar.gz.sig
4944

5045
Signature has been created using the key with the following
5146
fingerprint:

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2024-05-26 Fred Kiefer <FredKiefer@gmx.de>
2+
3+
* ChangeLog: Update for new release
4+
* ANNOUNCE:
5+
* NEWS:
6+
* Documentation/news.texi: Update of release notes for 0.31.0.
7+
* Version: bump to 0.31.0
8+
19
2022-12-29 Richard Frith-Macdonald <rfm@gnu.org>
210

311
* ChangeLog: Update for new release

Documentation/news.texi

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

10+
@section Noteworthy changes in version @samp{0.31.0}
11+
12+
The release includes mostly improvements for pasteboard handling and a few bug fixes.
13+
14+
@itemize @bullet
15+
@item Improve font name creation.
16+
@item Add headless backend.
17+
@item Add CI pipeline.
18+
@end itemize
19+
20+
@ifclear ANNOUNCE-ONLY
21+
1022
@section Noteworthy changes in version @samp{0.30.0}
1123

1224
The release includes mostly improvements for the new Wayland backend and a few bug fixes.
@@ -18,7 +30,6 @@ The release includes mostly improvements for the new Wayland backend and a few
1830
and at every Notify.
1931
@end itemize
2032

21-
@ifclear ANNOUNCE-ONLY
2233

2334
@section Noteworthy changes in version @samp{0.29.0}
2435

0 commit comments

Comments
 (0)