aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-08-26 23:36:24 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2008-08-26 23:36:24 +0100
commitb9e2539636588906bfd218ce176a38046cacf627 (patch)
treeb6a699c7d633bf8779062c426fa4601bb78c2dd9
parent9ebee7ae59686cc79985c8dd3101451b8a2f22df (diff)
Finalized BitlBee 1.2.2. Should release this now because of the security1.2.2
issue.
-rw-r--r--bitlbee.h2
-rw-r--r--doc/CHANGES14
2 files changed, 15 insertions, 1 deletions
diff --git a/bitlbee.h b/bitlbee.h
index 7c8b8a36..c203d18e 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -32,7 +32,7 @@
#define _WIN32_WINNT 0x0501
#define PACKAGE "BitlBee"
-#define BITLBEE_VERSION "1.2.1"
+#define BITLBEE_VERSION "1.2.2"
#define VERSION BITLBEE_VERSION
#define MAX_STRING 511
diff --git a/doc/CHANGES b/doc/CHANGES
index ac1f1f02..f480e3ae 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -3,6 +3,20 @@ found in the bzr commit logs, for example you can try:
http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
+Version 1.2.2:
+- Security bugfix: It was possible to hijack accounts (without gaining access
+ to the old account, it's simply an overwrite)
+- Some more stability improvements.
+- Fixed bug where people with non-lowercase nicks couldn't drop their account.
+- Easier upgrades of non-forking daemon mode servers (using the DEAF
+ command).
+- Can be cross-compiled for Win32 now! (No support for SSL yet though, which
+ makes it less useful for now.)
+- Exponential backoff on auto-reconnect.
+- Changing passwords gives less confusing feedback ("password is empty") now.
+
+Finished 26 Aug 2008
+
Version 1.2.1:
- Fixed proxy support.
- Fixed stalling issues while connecting to Jabber when using the OpenSSL