Fill in some details for pending release.

This commit is contained in:
fredkiefer 2021-01-16 20:47:10 +01:00
parent 6c53486617
commit aa9ae34916
3 changed files with 21 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2021-01-16 Fred Kiefer <FredKiefer@gmx.de>
* Documentation/news.texi: Fill in some details for pending release.
* Version: Inclease version number.
2020-09-18 Sergii Stoian <stoyan255@gmail.com> 2020-09-18 Sergii Stoian <stoyan255@gmail.com>
* Source/x11/XGServerWindow.m * Source/x11/XGServerWindow.m

View file

@ -7,6 +7,19 @@
@include version.texi @include version.texi
@end ifset @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} @section Noteworthy changes in version @samp{0.28.0}
This release includes a few bugfixes and a huge rework of multi monitor handling. 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. @item Use Xrandr for multi monitor support.
@end itemize @end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{0.27.0} @section Noteworthy changes in version @samp{0.27.0}
This release includes a few bugfixes. This release includes a few bugfixes.

View file

@ -3,12 +3,12 @@
# The version number of this release. # The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0 GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=28 GNUSTEP_BACK_MINOR_VERSION=29
GNUSTEP_BACK_SUBMINOR_VERSION=0 GNUSTEP_BACK_SUBMINOR_VERSION=0
# This numeric value should match above # This numeric value should match above
VERSION_NUMBER=028.0 VERSION_NUMBER=029.0
# This numeric value should match the compatible gui interface version # 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} GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION} VERSION=${GNUSTEP_BACK_VERSION}