- Timestamp:
- 2009-01-07T00:35:14Z (16 years ago)
- Branches:
- master
- Children:
- 8c09bb3
- Parents:
- 83f9aeb
- Location:
- skype
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r83f9aeb r5258dcc9 1 1 -include config.mak 2 2 3 VERSION = 0. 6.33 VERSION = 0.7.0 4 4 # latest stable 5 5 BITLBEE_VERSION = 1.2.3 -
skype/NEWS
r83f9aeb r5258dcc9 1 1 VERSION DESCRIPTION 2 2 ----------------------------------------------------------------------------- 3 3 0.7.0 - made 'make config' more portable 4 4 - add 'skypeconsole' buddy for debugging purposes 5 5 - support autojoin for bookmarked groupchats 6 - make hardwired '/dev/null' in skyped portable 6 - skyped: make hardwired '/dev/null' portable and fix 7 Python-2.6 warnings 7 8 0.6.3 - various osx-specific improvements (see the new screenshot!) 8 9 - added python-gnutls install instructions -
skype/skype.c
r83f9aeb r5258dcc9 2 2 * skype.c - Skype plugin for BitlBee 3 3 * 4 * Copyright (c) 2007, 2008 by Miklos Vajna <vmiklos@frugalware.org>4 * Copyright (c) 2007, 2008, 2009 by Miklos Vajna <vmiklos@frugalware.org> 5 5 * 6 6 * Several ideas are used from the BitlBee Jabber plugin, which is
Note: See TracChangeset
for help on using the changeset viewer.