2002-04-05  Martin Sjgren  <md9ms@mdstud.chalmers.se>

        * Worked more on the Debian packaging, hopefully the packages
          are getting into the main Debian archive soon.

2002-01-10  Martin Sjgren  <martin@strakt.com>

        * Worked some more on the Debian packaging, it's turning out real
          nice.
        * Changed format on this file, I'm going to try to be a bit more
          verbose about my changes, and this format makes it easier.

2002-01-08  Martin Sjgren  <martin@strakt.com>

        * Version 0.4.1
        * Added some example code
        * Added the thread safe Connection object in the 'tsafe' submodule
        * New Debian packaging

2001-08-09  Martin Sjgren  <martin@strakt.com>

        * Version 0.4
        * Added a compare function for X509Name structures.
        * Moved the submodules to separate .so files, with tiny C APIs so they
          can communicate
        * Skeletal OpenSSL/__init__.py
        * Removed the err submodule, use crypto.Error and SSL.Error instead

2001-08-06  Martin Sjgren  <martin@strakt.com>

        * Version 0.3
        * Added more types for dealing with certificates (X509Store, X509Req,
          PKey)
        * Functionality to load private keys, certificates and certificate
          requests from memory buffers, and store them too
        * X509 and X509Name objects can now be modified as well, very neat when
          creating certificates ;)
        * Added SSL_MODE_AUTO_RETRY to smooth things for blocking sockets
        * Added a sock_shutdown() method to the Connection type
        * I don't understand why, but I can't use Py_InitModule() to create
          submodules in Python 2.0, the interpreter segfaults on the cleanup
          process when I do. I added a conditional compile on the version
          number, falling back to my own routine. It would of course be nice to
          investigate what is happening, but I don't have the time to do so
        * Do INCREF on the type objects before inserting them in the
          dictionary, so they will never reach refcount 0 (they are, after all,
          statically allocated)

2001-07-30  Martin Sjgren  <martin@strakt.com>

        * Version 0.2
        * Lots of tweaking and comments in the code
        * Now uses distutils instead of the stupid Setup file
        * Hacked doc/tools/mkhowto, html generation should now work

2001-07-16  Martin Sjgren  <martin@strakt.com>

        * Initial release (0.1, don't expect much from this one :-)

