X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=bdb58f18ba5d572b36fb900aa9d042deb41340b1;hb=774a27caff1cc21340ee1b08528512e96a0eed5b;hp=909eb9615cd57dbdf2d5e6cb2d6c1e5bf3a85a81;hpb=f86fb53a967d9fa0e92f3534b9a44a5ba0e6adb0;p=dak.git diff --git a/ChangeLog b/ChangeLog index 909eb961..bdb58f18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,27 @@ 2008-05-05 Joerg Jaspert - * dak/queue_report.py: Use the exception class - * dak/process_unchecked.py: dito + * daklib/dak_exceptions.py (dakerrors): add TransitionsError + * dak/transitions.py: Use it, instead of the own definition + +2008-05-05 Mark Hymers + + * daklib/dak_exceptions.py: Add a default message and tidy up our string + representation + +2008-05-05 Joerg Jaspert * 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. + During that delete the unknown_hostname_exc, as it wasnt used. + + * dak/import_archive.py: use the new Exception class + * dak/rm.py: dito + * dak/generate_releases.py: dito + * dak/queue_report.py: dito + * daklib/queue.py: dito 2008-05-04 Joerg Jaspert