summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-29 10:01:38 +0000
committerSimon McVittie <smcv@debian.org>2018-01-29 10:01:38 +0000
commit6890e68cf7fcb053575d9474c7ee76ecc374608b (patch)
treeb661f070165ecce42c4673958fcc0c51d22e0872
parentceb3b266d402eb6d174f1f6dac337285b830302d (diff)
downloaddbus-glib-6890e68cf7fcb053575d9474c7ee76ecc374608b.tar.gz
Update NEWS
Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 883b496..f4640da 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,23 @@ dbus-glib is deprecated, please use GDBus in new GLib-based projects.
dbus-glib 0.109 (UNRELEASED)
============================
-...
+Dependencies:
+
+• GLib 2.40 is required
+
+Enhancements:
+
+• The GLib main-loop glue, "dbus-gmain", is now available as a separate
+ subproject (the dbus-gmain branch in dbus-glib's git repository) for
+ embedding in larger projects like dbus-glib and dbus-python via the
+ `git subtree` or `git submodule` commands. This removes dbus-python's
+ dependency on the rest of dbus-glib.
+
+Fixes:
+
+• autogen.sh can now detect gtk-doc >= 1.26.
+
+• More files have per-file copyright information.
dbus-glib 0.108 (2016-09-09)
============================