diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-10 17:35:25 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-10 17:35:25 +0100 |
commit | d1eb24c8f34946f47f9e592a75675d2ee01742ab (patch) | |
tree | 104c2bf28d3e24916b5fdb77b2f32f57da686f38 | |
parent | 93dffeafa371bc2384dd13229d15fc31fab62d00 (diff) |
updates for 0.2.6
-rw-r--r-- | skype/Makefile | 2 | ||||
-rw-r--r-- | skype/NEWS | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile index 8b4dc318..721d1209 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.2.5 +VERSION = 0.2.6 skype.so: skype.c config.mak $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS) @@ -1,5 +1,11 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.2.6 - the server setting has a default value, 'localhost' so in most + cases you no longer have to set it explicitly + - support for receiving emoted messages, ie. when the user types + '/me foo' + - support for setting the display name (nick 0 "foo bar") - it + sets the mood text 0.2.5 - now bitlbee's info command is supported (it displays full name, birthday, homepage, age, etc.) 0.2.4 - improve documentation based on feedback from people on #bitlbee |