diff options
-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 |