X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=HISTORY;h=faeaae912c4fd676a39beada9a8cbc3a85ddc871;hb=f9917d386685c7f641d493dbc78eb3eb41fb24bd;hp=e006f45d8e915fd6be39f6792e6a722397ff715f;hpb=45aa1540aaa3d76a4ca5509c4666d98ce272c000;p=onak.git diff --git a/HISTORY b/HISTORY index e006f45..faeaae9 100644 --- a/HISTORY +++ b/HISTORY @@ -224,3 +224,21 @@ * "Recognize" some extra critical subpacket types. * Add support for upgrading db4 DBs built with older DB4 version. * Various minor code cleanups. + +0.3.7 - 2nd June 2009 + +* Escape colons and similar in MRHKP output. (Debian bug #487284) +* Add support for displaying Elgamal encrypt or sign keys. (deprecated) +* Ensure DB4 backend dbconns memory is initialised to zero. +* Open DB read only for onak lookup function. +* Obey binary flag for "onak get". + +0.3.8 - 29th December 2009 + +* Fix "onak dump" to actually generate multiple output files. +* Limit key dump files to 100,000 keys for "onak dump". +* Correct formatting of some places we output a keyid. (Debian bug #540196) +* Don't add a key to the stats hash if it doesn't have any sigs. (Debian bug + #542187) +* Change PostgreSQL backend to use PQescapeStringConn +* Fix PostgreSQL backend key iteration