diff options
-rw-r--r-- | bitlbee.h | 4 | ||||
-rw-r--r-- | doc/CHANGES | 12 | ||||
-rw-r--r-- | doc/user-guide/misc.xml | 13 |
3 files changed, 27 insertions, 2 deletions
@@ -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. </para> </sect1> +<sect1 id="whatsnew030202"> +<title>New stuff in BitlBee 3.2.2</title> + +<para> +The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros) +</para> + +<para> +A few minor fixes/additions, like being able to use /oper to change +passwords with <emphasis>account tag set -del password</emphasis> +</para> +</sect1> + </chapter> |