diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2013-11-27 22:54:03 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2013-11-27 22:54:03 +0000 |
commit | 08224f59156c251c1ce9c4677d6c0f4eb76de18e (patch) | |
tree | 4b10cb671ab8651cb125fac2fe76c4b8cda77767 | |
parent | d4a4f1a076eea0bb50ab30fda5323328dd8df568 (diff) |
3.2.1. About time, since Twitter have already deprecated HTTP/1.0 earlier3.2.1
this month. :-(
-rw-r--r-- | bitlbee.h | 2 | ||||
-rw-r--r-- | doc/CHANGES | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -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: |