aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitlbee.h4
-rw-r--r--doc/CHANGES15
2 files changed, 17 insertions, 2 deletions
diff --git a/bitlbee.h b/bitlbee.h
index e5cfa6ee..ace78880 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -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.)