Changeset c6e0218
- Timestamp:
- 2011-01-03T03:30:54Z (14 years ago)
- Branches:
- master
- Children:
- bb0775c
- Parents:
- 59f62dc
- Location:
- skype
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/NEWS
r59f62dc rc6e0218 1 1 VERSION DESCRIPTION 2 2 ----------------------------------------------------------------------------- 3 0.9.0 - merge support for building the plugin on OpenBSD 4 - merge support for running skyped without gobject and 5 pygnutls/pyopenssl - as a side effect this adds Windows support 6 - add /ctcp call|hangup support (you need BitlBee from bzr to use 7 this) 8 - add group support (see http://wiki.bitlbee.org/UiFix) 3 9 0.8.4 - now using python2.7 directly in case python would point to python3k 4 10 - merge patch to avoid a crash when failing to connect to skyped -
skype/skype.c
r59f62dc rc6e0218 1499 1499 } 1500 1500 1501 #if BITLBEE_VERSION_CODE > =BITLBEE_VER(3, 0, 1)1501 #if BITLBEE_VERSION_CODE > BITLBEE_VER(3, 0, 1) 1502 1502 GList *skype_buddy_action_list(bee_user_t *bu) 1503 1503 { … … 1555 1555 ret->handle_cmp = g_strcasecmp; 1556 1556 ret->chat_topic = skype_chat_topic; 1557 #if BITLBEE_VERSION_CODE > =BITLBEE_VER(3, 0, 1)1557 #if BITLBEE_VERSION_CODE > BITLBEE_VER(3, 0, 1) 1558 1558 ret->buddy_action_list = skype_buddy_action_list; 1559 1559 ret->buddy_action = skype_buddy_action;
Note: See TracChangeset
for help on using the changeset viewer.