diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-04 18:25:22 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-04 18:25:22 +0100 |
commit | 00540d40be63b4db537a661d1a17c49a1790f79c (patch) | |
tree | 76946c70ed70f79eea2fda75057554905b0089d1 | |
parent | 8eb0b76410b42490028448d22a26647faba6b916 (diff) |
Ready for BitlBee 1.2.8.1.2.8
-rw-r--r-- | bitlbee.h | 4 | ||||
-rw-r--r-- | doc/CHANGES | 19 |
2 files changed, 21 insertions, 2 deletions
@@ -34,10 +34,10 @@ #define _WIN32_WINNT 0x0501 #define PACKAGE "BitlBee" -#define BITLBEE_VERSION "1.2.7" +#define BITLBEE_VERSION "1.2.8" #define VERSION BITLBEE_VERSION #define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define BITLBEE_VERSION_CODE BITLBEE_VER(1, 2, 7) +#define BITLBEE_VERSION_CODE BITLBEE_VER(1, 2, 8) #define MAX_STRING 511 diff --git a/doc/CHANGES b/doc/CHANGES index 7359a050..25db8a70 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,25 @@ found in the bzr commit logs, for example you can try: http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on +Version 1.2.8: +- Now always using the AIM-style authentication method for OSCAR connections, + even when connecting to ICQ. This solves login issues some people were + having. (If you have problems, try changing the old_icq_auth setting.) +- Twitter: + * Allow changing the Twitter API base URL so the module can also be used + for identi.ca or any other compatible network. + * Fetch the full list of Twitter contacts instead of slowly adding all + contacts as they post a message. + * Fixed message length counting. + * Allow following/unfollowing people using the usual add/remove commands. + * Better error reporting. +- Added a user_agent setting to the Jabber module to get around artificial + client restrictions. +- Allow nick changes (although only before register/identify). +- Some more minor bugfixes/etc. + +Finished 4 Jul 2010 + Version 1.2.7: - Fixed problems with MSN Messenger authentication. ("Could not parse Passport server response") |