diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2009-09-27 13:29:09 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2009-09-27 13:29:09 +0200 |
commit | 843fbc98ce3aac4691ca047a84e8120fc7ea26fe (patch) | |
tree | 5fd1a60ddcc8d8b6576bb300a378c368a51866ae | |
parent | 398eb78dd25f3f80d54f7d7cdc02ffdb1398041b (diff) |
updates for 0.8.0
-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 3c515d63..1f81a2e6 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -1,6 +1,6 @@ -include config.mak -VERSION = 0.7.2 +VERSION = 0.8.0 DATE := $(shell date +%Y-%m-%d) # latest stable BITLBEE_VERSION = 1.2.3 @@ -1,5 +1,9 @@ VERSION DESCRIPTION ----------------------------------------------------------------------------- +0.8.0 - fix build on x86_64 (-fPIC usage) + - debug messages now have a timestamp + - more work on having the default config under ~/.skyped + - added a manual page for skyped 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 |