diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-04 19:21:06 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-04 19:21:06 +0000 |
commit | df98ee8b4abaa890a02e706d69b93724e8f7744d (patch) | |
tree | 06b0ed8e035a7abbece53db625c638fc8bc9a437 | |
parent | ca974d7f6171a70c5484420bd6c59919383105a6 (diff) |
Version 3.0.4, probably.3.0.4
-rw-r--r-- | bitlbee.h | 4 | ||||
-rw-r--r-- | doc/CHANGES | 15 |
2 files changed, 17 insertions, 2 deletions
@@ -34,10 +34,10 @@ #define _WIN32_WINNT 0x0501 #define PACKAGE "BitlBee" -#define BITLBEE_VERSION "3.0.3" +#define BITLBEE_VERSION "3.0.4" #define VERSION BITLBEE_VERSION #define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0, 3) +#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0, 4) #define MAX_STRING 511 diff --git a/doc/CHANGES b/doc/CHANGES index 31be73f4..58ea5492 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,21 @@ found in the bzr commit logs, for example you can try: http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on +Version 3.0.4: +- Merged Skype support. This used to be a separate plugin, and it still is, + but by including it with BitlBee by default it will be easier to keep it + in sync with changes to BitlBee. +- Fixed a file descriptor leak bug that may have caused strange behaviour + in BitlBee sessions running for a long time. +- Now fetches Twitter mentions as well if the "fetch_mentions" account + setting is enabled. +- With t.co now all over Twitter, show the original (but truncated) URL + between <brackets>. +- Fixed MSN Messenger login issues ("timeout" while fetching buddy list). +- Another (related) GnuTLS compatibility fix (now 2.13+?). + +Finished 4 Dec 2011 (Exactly 6 years since 1.0!) + Version 3.0.3: - Fixed Twitter compatibility. (The API call used to get the following list was deprecated.) |