X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=909eb9615cd57dbdf2d5e6cb2d6c1e5bf3a85a81;hb=f86fb53a967d9fa0e92f3534b9a44a5ba0e6adb0;hp=e7e5ea822405b93b15e76572aed85fcefdc4a6e3;hpb=2488db57e22feb39b77169c8bd5982932270d27a;p=dak.git diff --git a/ChangeLog b/ChangeLog index e7e5ea82..909eb961 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ +2008-05-05 Joerg Jaspert + + * dak/queue_report.py: Use the exception class + * dak/process_unchecked.py: dito + + * daklib/dak_exceptions.py: New file, central place for all those + own exceptions dak may raise. + + * daklib/utils.py: Use dak_exceptions and delete all those string + exception raising stuff, which is depcreated. + 2008-05-04 Joerg Jaspert + * daklib/queue.py: Various pychecker cleanups + * dak/import_keyring.py: Remove unused daklib.logging and Logger and add the actually used daklib/utils