summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@remedyz.boston.redhat.com>2006-07-24 14:44:36 -0400
committerJohn Palmieri <johnp@remedyz.boston.redhat.com>2006-07-24 14:44:36 -0400
commite6c7815f9457757d7364463759766c85981ce207 (patch)
treef65d10c1444195cf66c3adcaee4a84716499d2e2
parent3f720d5a5028d2b4075b474ba17fb9b7508093ac (diff)
downloaddbus-glib-e6c7815f9457757d7364463759766c85981ce207.tar.gz
* Released 0.71
-rw-r--r--NEWS7
-rw-r--r--configure.in2
2 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c324312..74e8a23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,10 @@
+D-Bus GLib Bindings 0.71 (24 July 2006)
+==
+- Correctly installs a few missing headers
+- Build was cleaned up a bit
+
D-Bus GLib Bindings 0.70 (17 July 2006)
-===
+==
- First release after bindings split
- dbus-binding-tool heeds org.freedesktop.DBus.GLib.ClientCSymbol C symbol
name annotations when generating glib client bindings
diff --git a/configure.in b/configure.in
index b56fdb4..f9061a3 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_INIT(dbus/dbus-glib.h)
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(dbus-glib, 0.70)
+AM_INIT_AUTOMAKE(dbus-glib, 0.71)
AM_CONFIG_HEADER(config.h)