[gtkmm] 4.7.1
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] 4.7.1
- Date: Thu, 4 Aug 2022 06:39:06 +0000 (UTC)
commit 1f4a288e7a604c7dbcb7091086c4b434e3e2fb5b
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Thu Aug 4 08:09:59 2022 +0200
4.7.1
NEWS | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 51 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d03cb028..555f4fcb 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+4.7.1 (unstable):
+
+Gdk:
+* Add enum Gdk::GLApi, deprecate enum Gdk::GLAPI
+ (Kjell Ahlstedt) Issue #113 (PBS)
+* Add enum ScrollUnit
+* Event: Add get_scroll_unit()
+ (Kjell Ahlstedt)
+
+Gtk:
+* Allow managed Gtk::Window's
+ (Kjell Ahlstedt) Issue #24 (Daniel Elstner)
+* Gtk::Object::_release_c_instance(): Unref orphan managed widgets
+ (Kjell Ahlstedt) Issue #115 (PBS)
+* Entry: Add signal_activate()
+ (Kjell Ahlstedt) Issue #100 (RedDocMD)
+* Don't derive gtkmm__GtkXxx GTypes from final types
+ (Kjell Ahlstedt) Issue glib#2661
+* Application: Only create window on first activate
+ (Andrew Potter) Merge request !70
+* CheckButton: Add set/unset/get/property_child()
+* EventControllerScroll: Add get_unit()
+* Picture: Deprecate set/get/property_keep_aspect_ratio()
+* SearchEntry: Add set/get/property_search_delay()
+* DirectoryList, FilterListModel, FlattenListModel, MultiFilter,
+ MultiSelection, MultiSorter, NoSelection, SelectionFilterModel,
+ ShortcutController, SingleSelection, SliceListModel, SortListModel,
+ TreeListModel: Add property_item_type(), property_n_items()
+ (Kjell Ahlstedt)
+* ApplicationWindow: Disambiguate activate_action()
+ (Kjell Ahlstedt) Issue #122 (PBS)
+* Add class Inscription
+ (Kjell Ahlstedt)
+* Widget: Add signal_destroy()
+ (Baldvin Kovacs) Merge request !71
+
+Documentation:
+* Gdk::Drag, Gdk::Drop, Gtk::Dialog, Gtk::Widget: Improve class descriptions
+ (Kjell Ahlstedt)
+
+Build:
+* Meson build: Avoid configuration warnings
+ (Kjell Ahlstedt)
+* Meson build: Fix builds with Vulkan-enabled GTK
+ (Chun-wei Fan) Merge request !68
+* Require gtk4 >= 4.7.1
+ (Kjell Ahlstedt)
+
+
4.6.1 (stable):
Gdk:
diff --git a/configure.ac b/configure.ac
index d720b34f..89030e00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([gtkmm], [4.6.1],
+AC_INIT([gtkmm], [4.7.1],
[https://gitlab.gnome.org/GNOME/gtkmm/issues/],
[gtkmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
diff --git a/meson.build b/meson.build
index 3a82368e..5a2c24ec 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
# The resource compiler, used in demos/gtk-demo, requires a C compiler.
project('gtkmm', 'c', 'cpp',
- version: '4.6.1',
+ version: '4.7.1',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]