summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2012-05-15 22:06:55 +0100
committerRoger Leigh <rleigh@debian.org>2012-05-15 22:06:55 +0100
commitda663bf551197faa9a9441be2b34b16c29efc73f (patch)
tree064b61918a4da96527d485f8b47fbf3395407661
parent4b116d70b953bd25d2fb7321749f6246afaef9fb (diff)
downloadschroot-da663bf551197faa9a9441be2b34b16c29efc73f.tar.gz
debian: Document schroot incompatibilities in schroot.NEWS
-rw-r--r--debian/schroot.NEWS43
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/schroot.NEWS b/debian/schroot.NEWS
index e812d429..d955b362 100644
--- a/debian/schroot.NEWS
+++ b/debian/schroot.NEWS
@@ -1,3 +1,46 @@
+schroot (1.5.2-1) experimental; urgency=low
+
+ Users upgrading from squeeze should take note of the following
+ changes which require configuration updates:
+
+ * Chroot profiles are now selectable using the new "profile" key.
+ This replaces the older "script-config" key, which is now
+ deprecated. The profile configuration file referenced by
+ script-config is also deprecated, the individual settings it
+ contained now being directly configurable in schroot.conf. See
+ schroot.conf(5) for further details. Please upgrade your
+ configuration by replacing "script-config=profilename/config" with
+ "profile=profilename".
+
+ * schroot namespace prefixes are now required. The compatibility
+ names used in 1.4 releases have been removed. For example, the
+ source chroot "source:wheezy" is now only accessible using this
+ name; the compatibility "wheezy-source" chroot name is no longer
+ created. The same applies to session chroot names using the
+ "session:" prefix, which also had a compatibility name with a
+ "-session" suffix. See the "Chroot Namespaces" section in
+ schroot(1).
+
+ * The obsolete configuration options "priority", "run-setup-scripts"
+ and "run-exec-scripts" (all chroot types) and "location" ("plain"
+ and "directory" chroot types) have been removed.
+
+ * Users of the older dchroot and dchroot-dsa programs, which are
+ compatibility wrappers around schroot, should note that
+ configuration file /etc/dchroot.conf is no longer used. This file
+ has been long deprecated in favour of using
+ /etc/schroot/schroot.conf, which offers more flexible
+ configuration and more features than dchroot.conf. Please run
+ "dchroot --config > /etc/schroot/chroot.d/dchroot" (prior to
+ upgrading) to convert your existing dchroot.conf into schroot.conf
+ format. If you were already using schroot.conf, then this is not
+ required. Also note that these compatibility programs are likely
+ to be removed in a future release; users of dchroot and
+ dchroot-dsa are highly encouraged to use schroot as a superior
+ replacement for both tools.
+
+ -- Roger Leigh <rleigh@debian.org> Tue, 15 May 2012 21:08:50 +0100
+
schroot (1.4.16-1) unstable; urgency=low
Users upgrading from lenny should take note of the following