Changeset 6f6b6c7
- Timestamp:
- 2014-07-05T21:38:25Z (10 years ago)
- Branches:
- master
- Children:
- 1d20e4d
- Parents:
- c564e25
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
rc564e25 r6f6b6c7 39 39 40 40 #define PACKAGE "BitlBee" 41 #define BITLBEE_VERSION "3.2. 1"41 #define BITLBEE_VERSION "3.2.2" 42 42 #define VERSION BITLBEE_VERSION 43 43 #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) 45 45 46 46 #define MAX_STRING 511 -
doc/CHANGES
rc564e25 r6f6b6c7 3 3 4 4 http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on 5 6 Version 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 16 Finished 5 Jul 2014 5 17 6 18 Version 3.2.1: -
doc/user-guide/misc.xml
rc564e25 r6f6b6c7 396 396 </sect1> 397 397 398 <sect1 id="whatsnew030202"> 399 <title>New stuff in BitlBee 3.2.2</title> 400 401 <para> 402 The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros) 403 </para> 404 405 <para> 406 A few minor fixes/additions, like being able to use /oper to change 407 passwords with <emphasis>account tag set -del password</emphasis> 408 </para> 409 </sect1> 410 398 411 </chapter>
Note: See TracChangeset
for help on using the changeset viewer.