Mercurial > libervia-pubsub
annotate NEWS @ 189:c61034369463
Released Idavoll 0.7.0.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Tue, 22 Apr 2008 13:15:53 +0000 |
parents | 0c9001bc7f58 |
children | 6e6c89eca9db |
rev | line source |
---|---|
189 | 1 0.7.0 (2008-04-22) |
2 ================== | |
3 | |
4 - Depend on Wokkel for XMPP protocol implementations (#4). | |
5 - Depend on the uuid module that ships with Python 2.5 and can be installed | |
6 for older versions from http://pypi.python.org/pypi/uuid. | |
7 - Provide twistd parameters for connecting to a remote PostgreSQL | |
8 database (#6). | |
9 - Add support for node deletion notifications. | |
10 - Optionally send the last published item on subscription. | |
11 - Add an HTTP gateway (accessible via a separate twistd plugin) that allows | |
12 for creating new nodes, publishing to nodes locally and subscribing to | |
13 remote nodes through HTTP. See http://idavoll.ik.nu/wiki/HTTP_Interface. | |
14 - Miscellaneous fixes (#7, #9). | |
15 | |
16 | |
165 | 17 0.6.0 (2007-01-18) |
189 | 18 ================== |
161
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
19 |
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
20 - Improve error handling by using stanza error support in Twisted Words 0.4.0. |
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
21 - Bring errors up to date with version 1.8 of JEP-0060. |
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
22 - Add new retrieve-default feature for retrieval of default node |
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
23 configuration. |
162
84cfe9fe38c5
Comply with the access model 'open'.
Ralph Meijer <ralphm@ik.nu>
parents:
161
diff
changeset
|
24 - Fully comply with access model 'open'. |
163
1701c0e2c707
Add --dbpass option for passing a password to the PostgreSQL backend.
Ralph Meijer <ralphm@ik.nu>
parents:
162
diff
changeset
|
25 - Add --dbpass option for PostgreSQL backend. |
165 | 26 - Fix import incompatibility with Twisted Words 0.5.0 (#3). |
161
d0dfc01f7638
Bring NEWS in line with previous commit.
Ralph Meijer <ralphm@ik.nu>
parents:
155
diff
changeset
|
27 |
189 | 28 |
155 | 29 0.5.0 (2006-08-17) |
30 ================== | |
31 | |
32 First release. |