mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-29 16:31:29 +00:00
Fill in some details for pending release.
This commit is contained in:
parent
6c53486617
commit
aa9ae34916
3 changed files with 21 additions and 4 deletions
|
@ -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>
|
||||
|
||||
* Source/x11/XGServerWindow.m
|
||||
|
|
|
@ -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.
|
||||
|
|
6
Version
6
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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue