Skip to content

Commit

Permalink
Update for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Dec 29, 2022
1 parent ecfb42a commit 909bd06
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2022-12-29 Richard Frith-Macdonald <rfm@gnu.org>

* ChangeLog: Update for new release
* ANNOUNCE:
* NEWS:
* Documentation/news.texi: Update of release notes for 0.30.0 by Fred.
* Version: bump to 0.30.0

2022-02-22 Riccardo Mottola <rm@gnu.org>

* Tools/xpbs.m (xSelectionNotify:):
Expand Down
15 changes: 13 additions & 2 deletions Documentation/news.texi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
@include version.texi
@end ifset

@section Noteworthy changes in version @samp{0.30.0}

The release includes mostly improvements for the new Wayland backend and a few bug fixes.

@itemize @bullet
@item Improvements for the wayland backend.
@item Don't use font hinting for cauro, when using scaling.
@item Fix pasteboard transfer of huge data by deleting property on begin
and at every Notify.
@end itemize

@ifclear ANNOUNCE-ONLY

@section Noteworthy changes in version @samp{0.29.0}

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

@ifclear ANNOUNCE-ONLY

@section Noteworthy changes in version @samp{0.28.0}

This release includes a few bugfixes and a huge rework of multi monitor handling.
Expand Down
6 changes: 3 additions & 3 deletions Version
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=29
GNUSTEP_BACK_MINOR_VERSION=30
GNUSTEP_BACK_SUBMINOR_VERSION=0
# This numeric value should match above
VERSION_NUMBER=029.0
VERSION_NUMBER=030.0
# This numeric value should match the compatible gui interface version
INTERFACE_VERSION_NUMBER=029
INTERFACE_VERSION_NUMBER=030

GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}
Expand Down

0 comments on commit 909bd06

Please sign in to comment.