summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7c9ffc51..37b1dcd8 100755
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+2.72.0 (stable):
+
+Glib:
+* MainContext: Add create(MainContextFlags flags)
+ (Kjell Ahlstedt)
+
+Gio:
+* Add AppInfoMonitor
+ (Kjell Ahlstedt, technic93) Issue #97
+* DBus::Proxy: signal_signal() accepts a signal name
+* File: Add move_async() and move_finish()
+* SocketClient: Deprecate set/get/property_tls_validation_flags()
+* TlsCertificate: Add properties private_key, private_key_pem,
+pkcs11_uri, private_key_pkcs11_uri. Fix the create*() methods.
+* TlsClientConnection.hg: Deprecate set/get/property_validation_flags()
+ (Kjell Ahlstedt)
+
+gmmproc:
+* Add "ignore_deprecations" argument in _WRAP_METHOD()
+ (Kjell Ahlstedt)
+
+Build:
+* Require glib-2.0 >= 2.71.2
+ (Kjell Ahlstedt)
+* MSVC build: Support VS2022 builds
+ (Chun-wei Fan)
+* Meson build: Specify 'check' option in run_command()
+ Require Meson >= 0.55.0
+ (Kjell Ahlstedt)
+
+
2.70.0 (stable):
Glib: