diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-24 16:17:58 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-24 16:17:58 +0000 |
commit | f7555112d4d9fb17709befd5068a4fdac7365886 (patch) | |
tree | e2b043f4f9b117d88072ecd638fb9cf56e13433c | |
parent | 4284793d64274349ced1d4c0ceb6f69cb136425d (diff) |
Version 0.15.1telepathy-gabble-0.15.1
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 8 insertions, 4 deletions
@@ -1,6 +1,8 @@ -telepathy-gabble 0.15.1 (UNRELEASED) +telepathy-gabble 0.15.1 (2011-11-24) ==================================== +The “goodbye desolate railyard” release. + Dependencies: • telepathy-glib 0.17.2 is now required. @@ -11,7 +13,9 @@ Enhancements: now ships with an XMPP console interface! You can send IQs and get their replies, send arbitrary stanzas, or monitor all incoming and outgoing stanzas, all with beautiful GtkSourceView syntax - highlighting. UI love and caring welcome. (wjt) + highlighting. UI love and caring welcome. Anyone want to make a + version of the Telepathy “heads” icon with stanzas in place of the + thought balloons? (wjt) • fd.o#32692, fd.o#30296, fd.o#41789: Gabble now implements the freshly-undrafted Protocol.Interface.Addressing and the still-unstable diff --git a/configure.ac b/configure.ac index a5d728b89..e9425e52f 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], [15]) -m4_define([gabble_micro_version], [0]) -m4_define([gabble_nano_version], [1]) +m4_define([gabble_micro_version], [1]) +m4_define([gabble_nano_version], [0]) # Some magic m4_define([gabble_base_version], |