File tree Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Expand file tree Collapse file tree 3 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1+ 2022-12-29 Richard Frith-Macdonald <
[email protected] >
2+
3+ * ChangeLog: Update for new release
4+ * ANNOUNCE:
5+ * NEWS:
6+ * Documentation/news.texi: Update of release notes for 0.30.0 by Fred.
7+ * Version: bump to 0.30.0
8+
192022-02-22 Riccardo Mottola <
[email protected] >
210
311 * Tools/xpbs.m (xSelectionNotify:):
Original file line number Diff line number Diff line change 77@include version.texi
88@end ifset
99
10+ @section Noteworthy changes in version @samp {0.30.0 }
11+
12+ The release includes mostly improvements for the new Wayland backend and a few bug fixes.
13+
14+ @itemize @bullet
15+ @item Improvements for the wayland backend.
16+ @item Don't use font hinting for cauro, when using scaling.
17+ @item Fix pasteboard transfer of huge data by deleting property on begin
18+ and at every Notify.
19+ @end itemize
20+
21+ @ifclear ANNOUNCE-ONLY
22+
1023@section Noteworthy changes in version @samp {0.29.0 }
1124
1225The release includes an alpha version of the wayland backend and a few
@@ -23,8 +36,6 @@ bug fixes.
2336@code {SetWindowLong } for win32 and cairo for various win64 fixes.
2437@end itemize
2538
26- @ifclear ANNOUNCE-ONLY
27-
2839@section Noteworthy changes in version @samp {0.28.0 }
2940
3041This release includes a few bugfixes and a huge rework of multi monitor handling.
Original file line number Diff line number Diff line change 33
44# The version number of this release.
55GNUSTEP_BACK_MAJOR_VERSION=0
6- GNUSTEP_BACK_MINOR_VERSION=29
6+ GNUSTEP_BACK_MINOR_VERSION=30
77GNUSTEP_BACK_SUBMINOR_VERSION=0
88# This numeric value should match above
9- VERSION_NUMBER=029 .0
9+ VERSION_NUMBER=030 .0
1010# This numeric value should match the compatible gui interface version
11- INTERFACE_VERSION_NUMBER=029
11+ INTERFACE_VERSION_NUMBER=030
1212
1313GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
1414VERSION=${GNUSTEP_BACK_VERSION}
You can’t perform that action at this time.
0 commit comments