diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-02-23 03:44:56 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-02-23 03:44:56 +0100 |
commit | c47e56652775af5a6b8d170ac472842f95d76ccd (patch) | |
tree | 158137e2f8f6c2f82360a517cce58ecfc725fe03 | |
parent | 4bf5dfe49d470a95779dd4eac5ddc9f3d1441850 (diff) |
updates for 0.3.2
-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 d71fbe2a..3e7a18cc 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.3.1 +VERSION = 0.3.2 AMVERSION = $(shell automake --version|sed 's/.* //;s/\([0-9]\+\.[0-9]\+\)\.[0-9]\+/\1/;q') @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.3.2 - support for Skype 2.0.0.43 + - skyped now automatically starts/shuts down skype + - improved 'make prepare' to handle more automake versions + - documentation improvements 0.3.1 - beautify output when skyped is interrupted using ^C - 'nick skype foo' now really sets display name, not the mood text |