Changeset f68fd5f
- Timestamp:
- 2011-03-08T06:55:38Z (14 years ago)
- Branches:
- master
- Children:
- 417002e
- Parents:
- 420d80d1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
r420d80d1 rf68fd5f 35 35 36 36 #define PACKAGE "BitlBee" 37 #define BITLBEE_VERSION "3.0. 1"37 #define BITLBEE_VERSION "3.0.2" 38 38 #define VERSION BITLBEE_VERSION 39 39 #define BITLBEE_VER(a,b,c) (((a) << 16) + ((b) << 8) + (c)) -
doc/CHANGES
r420d80d1 rf68fd5f 3 3 4 4 http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on 5 6 Version 3.0.2: 7 - Fixed MSN login issues with @msn.com accounts. 8 - /CTCP support: You can CTCP VERSION Jabber contacts, and CTCP NUDGE MSN 9 contacts. More may come later, ideas are welcome. 10 - By default, leave Twitter turned on for libpurple builds. 11 - Allow using /OPER to identify/register as well. (Password security hack.) 12 - Fixed proxy support with libpurple. 13 - Some minor changes/fixes. 14 15 Finished 7 Mar 2011 5 16 6 17 Version 3.0.1:
Note: See TracChangeset
for help on using the changeset viewer.