chiark / gitweb /
finalise changelog
[autopkgtest.git] / debian / changelog
index 45f680e39fb03d9e8fdb03a41242942b8033da5c..f109eb59603d68750eb78dee110a8f915f3e15dc 100644 (file)
@@ -1,4 +1,15 @@
-autopkgtest (2.0.2) unstable; urgency=low
+autopkgtest (2.2.0) unstable; urgency=low
+
+  * 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 <ijackson@chiark.greenend.org.uk>  Fri, 15 Jun 2012 02:05:54 +0100
+
+autopkgtest (2.1.0) unstable; urgency=low
 
   Bugfixes:
   * Remove our strange apt config on exit.
@@ -17,13 +28,16 @@ autopkgtest (2.0.2) unstable; urgency=low
   * 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.
-  * Add runner/tmp to .gitignore, for convenience.
+  * Remove runner/tmp on debian/rules clean, and add it to .gitignore,
+    for convenience.
 
- --
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 11 Jun 2012 02:05:49 +0100
 
 autopkgtest (2.0.1) unstable; urgency=medium