source: skype/NEWS @ a5f4040

Last change on this file since a5f4040 was a2ed574, checked in by Miklos Vajna <vmiklos@…>, at 2008-12-21T20:02:54Z

update NEWS

  • Property mode set to 100644
File size: 5.4 KB
Line 
1VERSION         DESCRIPTION
2-----------------------------------------------------------------------------
3              - made 'make config' more portable
4              - add 'skypeconsole' buddy for debugging purposes
5              - support autojoin for bookmarked groupchats
6              - make hardwired '/dev/null' in skyped portable
70.6.3         - various osx-specific improvements (see the new screenshot!)
8              - added python-gnutls install instructions
9              - bitlbee.pc is now searched under
10                /usr/local/lib/pkgconfig by default to help LFS monkeys ;)
110.6.2         - bugfix: make install required the plugin even in case
12                its build was disabled
130.6.1         - added keepalive traffic to avoid disconnects in bitlbee
14                when there is no traffic for a long time
15              - now the plugin or skyped is automatically disabled if
16                the dependencies are not available; useful in case the
17                plugin is to be installed on a public server, or the
18                skyped is to be used with a public server only
190.6.0         - works with BitlBee 1.2.1
200.5.1         - configure now automatically detects the right prefix to
21                match witl BitlBee's one
22              - minor documentation improvements (public chats, bug
23                reporting address)
240.5.0         - skyped now uses gnutls if possible, which seem to be
25                more stable, compared to openssl.
26              - skyped now tries to handle all read/write errors from/to
27                clients, and always just warn about failures, never exit.
28              - installation for Debian users should be more simple
29              - improved documentation
30              - this .0 release should be quite stable, only about 100
31                lines of new code
320.4.2         - skyped should be now more responsive
33              - new skypeout_offline setting for hiding/showing SkypeOut
34                contacts
35              - support for SkypeOut calls
36              - support for querying the balance from Skype
37              - all setting should be documented now
380.4.1         - support for building the plugin on Mac OSX
39              - tested with BitlBee 1.2 and Skype 2.0.0.63
40              - avoid ${prefix} (by autoconf) in the config file as we
41                don't handle such a variable
42              - now you can call echo123 (patch by Riskó Gergely)
430.4.0         - support for starting, accepting and rejecting calls
44              - also updated documentation (the key is the account set
45                skype/call command)
46              - as usual with the .0 releases, be careful, ~200 lines of
47                new code
480.3.2         - support for Skype 2.0.0.43
49              - skyped now automatically starts/shuts down skype
50              - improved 'make prepare' to handle more automake versions
51              - documentation improvements
520.3.1         - beautify output when skyped is interrupted using ^C
53              - 'nick skype foo' now really sets display name, not the mood
54                text
55              - documentation fixups
56              - this version should be again as stable as 0.2.6 was
570.3.0         - authentication support in skyped via ssl
58              - ~200 lines of new code, so be careful :)
59              - upgraders: please read the documentation about how to set up
60                your config the ssl certificate, this was no necessary till now
610.2.6         - the server setting has a default value, 'localhost' so in most
62                cases you no longer have to set it explicitly
63              - support for receiving emoted messages, ie. when the user types
64                '/me foo'
65              - support for setting the display name (nick 0 "foo bar") - it
66                sets the mood text
670.2.5         - now bitlbee's info command is supported (it displays full name,
68                birthday, homepage, age, etc.)
690.2.4         - improve documentation based on feedback from people on #bitlbee
70              - fixed for Skype4Py >= 0.9.28.4
71              - tested with latest Skype beta, too (the one which supports
72                video)
730.2.3         - fixed that annoying "creating groupchat failed" warning
740.2.2         - don't change the topic if skype does not report a successful
75                topic change
76              - fixed for the recent bitlbee API changes
770.2.1         - topic support in group chats
78              - bugfixes for multiline messages
79              - this version should be again as stable as 0.1.4 was
800.2.0         - group chat support
81              - ~300 lines of new code, so be careful :)
82              - the version number mentions that this is not a minor change
830.1.4         - documentation: mention the version of all deps (requirements
84                section)
85              - fix sending / sending accents
86              - don't use internal functions of skype4py
87              - skyped no longer dies when skype is killed
880.1.3         - support for edited messages
89              - ignore empty messages (skype does the same)
90              - support for multiline messages
91              - switch to the x11 api instead of dbus (it's much more stable)
920.1.2         - notification when a new call arrives in
93              - more documentation (vnc)
94              - first release which works with unpatched bitlbee
950.1.1         - skyped now runs as daemon in the background by default
96              - skyped now automatically reconnects on Skype restarts
970.1.0         - initial release
98              - see README for major features
Note: See TracBrowser for help on using the repository browser.