summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2011-08-15 15:51:19 +0100
committerRob Bradford <rob@linux.intel.com>2011-08-15 15:51:19 +0100
commit052f7c9c26e423f2ee4db3316fd7f4439c8049eb (patch)
tree80cd852d26fa725f351bada3791e4b87d39c5492
parent38f1973d58c65639fe83de7918b5c765933302cd (diff)
downloadgconf-052f7c9c26e423f2ee4db3316fd7f4439c8049eb.tar.gz
Release 3.1.6
-rw-r--r--NEWS14
-rw-r--r--configure.in2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ee2bd3dc..01f9a95d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+3.1.6
+=====
+
+Fixes:
+
+ * Fixes on the distcheck fixes
+ * 655656 - Use "o" for the D-BUS object path rather than "s" (this changes
+ the internal D-BUS API but for now we have a compatability bit that
+ should avoid too much pain.)
+
+Misc:
+
+ * DOAP file!
+
3.1.5
=====
diff --git a/configure.in b/configure.in
index 5965c177..8026224a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([GConf],
- [3.1.5],
+ [3.1.6],
[http://bugzilla.gnome.org/enter_bug.cgi?product=GConf],
[GConf])