diff options
author | Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> | 2009-02-18 10:32:18 -0600 |
---|---|---|
committer | Jonathon Jongsma <jonathon.jongsma@collabora.co.uk> | 2009-02-18 10:32:18 -0600 |
commit | ceaaab52fee088514eb79dba0bf133ee68d1e281 (patch) | |
tree | 927526b52e399d93a6a58976769f8023581b185c | |
parent | 510dc386b32adc28fc8309c538c083c413b9e09b (diff) |
version 0.1.3telepathy-idle-0.1.3
-rw-r--r-- | NEWS | 27 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 29 insertions, 2 deletions
@@ -0,0 +1,27 @@ +telepathy-idle 0.1.3 (2009-02-17) +================================= + +Dependencies: + +* telepathy-glib 0.7.15 + +Enhancements: + +* Added automated test infrastructure + +Fixes: + +* Fixed a bunch of memory leaks reported by valgrind +* handle buggy servers that don't quit properly +* Fix parsing error that resulting in not receiving any messages that started + with a leading space (Bug #17390) +* Handle user renames in room channels properly +* Validate nicknames properly when attempting to create a new connection +* Fix bug where data was lost due to improper splitting of long messages + (Bug #17392) +* Don't split utf-8 codepoints in half when splitting long messages (Bug #13532) +* Fix bug where a user named 'foo' that was a member of a channel of the same + name ('#foo') would have private messages delivered to both the private chat + and the group chat (Bug #19766) +* Fix some infinite loop failures when connections fail +* Fixed various warnings diff --git a/configure.ac b/configure.ac index 057e6c5..232a4a5 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_PREREQ([2.59]) m4_define([idle_major_version], [0]) m4_define([idle_minor_version], [1]) -m4_define([idle_micro_version], [2]) -m4_define([idle_nano_version], [1]) +m4_define([idle_micro_version], [3]) +m4_define([idle_nano_version], [0]) m4_define([idle_base_version], [idle_major_version.idle_minor_version.idle_micro_version]) |