1.0.0beta5 (2012-03-29)
 - gotr: bugfix: plugin broke gajim's ressource discovery (issue #7)
 - gotr: store the fingerprints per user, not per ressource (issue #6)
 - gotr: add activate() (merge with hg.gajim.org, issue #5)
 - gotr: bugfix in smp/disconnect handling
 -> API changes:
   - added trustName field to Context, allows applications to specify custom
     names for the fingerprint storage.
     (eg. use jid while context uses jid+ressource)
   - non-OTR messages raise NotOTRMessage

1.0.0beta4 (2012-03-10)
 - py3k support
 - dropped soome debugging
 - a new test suite
 - added abstraction between the crypto lib 
 -> API changes:
   - this requires a different handling of PK objects - they cannot be
     pickled anymore. Use parsePrivateKey and serializePrivateKey methods
     and write their contents to files.

1.0.0beta3 (unreleased)
 - don't always generate a privkey if none available

1.0.0beta2 (2011-08-30)
 - python 2.6 compatibility

1.0.0beta1 (2011-06-10)
 - first beta release
