[Telepathy-commits] [telepathy-gabble/master] Prepare release 0.7.8

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 11:50:45 PDT 2008


---
 NEWS         |   16 +++++++++++-----
 configure.ac |    4 ++--
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index a60eaad..4279519 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-telepathy-gabble 0.7.8 (unreleased)
+telepathy-gabble 0.7.8 (2008-08-19)
 ===================================
 
+The "Hildesheim Flugplatz" release.
+
 telepathy-gabble is now maintained in git instead of darcs. See README for
 details.
 
@@ -13,28 +15,32 @@ Enhancements:
 
 * Implement the Contacts interface for bulk contact-handle inspection
 
+* Implement spec 0.17.9 (add the TargetID property to all channels)
+
 * Start to port channel factories away from TpChannelFactoryIface in
   preparation for implementing the Requests API
 
 * Add a simple smoke-test for SimplePresence
 
+* Use tp_debug_divert_messages() rather than our own copy of it, since we
+  now depend on a new enough telepathy-glib anyway
+
 Fixes:
 
 * Obey the Telepathy spec by giving 'dnd' presence type Presence_Type_Busy
   and not Presence_Type_Away
 
 * Fix the test suite so test failure causes a nonzero exit status
+  (regression in 0.7.7)
 
 * Fix test-si-tubes and test-disco to run the test all the way through
+  (regression in 0.7.7)
 
 * Use the pedantically correct marshaller for a GArray, since GObject 2.17
-  actually checks for POINTER vs BOXED
+  actually checks for POINTER vs BOXED (regression in 0.7.7)
 
 * Remove unconditional debug messages in a few places
 
-* Use tp_debug_divert_messages() rather than our own copy of it, since we
-  now depend on a new enough telepathy-glib anyway
-
 telepathy-gabble 0.7.7 (2008-07-31)
 ===================================
 
diff --git a/configure.ac b/configure.ac
index 35a434d..4bf8a3b 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], [7])
-m4_define([gabble_nano_version], [1])
+m4_define([gabble_micro_version], [8])
+m4_define([gabble_nano_version], [0])
 
 # Some magic
 m4_define([gabble_base_version],
-- 
1.5.6.3



More information about the Telepathy-commits mailing list