From 08224f59156c251c1ce9c4677d6c0f4eb76de18e Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 27 Nov 2013 22:54:03 +0000 Subject: 3.2.1. About time, since Twitter have already deprecated HTTP/1.0 earlier this month. :-( --- bitlbee.h | 2 +- doc/CHANGES | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3