diff options
author | VMiklos <vmiklos@frugalware.org> | 2007-09-04 19:05:56 +0200 |
---|---|---|
committer | VMiklos <vmiklos@frugalware.org> | 2007-09-04 19:05:56 +0200 |
commit | 40d2dc483898d5dc3c57a90ea6d00e07648eea41 (patch) | |
tree | 81ea50a7eaca44a053af846a113abf4905db846b | |
parent | c15f71ad27fb572abc851d6059bf78daa800202d (diff) |
updates for 0.1.3
-rw-r--r-- | skype/Makefile | 2 | ||||
-rw-r--r-- | skype/NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile index f3122639..4b473e8e 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.1.2 +VERSION = 0.1.3 skype.so: skype.c config.mak $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS) @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.1.3 - support for edited messages + - ignore empty messages (skype does the same) + - support for multiline messages + - switch to the x11 api instead of dbus (it's much more stable) 0.1.2 - notification when a new call arrives in - more documentation (vnc) - first release which works with unpatched bitlbee |