aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitlbee.h2
-rw-r--r--doc/CHANGES11
2 files changed, 12 insertions, 1 deletions
diff --git a/bitlbee.h b/bitlbee.h
index a937cd2e..6aff082f 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -34,7 +34,7 @@
#define _WIN32_WINNT 0x0501
#define PACKAGE "BitlBee"
-#define BITLBEE_VERSION "3.0.1"
+#define BITLBEE_VERSION "3.0.2"
#define VERSION BITLBEE_VERSION
#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0, 2)
diff --git a/doc/CHANGES b/doc/CHANGES
index d4bc4b52..38e4054d 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -3,6 +3,17 @@ found in the bzr commit logs, for example you can try:
http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
+Version 3.0.2:
+- Fixed MSN login issues with @msn.com accounts.
+- /CTCP support: You can CTCP VERSION Jabber contacts, and CTCP NUDGE MSN
+ contacts. More may come later, ideas are welcome.
+- By default, leave Twitter turned on for libpurple builds.
+- Allow using /OPER to identify/register as well. (Password security hack.)
+- Fixed proxy support with libpurple.
+- Some minor changes/fixes.
+
+Finished 7 Mar 2011
+
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