Release; update version string in configure.ac, README, Doxyfile.
Update HISTORY and debian/changelog.
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.4.1
+PROJECT_NUMBER = 0.4.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
* Always put a leading 0x on keyids in HTML output links
* Allow retrieval of key by full fingerprint
* Add keyid to DB4 backend deletion error messages
+
+0.4.2 - 1st October 2013
+
+* Add support for RIPEMD160, SHA224, SHA384 & SHA512 when available
+* Fix stripkeys to output all the keys at the end rather as it goes along
+* Add support for checking signature hashes
+* Use Doxygen for some initial code documentation generation
+* Cleanup code in preparation for a separate libonak for general PGP bits
+* Prevent read_openpgp_stream from returning empty packages + causing crashes
+* Allow maxpath + splitkeys to take a -c option to specify the config file
+* Add wotsap tool to generate data files for wotsap
+* Add HKP backend to allow onak to be used as a proxying keyserver
-onak 0.4.1
-Copyright 2003-2012 Jonathan McDowell
+onak 0.4.2
+Copyright 2003-2013 Jonathan McDowell
http://www.earth.li/projectpurple/progs/onak.html
Backends:
-Currently there is support for 5 different database backends:
+Currently there is support for 6 different database backends:
* file
The original backend. Very simple and ideal for testing. Stores each
subkey searching). Needs a good filesystem to get good performance
though as it creates many, many files and links.
+* hkp
+ A proxying backend. No keys are stored locally; all fetch and store
+ requests are forwarded to the provided keyserver.
+
Other keyservers:
http://www.earth.li/projectpurple/progs/onak.html
-Development is carried out using arch; you can access the repository
+Development is carried out using git; you can access the repository
with something like:
-tla register-archive noodles@earth.li--2004-laptop \
- http://www.earth.li/~noodles/arch/
-tla get -A noodles@earth.li--2004-laptop onak--mainline--0.3
+git clone git://the.earth.li/onak.git
+
+or it can be browsed via gitweb at:
+
+http://the.earth.li/gitweb/?p=onak.git;a=summary
License:
AC_PREREQ(2.50)
-AC_INIT([onak],[0.4.1],[noodles-onak@earth.li])
+AC_INIT([onak],[0.4.2],[noodles-onak@earth.li])
AC_CONFIG_SRCDIR(onak.c)
AC_CONFIG_HEADER(config.h)
-onak (0.4.1-1+bzr) unstable; urgency=low
+onak (0.4.2-1) unstable; urgency=low
- * Development build
+ * New upstream release
+ * Prevent splitkeys crash with malformed key input. (Closes: #716350)
* Switch to source format 3.0 (quilt).
* Only seed initial database if key file is available. (Closes: #710665)
* Bump Debian Standards-Version to 3.9.4.0
* Update year in copyright file
* Updated Vcs fields to point to git repository
- -- Jonathan McDowell <noodles@earth.li> Tue, 24 Apr 2012 21:54:17 -0700
+ -- Jonathan McDowell <noodles@earth.li> Tue, 01 Oct 2013 11:56:55 +0100
onak (0.4.1-1) unstable; urgency=low