dtndht (0.2.3) experimental; urgency=low
  * Memory Leaks fixed
    * If empty neighbor information were parsed, the allocated space is now freed
    * On shutdown, the announcement list will be freed correctly
  * Improved README

 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Sat, 20 Oct 2012 11:00:00 +0100

dtndht (0.2.2) experimental; urgency=low

  * New callback function to inform, if a search is done
  * Removed the requirement of openssl
    * Changed openssl to optional
    * Added sha1 implementation of PolarSSL

 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Tue, 13 Mar 2012 13:00:00 +0100

dtndht (0.2.1) experimental; urgency=low

  * New possibility to enable evaluation output
  * New function to free a convergence_layer struct
    * New function is available from dtndht.h
  * Bugfix free of unused memory

 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Mon, 12 Mar 2012 17:00:00 +0100

dtndht (0.2.0) experimental; urgency=low

  * New api design
  	* New GetEID Message added to dht

 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Tue, 07 Feb 2012 20:00:00 +0100

dtndht (0.1.7) experimental; urgency=low

  * New rating functions added
    * All DHT result have got a rating information
    * Minimum rating is 0, which means 1 node answered this information
    * Maximum rating is 10: 11 or more nodes has answered this information

 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Mon, 06 Feb 2012 23:40:00 +0100

dtndht (0.1.6) experimental; urgency=low

  * New function introduced
    * Lookup for hosts, group members and neighbours of hosts done by same function
    * The new lookup function has a type parameter
    * Also the result of a lookup has now a type parameter
    * The group result function has been deleted
  * Bugfixes on list operations to prevent segmentation faults

 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Fri, 27 Jan 2012 22:04:41 +0100

dtndht (0.1.5) experimental; urgency=low

  * Added a option to switch the blacklist off and on
  * Better memory management
    * frees all blacklisted id s
    * frees the blacklist on uninit
    
 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Wed, 25 Jan 2012 22:09:00 +0100

dtndht (0.1.4) experimental; urgency=low

  * Added blacklist support for possible weird acting dht nodes
  * Added test program for verifying blacklist

 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Thu, 19 Jan 2012 18:09:23 +0100 

dtndht (0.1.3) experimental; urgency=low

  * Added a new function to speed up bootstrapping with a search for a random hash
  * Changed the dtn_dht_ready_for_work function to return different status values
  
 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Mon, 16 Jan 2012 00:00:00 +0100

dtndht (0.1.2) experimental; urgency=low

  * Second release with a lot of changes of the interface
    * bootstrapping functions implemented
    * loading good nodes from last session
    * saving good nodes for last session

 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Thu, 12 Jan 2012 17:47:41 +0100

dtndht (0.1.1) experimental; urgency=low

  * First lib release
    * OPENSSL integrated for easier usage if OPENSSL is available
 
 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Wed, 30 Nov 2011 16:51:53 +0100

dtndht (0.1.0) experimental; urgency=low

  * Created versioning of the library 

 -- Till Lorentzen <lorentze@ibr.cs.tu-bs.de>  Sun, 27 Nov 2011 22:12:12 +0100
