diff options
-rw-r--r-- | bitlbee.h | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | doc/CHANGES | 11 |
3 files changed, 14 insertions, 3 deletions
@@ -38,10 +38,10 @@ 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) +#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 1) #define MAX_STRING 511 diff --git a/debian/control b/debian/control index 1f92aa2c..56114bd7 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Wilmer van der Gaast <wilmer@gaast.net> Uploaders: Jelmer Vernooij <jelmer@samba.org> Standards-Version: 3.9.1 -Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, gnutls-dev | libgnutls-dev, po-debconf, libpurple-dev, libotr2-dev, debhelper (>= 6.0.7~), asciidoc +Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, gnutls-dev | libgnutls-dev, po-debconf, libpurple-dev, libotr5-dev, debhelper (>= 6.0.7~), asciidoc Homepage: http://www.bitlbee.org/ Vcs-Bzr: http://code.bitlbee.org/bitlbee/ DM-Upload-Allowed: yes 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: |