Changeset 6f6b6c7


Ignore:
Timestamp:
2014-07-05T21:38:25Z (10 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1d20e4d
Parents:
c564e25
Message:

3.2.2. Last revisions pretty much all done and/or merged by dx!

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bitlbee.h

    rc564e25 r6f6b6c7  
    3939
    4040#define PACKAGE "BitlBee"
    41 #define BITLBEE_VERSION "3.2.1"
     41#define BITLBEE_VERSION "3.2.2"
    4242#define VERSION BITLBEE_VERSION
    4343#define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
    44 #define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 1)
     44#define BITLBEE_VERSION_CODE BITLBEE_VER(3, 2, 2)
    4545
    4646#define MAX_STRING 511
  • doc/CHANGES

    rc564e25 r6f6b6c7  
    33
    44http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on
     5
     6Version 3.2.2:
     7- The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros)
     8- Rejecting buddy requests in jabber won't accept them. Sorry for that.
     9- Purple builds can now enable built in protocols when configuring, by
     10  passing a parameter such as --jabber=1 to configure
     11- You can now use /oper to change passwords with "ac x set -del password"
     12- Complex unicode characters (non-BMP) now display correctly in twitter.
     13- A few init / build script / pkg-config fixes. Added "install-systemd"
     14  make target.
     15
     16Finished 5 Jul 2014
    517
    618Version 3.2.1:
  • doc/user-guide/misc.xml

    rc564e25 r6f6b6c7  
    396396</sect1>
    397397
     398<sect1 id="whatsnew030202">
     399<title>New stuff in BitlBee 3.2.2</title>
     400
     401<para>
     402The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros)
     403</para>
     404
     405<para>
     406A few minor fixes/additions, like being able to use /oper to change
     407passwords with <emphasis>account tag set -del password</emphasis>
     408</para>
     409</sect1>
     410
    398411</chapter>
Note: See TracChangeset for help on using the changeset viewer.