summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-08-19 19:50:45 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-08-19 19:50:45 +0100
commite70499cd81a477c0ac71f9a37162f5b29b5b1a77 (patch)
treec2bf772a6bf74fa62f6e79f3ce0f25462a4e9aef
parentd405c318bfdde3331de3ef495c90bd3d77c0c744 (diff)
Prepare release 0.7.8telepathy-gabble-0.7.8
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index a60eaad1a..427951967 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 35a434d22..4bf8a3bbe 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],