source: skype/NEWS @ 843fbc9

Last change on this file since 843fbc9 was 843fbc9, checked in by Miklos Vajna <vmiklos@…>, at 2009-09-27T11:29:09Z

updates for 0.8.0

  • Property mode set to 100644
File size: 6.0 KB
Line 
1VERSION         DESCRIPTION
2-----------------------------------------------------------------------------
30.8.0         - fix build on x86_64 (-fPIC usage)
4              - debug messages now have a timestamp
5              - more work on having the default config under ~/.skyped
6              - added a manual page for skyped
70.7.2         - add --log option to skyped to allow logging while it the
8                daemon is in the background.
9              - prefer config files from ~/.skyped over /etc/skyped
10              - handle the case when LANG and LC_ALL env vars are empty
110.7.1         - mostly internal changes, the monster read callback is
12                now replaced by tiny parser functions
130.7.0         - made 'make config' more portable
14              - add 'skypeconsole' buddy for debugging purposes
15              - support autojoin for bookmarked groupchats
16              - skyped: make hardwired '/dev/null' portable and fix
17                Python-2.6 warnings
180.6.3         - various osx-specific improvements (see the new screenshot!)
19              - added python-gnutls install instructions
20              - bitlbee.pc is now searched under
21                /usr/local/lib/pkgconfig by default to help LFS monkeys ;)
220.6.2         - bugfix: make install required the plugin even in case
23                its build was disabled
240.6.1         - added keepalive traffic to avoid disconnects in bitlbee
25                when there is no traffic for a long time
26              - now the plugin or skyped is automatically disabled if
27                the dependencies are not available; useful in case the
28                plugin is to be installed on a public server, or the
29                skyped is to be used with a public server only
300.6.0         - works with BitlBee 1.2.1
310.5.1         - configure now automatically detects the right prefix to
32                match witl BitlBee's one
33              - minor documentation improvements (public chats, bug
34                reporting address)
350.5.0         - skyped now uses gnutls if possible, which seem to be
36                more stable, compared to openssl.
37              - skyped now tries to handle all read/write errors from/to
38                clients, and always just warn about failures, never exit.
39              - installation for Debian users should be more simple
40              - improved documentation
41              - this .0 release should be quite stable, only about 100
42                lines of new code
430.4.2         - skyped should be now more responsive
44              - new skypeout_offline setting for hiding/showing SkypeOut
45                contacts
46              - support for SkypeOut calls
47              - support for querying the balance from Skype
48              - all setting should be documented now
490.4.1         - support for building the plugin on Mac OSX
50              - tested with BitlBee 1.2 and Skype 2.0.0.63
51              - avoid ${prefix} (by autoconf) in the config file as we
52                don't handle such a variable
53              - now you can call echo123 (patch by Riskó Gergely)
540.4.0         - support for starting, accepting and rejecting calls
55              - also updated documentation (the key is the account set
56                skype/call command)
57              - as usual with the .0 releases, be careful, ~200 lines of
58                new code
590.3.2         - support for Skype 2.0.0.43
60              - skyped now automatically starts/shuts down skype
61              - improved 'make prepare' to handle more automake versions
62              - documentation improvements
630.3.1         - beautify output when skyped is interrupted using ^C
64              - 'nick skype foo' now really sets display name, not the mood
65                text
66              - documentation fixups
67              - this version should be again as stable as 0.2.6 was
680.3.0         - authentication support in skyped via ssl
69              - ~200 lines of new code, so be careful :)
70              - upgraders: please read the documentation about how to set up
71                your config the ssl certificate, this was no necessary till now
720.2.6         - the server setting has a default value, 'localhost' so in most
73                cases you no longer have to set it explicitly
74              - support for receiving emoted messages, ie. when the user types
75                '/me foo'
76              - support for setting the display name (nick 0 "foo bar") - it
77                sets the mood text
780.2.5         - now bitlbee's info command is supported (it displays full name,
79                birthday, homepage, age, etc.)
800.2.4         - improve documentation based on feedback from people on #bitlbee
81              - fixed for Skype4Py >= 0.9.28.4
82              - tested with latest Skype beta, too (the one which supports
83                video)
840.2.3         - fixed that annoying "creating groupchat failed" warning
850.2.2         - don't change the topic if skype does not report a successful
86                topic change
87              - fixed for the recent bitlbee API changes
880.2.1         - topic support in group chats
89              - bugfixes for multiline messages
90              - this version should be again as stable as 0.1.4 was
910.2.0         - group chat support
92              - ~300 lines of new code, so be careful :)
93              - the version number mentions that this is not a minor change
940.1.4         - documentation: mention the version of all deps (requirements
95                section)
96              - fix sending / sending accents
97              - don't use internal functions of skype4py
98              - skyped no longer dies when skype is killed
990.1.3         - support for edited messages
100              - ignore empty messages (skype does the same)
101              - support for multiline messages
102              - switch to the x11 api instead of dbus (it's much more stable)
1030.1.2         - notification when a new call arrives in
104              - more documentation (vnc)
105              - first release which works with unpatched bitlbee
1060.1.1         - skyped now runs as daemon in the background by default
107              - skyped now automatically reconnects on Skype restarts
1080.1.0         - initial release
109              - see README for major features
Note: See TracBrowser for help on using the repository browser.