diff options
-rw-r--r-- | bitlbee.h | 4 | ||||
-rw-r--r-- | doc/CHANGES | 18 |
2 files changed, 19 insertions, 3 deletions
@@ -34,10 +34,10 @@ #define _WIN32_WINNT 0x0501 #define PACKAGE "BitlBee" -#define BITLBEE_VERSION "3.0" +#define BITLBEE_VERSION "3.0.1" #define VERSION BITLBEE_VERSION #define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0, 0) +#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0, 1) #define MAX_STRING 511 diff --git a/doc/CHANGES b/doc/CHANGES index 37766721..b071c9f6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,7 +3,23 @@ found in the bzr commit logs, for example you can try: http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on -Version 3.0 +Version 3.0.1: +- Fixed some bugs that were found only after releasing 3.0, including + Jabber contacts never going offline, MSN login issues, compilation + issues on some non-Linux systems, a fairly big memory leak in the MSN + SOAP code, etc... +- Better handling of multiple control channels and set private=false. +- Using login.icq.com for ICQ logins again since AOL sold ICQ so it + doesn't live on the AIM servers anymore. +- Fixed ability to join password-protected Jabber rooms. +- Time out if logging into an account takes too long. +- Fixed NSS SSL module. +- Support for server-side Gadu-Gadu contact lists (via libpurple, there's + still no native gg support). + +Finished ... + +Version 3.0: - Important: This version drops backward compatibility with the file format used for user settings in versions before 1.2. If you're upgrading from very old BitlBee versions (like 1.0.x), you'll have to recreate your |