summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-09 15:58:57 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-09 15:58:57 +0000
commit3000eaff772abadc1dcd22742d7d80545bd7269f (patch)
tree08b413e436a84f364203db307e1bc4d1d2b3c1da
parent82ca3f62848b72061bf041df529bea58e53d55e7 (diff)
-rw-r--r--NEWS38
-rw-r--r--configure.ac6
2 files changed, 39 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 6521a95..a967153 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,43 @@
dbus-glib is deprecated, please use GDBus in new GLib-based projects.
-dbus-glib 0.104 (UNRELEASED)
+dbus-glib 0.104 (2015-02-09)
============================
-...
+The “smoke and ashes” release.
+
+Deprecations:
+
+• Document the entire library as deprecated (Simon McVittie, Philip Withnall)
+
+Dependencies:
+
+• libdbus 1.8 is required
+• GLib 2.32 is required
+
+Enhancements:
+
+• The libdbus 1.8 dependency means we can now document that
+ dbus_g_thread_init() is idempotent and thread-safe
+ (fd.o #54770, Simon McVittie)
+
+• Use g_cclosure_marshal_generic for all marshalling (fd.o #64214,
+ Simon McVittie)
+
+Fixes:
+
+• Allow timeouts to be migrated from one main context to another
+ without an assertion failure (fd.o #30574, Mike Gorse)
+
+• Don't trip a libdbus fatal warning if a Unix fd or other unsupported type
+ is encountered in a message (fd.o #80557, Alban Crequy)
+
+• Make the tests pass with newer GLib by not removing removed sources
+ (fd.o #83530, Simon McVittie)
+
+• Fix some typos in the documentation (fd.o #45686, Jiří Klimeš)
+
+• Make the Autotools setup less awful (fd.o #58698;
+ Rafał Mużyło, Simon McVittie)
dbus-glib 0.102 (2014-02-12)
============================
diff --git a/configure.ac b/configure.ac
index cc9729f..2f7cb24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl -*- mode: m4 -*-
AC_PREREQ(2.52)
-AC_INIT([dbus-glib], [0.103],
+AC_INIT([dbus-glib], [0.104],
[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib])
AC_CANONICAL_HOST
@@ -25,7 +25,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
#
## increment if the interface has additions, changes, removals.
-LT_CURRENT=4
+LT_CURRENT=5
## increment any time the source changes; set to
## 0 if you increment CURRENT
@@ -34,7 +34,7 @@ LT_REVISION=2
## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has
## precedence over adding, so set to 0 if both happened.
-LT_AGE=2
+LT_AGE=3
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)