Mercurial > libervia-backend
changeset 58:d660d1e5cee4 0.0.2 SàT v0.0.2
updates for 0.0.2 release
- CHANGELOG is updated
- version changed in SàT
- launching script launch SàT as a daemon
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 10 Jan 2010 18:34:31 +1100 |
parents | a5b5fb5fc9fd |
children | 3e5abe3bbead |
files | CHANGELOG sat sat.tac |
diffstat | 3 files changed, 25 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Sun Jan 10 17:51:56 2010 +1100 +++ b/CHANGELOG Sun Jan 10 18:34:31 2010 +1100 @@ -1,2 +1,24 @@ -v 0.0.1 (17/05/2009, 2010): +v 0.0.2 (10/01/2010): + - DBus bridge: dynamic exportation of methods (useful for plugins) + - new doc: INSTALL and CHANGELOG + - new method to save private data (useful for plugins) + - disconnection + - whitespace ping to avoid disconnection when idle + - presence management refactored, subscription is now managed separatly + - use of xml params + - new way to specify default values in params + - sat is now a twisted application, so it can be deamonized + - Wokkel integration + - added some features from Wokkel: disco, software version + - new account creation (in-band registration): not fully implemented + - IP for file transfert is now set by default (see README) + - Gateways management (Wix only for now) + - VCard support (readonly for now) with avatars/nicks support + - Wix: easier jid setup + - Wix: added Tray icon (using Crystal Clear: see README) + - Wix: new contact list, using avatars and nicknames + - Wix, Sortilège: better connection/disconnection management (buggy in sortilège) + - Wix: main frame default size changed + +v 0.0.1 (17/05/2009): ** FIRST PUBLIC RELEASE **
--- a/sat Sun Jan 10 17:51:56 2010 +1100 +++ b/sat Sun Jan 10 18:34:31 2010 +1100 @@ -1,3 +1,3 @@ #!/bin/sh -twistd -noy sat.tac +twistd -oy sat.tac
--- a/sat.tac Sun Jan 10 17:51:56 2010 +1100 +++ b/sat.tac Sun Jan 10 18:34:31 2010 +1100 @@ -21,7 +21,7 @@ CONST = { 'client_name' : u'SàT (Salut à toi)', - 'client_version' : u'0.0.1D', #Please add 'D' at the end for dev versions + 'client_version' : u'0.0.2', #Please add 'D' at the end for dev versions 'local_dir' : '~/.sat' }