Changeset c6e0218


Ignore:
Timestamp:
2011-01-03T03:30:54Z (13 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
bb0775c
Parents:
59f62dc
Message:

updates for 0.9.0

Location:
skype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skype/NEWS

    r59f62dc rc6e0218  
    11VERSION         DESCRIPTION
    22-----------------------------------------------------------------------------
     30.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)
    390.8.4         - now using python2.7 directly in case python would point to python3k
    410              - merge patch to avoid a crash when failing to connect to skyped
  • skype/skype.c

    r59f62dc rc6e0218  
    14991499}
    15001500
    1501 #if BITLBEE_VERSION_CODE >= BITLBEE_VER(3, 0, 1)
     1501#if BITLBEE_VERSION_CODE > BITLBEE_VER(3, 0, 1)
    15021502GList *skype_buddy_action_list(bee_user_t *bu)
    15031503{
     
    15551555        ret->handle_cmp = g_strcasecmp;
    15561556        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)
    15581558        ret->buddy_action_list = skype_buddy_action_list;
    15591559        ret->buddy_action = skype_buddy_action;
Note: See TracChangeset for help on using the changeset viewer.