summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS40
1 files changed, 40 insertions, 0 deletions
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: