X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=f109eb59603d68750eb78dee110a8f915f3e15dc;hb=9af9e908b3f9b3f64de91dcdaed2e992b378d80d;hp=e5946493f4d0ff52ae48440f02675dcc493a1889;hpb=6283126f88ac87d01cb0e1ea00db17810b4d9ad5;p=autopkgtest.git diff --git a/debian/changelog b/debian/changelog index e594649..f109eb5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,43 @@ -autopkgtest (2.0.2) unstable; urgency=low +autopkgtest (2.2.0) unstable; urgency=low - * Bugfixes: - - Remove our strange apt config on exit (partial fix to this bug) - - Suppress apt-listbugs and apt-listchanges + * Provide tests with ADTTMP rather than TMPDIR. + + Well, actually, that's just according to the spec. In reality, for + backward compatibity, we provide each test script with both (pointing + to different directories so that tests don't need to worry about + possible filename clashes between ADTTMP and TMPDIR). + + -- Ian Jackson Fri, 15 Jun 2012 02:05:54 +0100 + +autopkgtest (2.1.0) unstable; urgency=low + + Bugfixes: + * Remove our strange apt config on exit. + Partial fix to #648142, from Timo Lindfors. + * Suppress apt-listbugs and apt-listchanges. Michael Prokop. + * Fix parsing of "@" dependencies. Colin Watson. Closes: #667022. + * Fix NameError re "f" in restriction parsing. + Martin Pitt. Closes: #647882. + * Improve handling of schroot root-users and root-groups. + Colin Watson. Closes: #667001. + * Correctly handle quoting of copyup/copydown filenames. Fixes + but where we couldn't cope with packages' filenames containing + + and ~. Report from Martin Pitt. Closes: #648161. + + Documentation fixes: + * Clarify the spec to say that copyup/down takes encoded filenames. + * Fix the spec to refer to `breaks-testbed' rather than `breaks-computer'. + Report from Jakub Wilk. Closes: #669721. + * Manpage should refer to `*' in tests file's Depends field, not `@'. + Report from Jakub Wilk. Closes: #670648. Packaging fixes: * Add Recommends against pbuilder, whose dependency resolver adt-run uses. + * Remove runner/tmp on debian/rules clean, and add it to .gitignore, + for convenience. - -- + -- Ian Jackson Mon, 11 Jun 2012 02:05:49 +0100 autopkgtest (2.0.1) unstable; urgency=medium