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 2532b11e..66b827c5 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -38,7 +38,7 @@ extern "C" {
#define _WIN32_WINNT 0x0501
#define PACKAGE "BitlBee"
-#define BITLBEE_VERSION "3.2"
+#define BITLBEE_VERSION "3.2.1"
#define VERSION BITLBEE_VERSION
#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 0)
diff --git a/doc/CHANGES b/doc/CHANGES
index 7ead8466..d5900159 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.2.1:
+- Most important change: http_client updated to use HTTP/1.1, now required
+ by Twitter.
+- fill_by setting can now be used to fill a channel contacts *not* in a
+ certain group/on a certain account/etc. See "help set fill_by"
+- Added utf8_nicks setting which lets you use non-ASCII nicknames for your
+ contacts. Might not work with all IRC clients, use at your own risk!
+- Lots of bugfixes.
+
+Finished 27 Nov 2013
+
Version 3.2:
- By far the most important change, a thorough update to the Twitter
module: