diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2009-10-17 18:24:52 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2009-10-17 18:24:52 +0100 |
commit | c5bc47b3197d20ec2d73e3024b932db30dfa3533 (patch) | |
tree | c803b770edb779a331a7cf25a1c6fdad45450603 /doc/CHANGES | |
parent | 0c41177b49c04893e0ce88dbb27f5f5b1aeb5896 (diff) | |
parent | 2e44b1f12fb58a6969a8fbaf2946d6ecdace484a (diff) |
Merging BitlBee 1.2.4.
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 84dbe162..1bfd71d4 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,23 @@ found in the bzr commit logs, for example you can try: http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on +Version 1.2.4: +- Most important change (and main reason for releasing now): Upgraded Yahoo! + module to a newer version to get it working again. +- join_chat command replaced with the much better chat command: + * Similar to how account replaced login/slist/logout. Add a chatroom once, + then just /join it like any other room. Also automatic joining at login + time is now possible. + * Note that the old way of starting groupchats (/join #nickname) is now + also deprecated, use "chat with" instead. + * See "help chat" and "help chat add" for more information. +- Rewrote bitlbee.conf parser to be less dumb. +- Fixed compatibility (hopefully) with AIM mobile messages, certain kinds + of Google Talk chatrooms. +- Fixed numerous stability/reliability bugs over the last year. + +Finished 17 Oct 2009 + Version 1.2.3: - Fixed one more flaw similar to the previous hijacking bug, caused by incon- sistent handling of the USTATUS_IDENTIFIED state. All code touching these |