~hardware-certification/zope3/certify-staging-2.5

« back to all changes in this revision

Viewing changes to src/twisted/words/topfiles/.svn/text-base/NEWS.svn-base

  • Committer: Marc Tardif
  • Date: 2008-04-26 19:03:34 UTC
  • Revision ID: cr3@lime-20080426190334-u16xo4llz56vliqf
Initial import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
x.x.x (YYYY-MM-DD)
 
2
==================
 
3
 
 
4
 - Jabber:
 
5
   - Rework ConnectAuthenticator to work with initializer objects that
 
6
     provide a stream initialization step.
 
7
   - Reimplement iq:auth as an initializer.
 
8
   - Reimplement TLS negotiation as an initializer.
 
9
   - Implement SASL authentication, resource binding and session establishment.
 
10
   - Add XMPPAuthenticator as a XMPP 1.0 client authenticator (only), along
 
11
     with XMPPClientFactory.
 
12
   - Add support for working with pre-XMPP-1.0 error stanzas.
 
13
   - Add full tests for protocols/jabber/xmlstream.py
 
14
   - Properly import SSL libraries, and only fail TLS when really needed.
 
15
   - Remove hasFeature() from XmlStream as you can test (uri, name) in
 
16
         xs.features.
 
17
   - Add sendFooter() and sendStreamError() to XmlStream
 
18
 
 
19
0.4.0 (2006-05-21)
 
20
==================
 
21
 
 
22
Features
 
23
--------
 
24
 - Jabber:
 
25
   - Add support for stream and stanza level errors
 
26
   - Create new IQ stanza helper that works with deferreds
 
27
   - Add TLS support for initiating entities to XmlStream
 
28
   - Fix account registration
 
29
 - Xish:
 
30
   - Fix various namespace issues
 
31
   - Add IElement
 
32
   - Store namespace declarations in parsed XML for later serialization
 
33
 - Fix user name/group collision in server service (#1655).
 
34
 - Correctly recognize MSN capability messages (#861).
 
35
 
 
36
Fixes
 
37
-----
 
38
 - Misc: #1283, #1296, #1302, #1424
 
39
 - Fix unicode/str confusion in IRC server service.
 
40
 
 
41
 
 
42
0.3.0:
 
43
 - Jabber:
 
44
   - Fix digest authentication in Jabber
 
45
   - Add Jabber xmlstream module that contains the Jabber specific bits that
 
46
     got factored out of Twisted Xish's xmlstream, and make it suitable for
 
47
     implementing full XMPP support.
 
48
 - Xish:
 
49
   - Fixed serialization in _ListSerializer
 
50
   - Removed unneeded extra whitespace generated in serialization
 
51
   - Removed _Serializer in favour of _ListSerializer
 
52
   - Use unicode objects for representing serialized XML, instead of utf-8
 
53
     encoded str objects.
 
54
   - Properly catch XML parser errors
 
55
   - Rework and fix element stream test cases
 
56
   - Strip xmlstream from all Jabber specifics that moved to Twisted Words
 
57
   - Added exhaustive docstrings to xmlstream.
 
58
 - Words Service:
 
59
   - Complete rewrite
 
60
   - Not backwards compatible
 
61
 
 
62
0.1.0:
 
63
 - Fix some miscellaneous bugs in OSCAR
 
64
 - Add QUIT notification for IRC
 
65
 - Fix message wrapping
 
66
 - Misc Jabber fixes
 
67
 - Add stringprep support for Jabber IDs
 
68
   This only works properly on 2.3.2 or higher