X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d70447be46cd9ee73ca2843bb51343b131e76e00;hb=2995b12ed8532812a6ca60fe97aaea69a8afca53;hp=905a4162a3580b49b081d9f1ec8a6b068377f1b1;hpb=5ea129bba83114905c1266b77744eeed8e9bb020;p=dak.git diff --git a/ChangeLog b/ChangeLog index 905a4162..d70447be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2006-06-11 James Troup + + * config/debian/dak.conf + (Import-Users-From-Passwd::KnownPostgres): temporarily add 'katie' + user back to list of known users as it's non-trivial to entirely + change the owner of a database with postgresql 7.4. + + * dak/daklib/queue.py (Upload.source_exists): use string object + methods rather than string module. + (Upload.get_anyversion): likewise. + + * dak/daklib/utils.py (validate_changes_file_arg): update filename + slicing to cope with new .dak filenames. + + * dak/ls.py (main): add back 'heidi' as a valid argument for + -f/--format as people are using it in scripts and breaking that + without warning seems rude. + +2006-05-21 James Troup + + * dak/rm.py (main): use string .isdigit() rather than + utils.str_isnum(). + * dak/process_new.py (edit_overrides): likewise. + + * daklib/utils.py (str_isnum): removed accordingly. Also drop + string import. + 2006-05-21 James Troup * dak/check_archive.py (check_indices_files_exist): use list