X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=UPGRADE;fp=UPGRADE;h=ad669c231c041dd8abca044d6d9e17abdcaed78b;hb=b5e57bfefc170acc29124660db3c2c3f9b68da2a;hp=bbe1390f4e4818934c46747b3da51fab014b8629;hpb=12aea43a6d37f27f0cbf52d8b1a8a0040ed5ff1a;p=debbugs.git diff --git a/UPGRADE b/UPGRADE index bbe1390..ad669c2 100644 --- a/UPGRADE +++ b/UPGRADE @@ -2,6 +2,17 @@ Debbugs upgrade notes +=====================+ +From 2.4.1 to 2.4.2 +------------------- + +The file format used to store the status of a bug (package, severity, etc.) +has changed; it is now in an RFC822-like format in order to be more +extensible, and is written to .db files rather than the old .status files. +Before accepting any mail with the new version of debbugs, you must run the +'debbugs-upgradestatus' program over your bug spool. The old .status files +will be left intact, and will continue to be written in sync with the .db +files for compatibility with external tools. + From 2.4 to 2.4.1 -----------------