diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 12 | ||||
-rw-r--r-- | doc/user-guide/misc.xml | 13 |
2 files changed, 25 insertions, 0 deletions
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> |