Noteworthy changes in version 0.5.11 (2006-10-26)
------------------------------------------------

* Add a new self test "basic" to test cdk_check_version.

* Add prototype of cdk_stream_decrypt to opencdk.h, reported by Adam
  Langley.

* Fix crash in cdk_data_transform triggered by self-tests.

Noteworthy changes in version 0.5.10 (2006-10-11)
------------------------------------------------

* Fix double-free in cdk_pklist_encrypt, reported by Adam Langley.

* Fix keydb_idx_search() to handle keys at offset 0, thanks to Adam Langley.

* A pkg-config script was added, thanks to Andreas Metzler.

* Autobuild time stamps are used, for easier build robot testing.

Noteworthy changes in version 0.5.9 (2006-08-06)
------------------------------------------------

* Fix cdk_kbnode_write_to_mem to return CDK_Too_Short when buf is
  NULL, tiny patch from Mario Lenz.

* Fixed opencdk-config script to include -lz, thanks to Weng Liong, Low.

* Fix prototypes for AIX compiler, reported by John Heiden.

* Don't use trailing comma in last enum constant, for IBM C v6.  Tiny
  patch from Albert Chin.

Noteworthy changes in version 0.5.8 (2005-08-31)
------------------------------------------------

* Added versioned symbols again.
* Improved searching for libz.
* Should build on platforms that lack "inline".

Noteworthy changes in version 0.5.7 (2005-06-14)
------------------------------------------------

* Various build fixes, to make version info not say 0.5.5 any more.

Noteworthy changes in version 0.5.6 (2005-06-13)
------------------------------------------------

* Use libtool -export-symbols-regex instead of GNU ld script.
* Fix license with new FSF address.
* Test for socklen_t, needed for libgcrypt on some platforms.
* A few configure/build fixes.
* Don't use malloc.h.

Noteworthy changes in version 0.5.5 (2004-06-16)
------------------------------------------------

* Severeal cleanups and Libgcrypt 1.2.0 adjustments.


Noteworthy changes in version 0.5.4 (2004-02-27)
------------------------------------------------

* Added versioned symbols.


Noteworthy changes in version 0.5.3 (2003-11-05)
------------------------------------------------

* Added a compile time check for vasprintf.
* The unsigned long types were changed to unsigned int.


Noteworthy changes in version 0.5.2 (2003-11-03)
------------------------------------------------

* The library now full depends on the new libgcrypt 1.1.43.


Noteworthy changes in version 0.5.1 (2003-06-21)
------------------------------------------------

* Internal message digest and symmetric crypto library to simplify to
  include parts of OpenCDK into an own application.
* Huge interface and naming changes to enhance the readability of the
  code. Several code cleanups which means some functions are not
  public any longer. No backward compatibility to force client
  applications to change the interface as soon as possible.


Noteworthy changes in version 0.5.0 (2003-03-25)
------------------------------------------------

* Simplified API for listing keys.
* Extended key node (KBNODE) API to extract attributes more easier.
* Signature sub packet API is now public.
* Read-only support for revocation keys.


