diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-10-22 15:40:39 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-10-22 15:40:39 +0100 |
commit | 47a667ea7c0277fb8bdbc6b0e457b3cee0bd68da (patch) | |
tree | ab772e80e4bd68413b45d930bb4eb9af5677c650 | |
parent | df39cd769a720cebd6d5b6e709247907f9b7a393 (diff) |
Prepare version 0.7.11telepathy-gabble-0.7.11
-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], |