aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2007-11-20 10:55:35 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2007-11-20 10:55:35 +0100
commitb06e6478dc6c6494f19d444842d1625a1b315ee1 (patch)
tree53776ea449d09155cb1dcb1099ac2d561968ad83
parentcbb5fb76c0c6adf12512915382c5db42ed5cf74c (diff)
updates for 0.2.2
-rw-r--r--skype/Makefile2
-rw-r--r--skype/NEWS3
2 files changed, 4 insertions, 1 deletions
diff --git a/skype/Makefile b/skype/Makefile
index 23569e9a..8cf2f637 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -1,6 +1,6 @@
-include config.mak
-VERSION = 0.2.1
+VERSION = 0.2.2
skype.so: skype.c config.mak
$(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS)
diff --git a/skype/NEWS b/skype/NEWS
index 24eca753..6b5b3bc2 100644
--- a/skype/NEWS
+++ b/skype/NEWS
@@ -1,5 +1,8 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+0.2.2 - don't change the topic if skype does not report a successful
+ topic change
+ - fixed for the recent bitlbee API changes
0.2.1 - topic support in group chats
- bugfixes for multiline messages
- this version should be again as stable as 0.1.4 was