summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-09-03 19:03:03 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-09-03 19:03:03 +0100
commit1ef0491531bd3dc93959cce57541de0450da5ab1 (patch)
tree0e9fe9bee9cee5df2f2ece20057c85994dfd6e98
parent4148fea49bcc05853364cb6f690a4c8b6dc5866b (diff)
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cd6e5fe09..133a1ea04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+telepathy-gabble 0.8.2 (2009-09-03)
+===================================
+
+The “tape two fried eggs over your eyes and walk the streets of Paris for an
+hour” release.
+
+Enhancements:
+
+* Improve jid validation, so that obviously-invalid jids are rejected.
+ (daf)
+
+Fixes:
+
+* Don't crash when a vCard set fails, and there are edits pending. This
+ can happen if you're trying to set your avatar and then disconnect.
+ (daf)
+
+* fd.o#23013: ContactCapabilities.SetSelfCapabilities can crash gabble
+ with wrong parms (sjoerd)
+
+* Fix parsing of incoming session accept from Google Video Chat. This
+ should make outgoing calls to Google Video Chat users work, as well as
+ incoming calls. Hooray! (wjt, with help from sjoerd and Olivier Crête)
+
telepathy-gabble 0.8.1 (2009-08-20)
===================================
diff --git a/configure.ac b/configure.ac
index f2926ddcb..2ec104cf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_PREREQ([2.59])
m4_define([gabble_major_version], [0])
m4_define([gabble_minor_version], [8])
-m4_define([gabble_micro_version], [1])
+m4_define([gabble_micro_version], [2])
m4_define([gabble_nano_version], [0])
# Some magic