mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Update for new release
This commit is contained in:
parent
ecfb42a893
commit
909bd06688
3 changed files with 24 additions and 5 deletions
|
@ -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:):
|
||||
|
|
|
@ -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.
|
||||
|
|
6
Version
6
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}
|
||||
|
|
Loading…
Reference in a new issue