From 6f6b6c7237923351e15ff9a69e714d4a33b056bc Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 5 Jul 2014 22:38:25 +0100 Subject: 3.2.2. Last revisions pretty much all done and/or merged by dx! --- bitlbee.h | 4 ++-- doc/CHANGES | 12 ++++++++++++ doc/user-guide/misc.xml | 13 +++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/bitlbee.h b/bitlbee.h index ae1f4cd2..9bfd19cb 100644 --- a/bitlbee.h +++ b/bitlbee.h @@ -38,10 +38,10 @@ extern "C" { #define _WIN32_WINNT 0x0501 #define PACKAGE "BitlBee" -#define BITLBEE_VERSION "3.2.1" +#define BITLBEE_VERSION "3.2.2" #define VERSION BITLBEE_VERSION #define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 1) +#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 2) #define MAX_STRING 511 diff --git a/doc/CHANGES b/doc/CHANGES index d5900159..d09ac6b5 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,18 @@ found in the bzr commit logs, for example you can try: http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on +Version 3.2.2: +- The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros) +- Rejecting buddy requests in jabber won't accept them. Sorry for that. +- Purple builds can now enable built in protocols when configuring, by + passing a parameter such as --jabber=1 to configure +- You can now use /oper to change passwords with "ac x set -del password" +- Complex unicode characters (non-BMP) now display correctly in twitter. +- A few init / build script / pkg-config fixes. Added "install-systemd" + make target. + +Finished 5 Jul 2014 + Version 3.2.1: - Most important change: http_client updated to use HTTP/1.1, now required by Twitter. diff --git a/doc/user-guide/misc.xml b/doc/user-guide/misc.xml index ac2734ca..33309cb6 100644 --- a/doc/user-guide/misc.xml +++ b/doc/user-guide/misc.xml @@ -395,4 +395,17 @@ supports the streaming API and incoming direct messages. + +New stuff in BitlBee 3.2.2 + + +The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros) + + + +A few minor fixes/additions, like being able to use /oper to change +passwords with account tag set -del password + + + -- cgit v1.2.3