Skip to content

Commit e59d923

Browse files
committed
New release
1 parent e63ad3c commit e59d923

File tree

6 files changed

+98
-79
lines changed

6 files changed

+98
-79
lines changed

ANNOUNCE

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

4-
This is version 0.31.0 of the GNUstep GUI Backend (‘gnustep-back’).
4+
This is version 0.32.0 of the GNUstep GUI Backend (‘gnustep-back’).
55

66
1.1 What is the GNUstep GUI Backend?
77
====================================
@@ -17,30 +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-
Windows Systems. It works via a DPS emulation engine to emulate the
20+
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.31.0’
23+
1.2 Noteworthy changes in version ‘0.32.0’
2424
==========================================
2525

26-
The release includes mostly improvements for pasteboard handling and a
27-
few bug fixes.
26+
The release includes mostly bug fixes.
2827

29-
• Improve font name creation.
30-
• Add headless backend.
31-
• Add CI pipeline.
28+
• Make window termination saver.
29+
• Use default interpolation in Cairo.
30+
• Allow UTF-8 input from XLookupString.
31+
• Improve building on MS Windows.
3232

3333
1.3 Where can you get it? How can you compile it?
3434
=================================================
3535

36-
The gnustep-back-0.31.0.tar.gz distribution file has been placed at
36+
The gnustep-back-0.32.0.tar.gz distribution file has been placed at
3737
<ftp://ftp.gnustep.org/pub/gnustep/core>.
3838

39-
It is accompanied by gnustep-back-0.31.0.tar.gz.sig, a PGP signature
39+
It is accompanied by gnustep-back-0.32.0.tar.gz.sig, a PGP signature
4040
which you can validate by putting both files in the same directory and
4141
using:
4242

43-
gpg --verify gnustep-back-0.31.0.tar.gz.sig
43+
gpg --verify gnustep-back-0.32.0.tar.gz.sig
4444

4545
Signature has been created using the key with the following
4646
fingerprint:

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2025-02-11 Richard Frith-Macdonald <[email protected]>
2+
3+
* ANNOUNCE:
4+
* INSTALL:
5+
* NEWS:
6+
* README:
7+
* Version: bump to 0.32.0
8+
New release
9+
110
2024-05-26 Fred Kiefer <[email protected]>
211

312
* ChangeLog: Update for new release

INSTALL

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
================
66

77
This file documents the installation of the GNUstep Backend Library,
8-
'gnustep-back'. If you are installing this package as part of the
8+
gnustep-back. If you are installing this package as part of the
99
GNUstep core package, read the file GNUstep-HOWTO for more complete
1010
instructions on how to install the entire GNUstep package (including
1111
this library). GNUstep-HOWTO is located at <http://www.gnustep.org>
@@ -15,9 +15,9 @@ this library). GNUstep-HOWTO is located at <http://www.gnustep.org>
1515
1.2 Configuration
1616
=================
1717

18-
Configuration is performed by running the 'configure' program at a shell
18+
Configuration is performed by running the configure program at a shell
1919
prompt. You may want to use some of the optional arguments to the
20-
'configure' program. Type 'configure --help' for a list. GNUstep
20+
configure program. Type configure --help for a list. GNUstep
2121
specific options are at the end of this list (if any).
2222

2323
The backend comes with several different window server and graphics
@@ -27,7 +27,7 @@ choose the art graphical drawing implementation, run
2727

2828
configure --enable-graphics=art
2929

30-
Type 'configure --help' for a list of graphical drawing
30+
Type configure --help for a list of graphical drawing
3131
implementations.
3232

3333
You can also change the name of the backend when configuring it.
@@ -52,8 +52,8 @@ program:
5252

5353
To compile this library, type make. After this is complete, type make
5454
install (make sure you are the root user). Some additional options you
55-
can use with make are 'debug=yes' to make a debugging version of the
56-
library and 'shared=no' to make a static version of the library. See
55+
can use with make are debug=yes to make a debugging version of the
56+
library and shared=no to make a static version of the library. See
5757
the gstep-make package for more information on these options.
5858

5959
1.4 Installing

0 commit comments

Comments
 (0)