comparison NEWS @ 207:43a4d0d6c076

Release Idavoll 0.8.0.
author Ralph Meijer <ralphm@ik.nu>
date Tue, 05 Aug 2008 18:23:45 +0000
parents 8ab16e319bb8
children cc4f45ef793e
comparison
equal deleted inserted replaced
206:274a45d2a5ab 207:43a4d0d6c076
1 0.8.0 (2008-08-05)
2 ==================
3
4 - Complete API method name change to conform to Twisted's naming conventions.
5 - Change so that stored items are stripped of the pubsub namespace, this makes
6 notifications have the proper namespace for items.
7 - Match an API change in Wokkel for the HTTP gateway.
8 - Add persistent storage for the HTTP gateway's record of subscriptions and
9 callbacks.
10 - Adjust node configuration code to match Wokkel's API changes for data forms.
11 - Implement a root collection that includes all leaf nodes.
12
13
1 0.7.3 (2008-05-30) 14 0.7.3 (2008-05-30)
2 ================== 15 ==================
3 16
4 - Return appropriate HTTP status codes on failed un-/subscription. 17 - Return appropriate HTTP status codes on failed un-/subscription.
5 - Use ServiceMaker to setup twistd plugins, available as of Twisted 8.1.0. 18 - Use ServiceMaker to setup twistd plugins, available as of Twisted 8.1.0.