From e32096868274b4162790ed31309d87bc7ba43b14 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Tue, 17 Jan 2023 15:33:38 +0100 Subject: 2.75.0 --- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4eae2beb..bfaf8125 100755 --- a/NEWS +++ b/NEWS @@ -1,3 +1,43 @@ +2.75.0 (unstable): + +Glib: +* Module: Deprecate build_path() +* Binding: Fix the bind_property() with two transformation functions +* Add the GLIBMM_CHECK_VERSION() preprocessor macro + (Kjell Ahlstedt) + +Gio: +* NetworkMonitor::get_default(): Add refreturn + (Kjell Ahlstedt) Issue #104 (ilya-fedin) +* AppInfo: Add get_[recommended|fallback]_for_type() + (Kjell Ahlstedt) Issue #105 (ilya-fedin) +* Add BytesIcon + (Kjell Ahlstedt) Issue #107 (ilya-fedin) +* ListStore: Rename a local variable + (Chun-wei Fan) Merge request !59 +* Settings: Add bind() with mapping functions and unbind() + (Kjell Ahlstedt) + +Documentation: +* Glib::Binding::unbind(): Fix documentation + (Kjell Ahlstedt) + +gmmproc: +* generate_wrap_init.pl.in: Disable warning C4273 on Visual Studio + (Chun-wei Fan) Merge request !57 + +Tests: +* Fix giomm_simple test on Windows + (Chun-wei Fan) Merge request !58 + +Meson build: +* Detect if we build from a git subtree + (William Roy) Merge request gtkmm!72 + (Kjell Ahlstedt) Issue gtkmm#131 (William Roy) +* Don't copy files with configure_file() + (Kjell Ahlstedt) + + 2.74.0 (stable): Gio: -- cgit v1.2.1