summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2010-02-09 23:51:06 +0000
committerRoger Leigh <rleigh@debian.org>2010-02-09 23:51:06 +0000
commitab470672605c286c2f57a4dc89e4e42517d14b4b (patch)
tree21da50e21788e5956b512968fc1aad656ac0ecbd /NEWS
parentdbbeee7eded24bb810a6689b9aed02a549dde57b (diff)
parent29071fb940bbe505c317a17d1d825266becb3a57 (diff)
downloadschroot-ab470672605c286c2f57a4dc89e4e42517d14b4b.tar.gz
Merge branch 'master' into schroot-1.4
Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc6ca5f2..565e331f 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,26 @@ configuration.
now has access to all chroots. Note this only affected dchroot
and dchroot-dsa, not schroot.
+ 2) The setup script configuration files 'script-defaults',
+ 'mount-defaults', 'copyfiles-defaults' and
+ 'nssdatabases-defaults', located in /etc/schroot, have been moved
+ to /etc/schroot/default. 'script-defaults' has been renamed to
+ 'config', and 'mount-defaults' has been renamed to 'fstab'. Note
+ that the default setting for 'script-config' in schroot.conf has
+ changed from 'script-defaults' to 'default/config'. If manually
+ setting 'script-config' to 'script-defaults' in your chroot
+ definitions, this will require updating. If unset, no changes
+ are required.
+
+ 3) Additional setup script environment variables have been added:
+ HOST, HOST_OS, HOST_VENDOR, HOST_CPU and PLATFORM. These are for
+ adding platform-specific logic to setup scripts, and are
+ initially for FreeBSD and GNU/kFreeBSD compatibiliity.
+
+ 4) Additional FreeBSD compatibility work in setup scripts and block
+ device code. schroot should now work with current FreeBSD and
+ Debian GNU/kFreeBSD systems.
+
* Major changes in 1.4.0:
None. For users upgrading from the previous stable release (1.2.x),