diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2009-04-29 19:27:48 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2009-04-29 19:27:48 +0200 |
commit | c9348c45e9733795bfbd9676e9e5af85a8636036 (patch) | |
tree | 2fb686283a8eb2832ae6b2f1ccce987fd8ac6826 | |
parent | 1b48afb69b4b523cbf51f678936ed7d33f3f6011 (diff) |
updates for 0.7.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 e71e0bb6..b6cc262b 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.7.1 +VERSION = 0.7.2 # latest stable BITLBEE_VERSION = 1.2.3 @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.7.2 - add --log option to skyped to allow logging while it the + daemon is in the background. + - prefer config files from ~/.skyped over /etc/skyped + - handle the case when LANG and LC_ALL env vars are empty 0.7.1 - mostly internal changes, the monster read callback is now replaced by tiny parser functions 0.7.0 - made 'make config' more portable |