From 909bd066883cba9849f04f4652098b233b6e5242 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Thu, 29 Dec 2022 16:50:36 +0000 Subject: [PATCH] Update for new release --- ChangeLog | 8 ++++++++ Documentation/news.texi | 15 +++++++++++++-- Version | 6 +++--- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93724163..156444f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2022-12-29 Richard Frith-Macdonald + + * 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 * Tools/xpbs.m (xSelectionNotify:): diff --git a/Documentation/news.texi b/Documentation/news.texi index 9f459a48..492f8eec 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -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 @@ -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. diff --git a/Version b/Version index 42056a67..8a60f948 100644 --- a/Version +++ b/Version @@ -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}