X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=debian%2Fchangelog;h=0c78c4f587731a2e0efd3859670509a3cf989f7d;hb=68286e56347ddd80e9a05b166c54a377c771be11;hp=eded82e46fa733af76a7669353c0d266262fb599;hpb=fe83c002f6082d5f035c39bbbdd2258c4c7cfa86;p=chiark-utils.git diff --git a/debian/changelog b/debian/changelog index eded82e..0c78c4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +chiark-utils (4.5.0~iwj5) unstable; urgency=medium + + * cgi-fcgi-interp: correct the copyright header rubric. + * nntpid: install in /usr/bin. Closes:#773651. + * rebuild on current sid: Closes:#811216. + * cvs-adjustroot: properly exit nonzero in case of error. + Fixes the first half of #839708. + * cvs-adjustroot: silently succeed for */CVS/Root entries which + already match the new value. Closes:#839708 (second half). + * cvs-adjustroot: reinvoke oursevles via "$0" rather than + our hardcoded name. Makes testing easier, etc. + * cgi-fcgi-interp: Handle QUERY_STRING not containing =. (Tony Finch.) + * Fix tiny typo in long description. Closes:#819746. (Luke Faraone.) + + -- + +chiark-utils (4.5.0~iwj4) unstable; urgency=medium + + * Add debian/.debhelper to .gitignore. + * Backup: No longer attempt to lvchange -a n the snapshot volume. + * Backup: Add daft_sleep calls to snapshot code. + * Backup: Honour CHIARK_BACKUP_SHAREDIR in snap/lvm script. + + -- Ian Jackson Wed, 27 Apr 2016 00:35:18 +0100 + +chiark-utils (4.5.0~iwj3) unstable; urgency=medium + + * cgi-fcgi-interp: Fix logger buffer-handling bugs. + + -- Ian Jackson Mon, 25 Apr 2016 02:45:44 +0100 + chiark-utils (4.5.0~iwj2) UNRELEASED; urgency=medium * cgi-fcgi-interp: mkdir ~/.cgi-fcgi-interp if necessary.