Changeset bdedc14
- Timestamp:
- 2010-11-21T19:26:35Z (14 years ago)
- Branches:
- master
- Children:
- 09d4922
- Parents:
- ca0ce03
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
rca0ce03 rbdedc14 35 35 36 36 #define PACKAGE "BitlBee" 37 #define BITLBEE_VERSION "3.0 "37 #define BITLBEE_VERSION "3.0.1" 38 38 #define VERSION BITLBEE_VERSION 39 39 #define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) 40 #define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0, 0)40 #define BITLBEE_VERSION_CODE BITLBEE_VER(3, 0, 1) 41 41 42 42 #define MAX_STRING 511 -
doc/CHANGES
rca0ce03 rbdedc14 4 4 http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on 5 5 6 Version 3.0 6 Version 3.0.1: 7 - Fixed some bugs that were found only after releasing 3.0, including 8 Jabber contacts never going offline, MSN login issues, compilation 9 issues on some non-Linux systems, a fairly big memory leak in the MSN 10 SOAP code, etc... 11 - Better handling of multiple control channels and set private=false. 12 - Using login.icq.com for ICQ logins again since AOL sold ICQ so it 13 doesn't live on the AIM servers anymore. 14 - Fixed ability to join password-protected Jabber rooms. 15 - Time out if logging into an account takes too long. 16 - Fixed NSS SSL module. 17 - Support for server-side Gadu-Gadu contact lists (via libpurple, there's 18 still no native gg support). 19 20 Finished ... 21 22 Version 3.0: 7 23 - Important: This version drops backward compatibility with the file format 8 24 used for user settings in versions before 1.2. If you're upgrading from
Note: See TracChangeset
for help on using the changeset viewer.