diff options
-rw-r--r-- | NEWS | 14 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 10 insertions, 8 deletions
@@ -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 936bee246..52501c47c 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], |