X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=905a4162a3580b49b081d9f1ec8a6b068377f1b1;hb=5ea129bba83114905c1266b77744eeed8e9bb020;hp=0fc220ba8fab5313b7d4f108a57445f7cc9427db;hpb=7df9c3b974bcd1c3bc40d29d154f6b86b6454ddd;p=dak.git diff --git a/ChangeLog b/ChangeLog index 0fc220ba..905a4162 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,20 @@ (Upload.cross_suite_version_check): likewise. * daklib/utils.py (parse_args): likewise. +2006-05-21 James Troup + + * daklib/utils.py (process_gpgv_output): new function, split out + of check_signature(). + (check_signature): adapt accordingly. + (retrieve_key): new function that will try to retrieve the key + that signed a given file from a keyserver. + (check_signature): add 'autofetch' argument that if not set + defaults to the value of Dinstall::KeyAutoFetch (if that exists). + If 'autofetch' is true, invoke retrieve_key(). + + * docs/README.config: document Dinstall::KeyAutoFetch and + Dinstall:KeyServer. + 2006-05-20 James Troup * dak/find_null_maintainers.py (main):