aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2007-10-30 15:26:07 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2007-10-30 15:26:07 +0100
commitc4112c4918209ef178d7efa63fe40d28ba204fd2 (patch)
treef50bb0368bf6a8d67b948c1bd345721972b318c4
parente103e735bae98a59694429884b802c8e79cead13 (diff)
updates for 0.2.1
-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 06b1712e..23569e9a 100644
--- a/skype/Makefile
+++ b/skype/Makefile
@@ -1,6 +1,6 @@
-include config.mak
-VERSION = 0.2.0
+VERSION = 0.2.1
skype.so: skype.c config.mak
$(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS)
diff --git a/skype/NEWS b/skype/NEWS
index e2ff922a..24eca753 100644
--- a/skype/NEWS
+++ b/skype/NEWS
@@ -1,5 +1,8 @@
VERSION DESCRIPTION
-----------------------------------------------------------------------------
+0.2.1 - topic support in group chats
+ - bugfixes for multiline messages
+ - this version should be again as stable as 0.1.4 was
0.2.0 - group chat support
- ~300 lines of new code, so be careful :)
- the version number mentions that this is not a minor change