aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVMiklos <vmiklos@frugalware.org>2007-09-04 19:05:56 +0200
committerVMiklos <vmiklos@frugalware.org>2007-09-04 19:05:56 +0200
commit40d2dc483898d5dc3c57a90ea6d00e07648eea41 (patch)
tree81ea50a7eaca44a053af846a113abf4905db846b
parentc15f71ad27fb572abc851d6059bf78daa800202d (diff)
updates for 0.1.3
-rw-r--r--skype/Makefile2
-rw-r--r--skype/NEWS4
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)
diff --git a/skype/NEWS b/skype/NEWS
index d70b1fc3..0caf2a0e 100644
--- a/skype/NEWS
+++ b/skype/NEWS
@@ -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