From aa9ae3491699d2867af45bd71a2e64bf75c5a473 Mon Sep 17 00:00:00 2001 From: fredkiefer Date: Sat, 16 Jan 2021 20:47:10 +0100 Subject: [PATCH] Fill in some details for pending release. --- ChangeLog | 5 +++++ Documentation/news.texi | 14 +++++++++++++- Version | 6 +++--- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8e5595e..84a09b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-01-16 Fred Kiefer + + * Documentation/news.texi: Fill in some details for pending release. + * Version: Inclease version number. + 2020-09-18 Sergii Stoian * Source/x11/XGServerWindow.m diff --git a/Documentation/news.texi b/Documentation/news.texi index 00756ab..83b9974 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.29.0} + +The release includes an alpha version of the wayland backend and a few +bug fixes. + +@itemize @bullet +@item Alpha version of the wayland backend. +@item Improved focus handling for WindowMaker interaction. +@item Speed up for font pattern resolving. +@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. @@ -20,7 +33,6 @@ This release includes a few bugfixes and a huge rework of multi monitor handling @item Use Xrandr for multi monitor support. @end itemize -@ifclear ANNOUNCE-ONLY @section Noteworthy changes in version @samp{0.27.0} This release includes a few bugfixes. diff --git a/Version b/Version index 5d10fa3..42056a6 100644 --- a/Version +++ b/Version @@ -3,12 +3,12 @@ # The version number of this release. GNUSTEP_BACK_MAJOR_VERSION=0 -GNUSTEP_BACK_MINOR_VERSION=28 +GNUSTEP_BACK_MINOR_VERSION=29 GNUSTEP_BACK_SUBMINOR_VERSION=0 # This numeric value should match above -VERSION_NUMBER=028.0 +VERSION_NUMBER=029.0 # This numeric value should match the compatible gui interface version -INTERFACE_VERSION_NUMBER=028 +INTERFACE_VERSION_NUMBER=029 GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION} VERSION=${GNUSTEP_BACK_VERSION}