chiark / gitweb /
finalise changelog
[autopkgtest.git] / debian / changelog
index c17479ca809a74d15a9144d30806f2e79caa38f1..f109eb59603d68750eb78dee110a8f915f3e15dc 100644 (file)
@@ -1,4 +1,105 @@
-autopkgtest (1.1.0~) 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.
+    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 <ijackson@chiark.greenend.org.uk>  Mon, 11 Jun 2012 02:05:49 +0100
+
+autopkgtest (2.0.1) unstable; urgency=medium
+
+  * Bugfixes:
+    - Python backtrace (no method "bomb") on bad tests/control syntax.
+    - Permit tests/control fields with medial capital letters.
+    - Do not duplicate previous stanzas (closes: #637333).
+    - Make adt-run --quiet work (closes: #637350).
+    - Make "build-needed" restriction work (closes: #637353).
+    - Fix a debugging message which was spuriously sent to stderr.
+  * Change Maintainer to the new list and move me to Uploaders.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 27 Aug 2011 11:21:29 +0100
+
+autopkgtest (2.0.0) unstable; urgency=medium
+
+  * Incompatible test declaration spec changes:
+     - no-build-needed is now the default; build-needed is a Restriction
+       that tests which need it have to declare.
+  * Incompatible virtualisation server spec changes:
+     - print-execute-command replaced by print-{auxverb,shscript}-command.
+     - "revert" capability split into "revert" and "revert-full-system"
+  * New adt-virt-schroot for driving schroot.  Sorry, no manpage yet.
+  * New README.schroot-setup.
+  * Remove dependency on python in testbed.
+  * Update python version to 2.6.
+  * Spec wording improvements, clarifications, editorial changes, etc.
+  * Many bugfixes, including:
+    - replace Python string exceptions (closes:#585226).
+    - fix some broken formatting in adt-run manpage (closes:#636034).
+    - fix adt-virt-chroot for simple chroots (closes:#520066).
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 30 Jul 2011 17:57:27 +0100
+
+autopkgtest (1.2.0~) unstable; urgency=low
+
+  * adt-xenlvm-*: support for swap, defaulting to 5G.
+    This will break existing setups with insufficient LVM space.
+  * adt-xenlvm-*: allow specification of LVM PVs to use.
+  * remove spurious mkdir of empty variable $snap.
+  * hosts/magrathea/*: setup as working for initial tests.
+  * adt-xenlvm-with-testbed: sleep 1 after xm destroy, which is racy.
+  * Fix a few other bugs from deployment in 2008.
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Wed, 27 Aug 2008 22:12:13 +0100
+
+autopkgtest (1.1.1~) unstable; urgency=low
+
+  * adt-xenlvm-setup: new hooks for xmdomain config file.
+  * hosts/cadmium/update-suppression: really do not install empty file.
+  * allow suppresspackages and blacklist lists to contain more
+    information after some whitespace
+  * adt-openbugs-*: new machinery for working with debbugs.
+  * hosts/magrathea/*: work-in-progress configuration
+  * Add Recommends against apt-utils.
+  * hosts/cadmium/crontab: savelog -c7 not savelog -n7
+  * hosts/{cadmium,chinstrap}/crontab: set MAILTO
+  * adt-testreport-cronjob: make executable.
+
+ -- Ian Jackson <ian@davenant.greenend.org.uk>  Fri, 26 Oct 2007 18:12:32 +0100
+
+autopkgtest (1.1.0) unreleased; urgency=low
 
   * adt-testreport-runloop: manpage
   * adt-testreport-runloop: better command line parsing
@@ -12,6 +113,8 @@ autopkgtest (1.1.0~) unstable; urgency=low
   * hosts/* installed as examples with a big fat warning.
   * adt-testreport-cronjob: renamed from hosts/cadmium/cronjob
   * adt-testreport-runloop: copyright message.
+  * cfg and adt-testreport-runloop: do not cd in config files.
+  * adt-testreport-runloop: fix handling of test_classes (was xoptslist)
   * hosts/cadmium/*, debian/rules: onepackage_config renamed to cfg.
 
  -- Ian Jackson <ian@davenant.greenend.org.uk>  Thu, 18 Oct 2007 17:17:31 +0100