diff options
author | VMiklos <vmiklos@frugalware.org> | 2007-08-31 00:56:17 +0200 |
---|---|---|
committer | VMiklos <vmiklos@frugalware.org> | 2007-08-31 00:56:17 +0200 |
commit | 478c0518323b48c24ddd2474acc8a870d00c2acb (patch) | |
tree | 841d325df8339af9647145279380120ebaeea113 | |
parent | 9c90281593898661e5c35c3c02070102be34cc82 (diff) |
updates for 0.1.2
-rw-r--r-- | skype/Makefile | 2 | ||||
-rw-r--r-- | skype/NEWS | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile index 9bd84160..7d5e6feb 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.1.1 +VERSION = 0.1.2 skype.so: skype.c config.mak $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS) @@ -1,5 +1,8 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.1.2 - notification when a new call arrives in + - more documentation (vnc) + - first release which works with unpatched bitlbee 0.1.1 - skyped now runs as daemon in the background by default - skyped now automatically reconnects on Skype restarts 0.1.0 - initial release |