Mercurial > libervia-backend
annotate CHANGELOG @ 348:8ff113e2abcb
updated README and CHANGELOG
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 30 May 2011 16:16:46 +0200 |
parents | 53aa958a2d3d |
children | d782c22d5e34 |
rev | line source |
---|---|
348 | 1 All theses changelog are not exhaustive, please check mercurial repository for more details. |
2 | |
3 v 0.2.0 (30/05/2011): | |
4 - new debug command in sat launcher script | |
5 - core: triggers | |
6 - news plugins: maildir, imap and smtp, SàT can now communicate with a Mail User Agent throught them | |
7 - bridge constructor, a generator which make bridge files from .ini. It can also generate doc in mediawiki format | |
8 - new plugin: XML log to send XML raw data throught DBus | |
9 - new plugin: XEP-0115 (entity capabilities) | |
10 - new plugin: XEP-0060 (Pubsub) and XEP-163 (Personal Eventing Protocol) | |
11 - DBus bridge: fixed introspection for dynamically aded methods and signals | |
12 - new plugin: XEP-277 (Microblogging over XMPP) | |
13 - fixed installation (Wokkel version is forced) | |
14 - bridge: added asynchrone methods management | |
15 - new plugin: group microbloging (groupblog) | |
16 - new plugin: XEP-0249 (direct MUC invitation) | |
17 - plugin Tarot: game can be automatically created, and fully played (but rules are not fully implemented yet) | |
18 - email added in registerNewAccount | |
19 - Social contract added (CONTRAT_SOCIAL) \o. | |
20 - Subscription scheme fixed | |
21 - new frontend: Libervia \o/ . Put in a separate package | |
22 v 0.1.1 (14/01/2011): | |
247 | 23 - bug#1: fixed crash due to dbus.String |
348 | 24 v 0.1.0 (12/01/2011): |
238
83d2bc0abf2a
version, README, CHANGELOG and INSTALL updates
Goffi <goffi@goffi.org>
parents:
208
diff
changeset
|
25 - urwid custom libs split as a new project: "urwid-satext" |
83d2bc0abf2a
version, README, CHANGELOG and INSTALL updates
Goffi <goffi@goffi.org>
parents:
208
diff
changeset
|
26 - files reorganisation |
83d2bc0abf2a
version, README, CHANGELOG and INSTALL updates
Goffi <goffi@goffi.org>
parents:
208
diff
changeset
|
27 - versioning now use a standard scheme (major.minor.increment+letter) |
83d2bc0abf2a
version, README, CHANGELOG and INSTALL updates
Goffi <goffi@goffi.org>
parents:
208
diff
changeset
|
28 - distutils/distribute installation script |
242 | 29 - misc bugs fixes |
238
83d2bc0abf2a
version, README, CHANGELOG and INSTALL updates
Goffi <goffi@goffi.org>
parents:
208
diff
changeset
|
30 - easy way to launch/stop sat (sat & sat stop) |
208 | 31 v 0.0.3 (20/08/2010): |
32 - multi-profiles | |
33 - i18n support | |
34 - french translation | |
35 - MUC support (basic for the moment) | |
36 - Dynamic methods/signals in DBus bridge | |
37 - Tarot game | |
38 - CouchSurfing plugin | |
39 - XML User Interface | |
40 - Sortilège replaced by Primitivus | |
41 - About boxes & versions numbers now follow SàT core version | |
58 | 42 v 0.0.2 (10/01/2010): |
43 - DBus bridge: dynamic exportation of methods (useful for plugins) | |
44 - new doc: INSTALL and CHANGELOG | |
45 - new method to save private data (useful for plugins) | |
46 - disconnection | |
47 - whitespace ping to avoid disconnection when idle | |
48 - presence management refactored, subscription is now managed separatly | |
49 - use of xml params | |
50 - new way to specify default values in params | |
51 - sat is now a twisted application, so it can be deamonized | |
52 - Wokkel integration | |
53 - added some features from Wokkel: disco, software version | |
54 - new account creation (in-band registration): not fully implemented | |
55 - IP for file transfert is now set by default (see README) | |
56 - Gateways management (Wix only for now) | |
57 - VCard support (readonly for now) with avatars/nicks support | |
58 - Wix: easier jid setup | |
59 - Wix: added Tray icon (using Crystal Clear: see README) | |
60 - Wix: new contact list, using avatars and nicknames | |
61 - Wix, Sortilège: better connection/disconnection management (buggy in sortilège) | |
62 - Wix: main frame default size changed | |
63 | |
64 v 0.0.1 (17/05/2009): | |
31 | 65 ** FIRST PUBLIC RELEASE ** |