Skip to content

Commit 909bd06

Browse files
committed
Update for new release
1 parent ecfb42a commit 909bd06

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2022-12-29 Richard Frith-Macdonald <[email protected]>
2+
3+
* ChangeLog: Update for new release
4+
* ANNOUNCE:
5+
* NEWS:
6+
* Documentation/news.texi: Update of release notes for 0.30.0 by Fred.
7+
* Version: bump to 0.30.0
8+
19
2022-02-22 Riccardo Mottola <[email protected]>
210

311
* Tools/xpbs.m (xSelectionNotify:):

Documentation/news.texi

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

10+
@section Noteworthy changes in version @samp{0.30.0}
11+
12+
The release includes mostly improvements for the new Wayland backend and a few bug fixes.
13+
14+
@itemize @bullet
15+
@item Improvements for the wayland backend.
16+
@item Don't use font hinting for cauro, when using scaling.
17+
@item Fix pasteboard transfer of huge data by deleting property on begin
18+
and at every Notify.
19+
@end itemize
20+
21+
@ifclear ANNOUNCE-ONLY
22+
1023
@section Noteworthy changes in version @samp{0.29.0}
1124

1225
The release includes an alpha version of the wayland backend and a few
@@ -23,8 +36,6 @@ bug fixes.
2336
@code{SetWindowLong} for win32 and cairo for various win64 fixes.
2437
@end itemize
2538

26-
@ifclear ANNOUNCE-ONLY
27-
2839
@section Noteworthy changes in version @samp{0.28.0}
2940

3041
This release includes a few bugfixes and a huge rework of multi monitor handling.

Version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
# The version number of this release.
55
GNUSTEP_BACK_MAJOR_VERSION=0
6-
GNUSTEP_BACK_MINOR_VERSION=29
6+
GNUSTEP_BACK_MINOR_VERSION=30
77
GNUSTEP_BACK_SUBMINOR_VERSION=0
88
# This numeric value should match above
9-
VERSION_NUMBER=029.0
9+
VERSION_NUMBER=030.0
1010
# This numeric value should match the compatible gui interface version
11-
INTERFACE_VERSION_NUMBER=029
11+
INTERFACE_VERSION_NUMBER=030
1212

1313
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
1414
VERSION=${GNUSTEP_BACK_VERSION}

0 commit comments

Comments
 (0)