[Telepathy-commits] [telepathy-gabble/master] Prepare version 0.7.11

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Oct 22 07:40:39 PDT 2008


---
 NEWS         |   14 ++++++++------
 configure.ac |    4 ++--
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index 26cd7c0..3eb71ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,22 +1,24 @@
-telepathy-gabble 0.7.11 (UNRELEASED)
+telepathy-gabble 0.7.11 (2008-10-22)
 ====================================
 
-Requirements:
+The "HAPPY CAPS LOCK DAY" release.
 
 Enhancements:
 
 * OLPC View: use the Requests API and make the views into channels
 
+* Optionally run dbus-monitor alongside regression tests
+
+* Add --disable-Werror to configure.ac (copied from telepathy-glib), useful
+  when building Debian packages of prereleases using cdbs (which implicitly
+  turns on -Wunused-parameter)
+
 Fixes:
 
 * sha1_bin(): fix a memory leak, and assertion failures on 64-bit
 
 * D-Bus tubes: fix an assertion in libdbus during dispose
 
-* Add --disable-Werror to configure.ac (copied from telepathy-glib), useful
-  when building Debian packages of prereleases using cdbs (which implicitly
-  turns on -Wunused-parameter)
-
 telepathy-gabble 0.7.10 (2008-10-15)
 ====================================
 
diff --git a/configure.ac b/configure.ac
index 936bee2..52501c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,8 +9,8 @@ AC_PREREQ([2.59])
 
 m4_define([gabble_major_version], [0])
 m4_define([gabble_minor_version], [7])
-m4_define([gabble_micro_version], [10])
-m4_define([gabble_nano_version], [1])
+m4_define([gabble_micro_version], [11])
+m4_define([gabble_nano_version], [0])
 
 # Some magic
 m4_define([gabble_base_version],
-- 
1.5.6.5



More information about the Telepathy-commits mailing list