Changeset 7e2b593
- Timestamp:
- 2010-03-14T23:14:41Z (15 years ago)
- Branches:
- master
- Children:
- 315dd4c, 3330468
- Parents:
- 21d48d9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
r21d48d9 r7e2b593 35 35 36 36 #define PACKAGE "BitlBee" 37 #define BITLBEE_VERSION "1.2. 4"37 #define BITLBEE_VERSION "1.2.5" 38 38 #define VERSION BITLBEE_VERSION 39 39 -
doc/CHANGES
r21d48d9 r7e2b593 3 3 4 4 http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on 5 6 Version 1.2.5: 7 - Many bug fixes, including a fix for MSN login issues, Jabber login timing 8 issues, Yahoo! crashes at login time with huge contact lists, 9 - Avoid linking in a static version of libresolv now that glibc has all 10 relevant functions available in the dynamic version. 11 - Improved away state code and added the ability to set (non-away) status 12 messages using "set status" (also possible per account). 13 - Added a post-1.2 equivalent of encode/decode to quickly encrypt/decrypt 14 passwords in a way that BitlBee can read them. 15 - Allow using the full name for generating nicknames, instead of just the 16 handle. This is especially useful when using the Facebook XMPP server. 17 - Auto reconnect is now enabled by default since all protocols can properly 18 detect cases where auto reconnect should be avoided (i.e. concurrent 19 logins). 5 20 6 21 Version 1.2.4:
Note: See TracChangeset
for help on using the changeset viewer.