11.0.1 (2014-10-16)
2 - removed internal username from messages to peers
3 - clear revealed macs
4 - don't drop leading zero bits from AES keys
5
61.0.0 (2013-10-02)
7 - gotr: moved to separate reppository / source distribution
8 - tools: convertkey shebang changed to non-version-specific python
9
101.0.0beta7 (2013-09-22)
11 - potr: work towards supporting OTRv3. no instance tag support yet.
12 - potr: fixed some MPI paddings
13 - potr: various message encoding fixes / unification
14 - potr: general cleanup
15 - gotr: handle exceptions, allow for some more debugging
16 - this will eventually become a 1.0.0 release when I get some positive feedback
17
181.0.0beta6 (2012-10-17)
19 - potr: max message size can be set per context/message
20 - gotr: handle html messages
21 - gotr: install plugin from setup.py if a gajim directory was found
22 - gotr: provide option to copy fingerprints to clipboard
23 - gotr: use gajim logging system
24 - fix: don't send context refreshing request in an encrypted packet
25 - fix: AKEs were not being fragmented
26 - minor bugfixes
27
281.0.0beta5 (2012-03-29)
29 - gotr: bugfix: plugin broke gajim's ressource discovery (issue #7)
30 - gotr: store the fingerprints per user, not per ressource (issue #6)
31 - gotr: add activate() (merge with hg.gajim.org, issue #5)
32 - gotr: bugfix in smp/disconnect handling
33 -> API changes:
34   - added trustName field to Context, allows applications to specify custom
35     names for the fingerprint storage.
36     (eg. use jid while context uses jid+ressource)
37   - non-OTR messages raise NotOTRMessage
38
391.0.0beta4 (2012-03-10)
40 - py3k support
41 - dropped soome debugging
42 - a new test suite
43 - added abstraction between the crypto lib
44 -> API changes:
45   - this requires a different handling of PK objects - they cannot be
46     pickled anymore. Use parsePrivateKey and serializePrivateKey methods
47     and write their contents to files.
48
491.0.0beta3 (unreleased)
50 - don't always generate a privkey if none available
51
521.0.0beta2 (2011-08-30)
53 - python 2.6 compatibility
54
551.0.0beta1 (2011-06-10)
56 - first beta release
57