summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-02-12 13:39:09 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-02-12 13:39:09 +0000
commit397e8297d433547c9bf4150ddd2b9e0b4c39628c (patch)
tree6299816b7cf9d9773954babac14b689066089116
parentf53a35e5d20a2c0010718e7bfd863fc09ff9b1a7 (diff)
downloaddbus-glib-397e8297d433547c9bf4150ddd2b9e0b4c39628c.tar.gz
update NEWS, release 0.102dbus-glib_0.102
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index e70a773..f19e0da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,25 +1,36 @@
dbus-glib is deprecated, please use GDBus in new GLib-based projects.
-dbus-glib 0.102 (UNRELEASED)
+dbus-glib 0.102 (2014-02-12)
============================
+The “I've come to the conclusion that Debian should choose Russ Allbery
+to be its new init system” release. [1]
+
Enhancements:
• Add dbus_g_method_invocation_get_connection (fd.o #55729, Dan Williams)
• Add dbus_g_connection_open_private (fd.o #55730, Dan Williams)
-• Better regression tests (fd.o #23633, fd.o #40711, fd.o #51511;
- Simon McVittie, Dan Williams)
+• Better regression tests (fd.o #23633, fd.o #40711, fd.o #41129, fd.o #51511,
+ fd.o #68603; Simon McVittie, Dan Williams)
• Get rid of more dead code (fd.o #40711, Simon McVittie)
+• dbus-binding-tool: check validity of names (fd.o #7909, Simon McVittie)
+
Fixes:
+• dbus_g_value_build_g_variant: treat GValues containing (G_TYPE_STRING, NULL)
+ or (G_TYPE_STRV, NULL) as empty string or empty array instead of asserting
+ (fd.o #71811, Xavier Claessens)
+
• Upload documentation correctly (Simon McVittie)
• Fix under-linking (fd.o #68601, Simon McVittie)
+[1] credit: https://twitter.com/keybuk/status/433058371290157056
+
dbus-glib 0.100.2 (2013-02-25)
==============================
diff --git a/configure.ac b/configure.ac
index 808b72d..1c0427c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.52)
-AC_INIT([dbus-glib], [0.101],
+AC_INIT([dbus-glib], [0.102],
[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib])
AC_CANONICAL_HOST