Changeset 53:4aec395fda5b for NEWS
- Timestamp:
- Apr 7, 2009, 12:13:08 PM (13 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@165
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEWS
r31 r53 1 0.5.0 (2009-04-07) 2 ================== 3 4 This release drops support for Twisted versions older than 8.0, including 5 Twisted 2.5 / Twisted Words 0.5. 6 7 Features 8 -------- 9 10 - Support for sending and receiving Publish-Subscribe node delete 11 notifications with redirect. 12 - Service Discovery client support, including an overhaul of disco data 13 classes (#28). 14 - Initial support for building XMPP servers has been added: 15 - XmlStreamServerFactory has been backported from Twisted Words (#29). 16 - An XMPP router has been added (#30). 17 - A server-side component authenticator has been added (#30). 18 - A new server-side component service, that connects to a router within the 19 same process, was added (#31). 20 21 22 Fixes 23 ----- 24 25 - Publish-Subscribe subscriptions requests work again (#22). 26 - Publish-Subscribe delete node requests now have the correct namespace (#27). 27 - NodeIDs in Service Discovery requests are now returned in responses (#7). 28 - The presence of stanzaType in toResponse is now checked correctly (#34). 29 - Data Form fields are now rendered depending on form type (#40). 30 - Data Form type checking issues were addressed (#41). 31 - Some compatibility fixes for Twisted 8.0 and 8.1. 32 - Various other fixes (#37, #42) and tracking changes to code already in 33 Twisted. 34 35 1 36 0.4.0 (2008-08-05) 2 37 ==================
Note: See TracChangeset
for help on using the changeset viewer.