diff options
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,18 @@ +telepathy-gabble 0.9.9 (2010-03-26) +=================================== + +The “It's release o'clock, quick, say something funny” release. + +Enhancements: + +• Update Wocky: + - New and exiting Dataforms code! (wjt) +• Various portability improvements (smcv) + +Fixes: + +• Fix mail notification on GTalk showing at most 30 unread mails (Nicolas) + telepathy-gabble 0.9.8 (2010-03-16) =================================== diff --git a/configure.ac b/configure.ac index 65528ec38..f674105fa 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], [9]) -m4_define([gabble_micro_version], [8]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [9]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |