diff options
author | Roger Leigh <rleigh@debian.org> | 2013-05-04 18:27:37 +0100 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2013-05-04 18:37:01 +0100 |
commit | 0e529a5253b4413ff22d8cbaf3f1d649967022fb (patch) | |
tree | a5e6b6fe141c37c4b366562f6c88488391dd1973 | |
parent | bc2873b202a2de189055e20c6f16d0e3944463ce (diff) | |
download | schroot-0e529a5253b4413ff22d8cbaf3f1d649967022fb.tar.gz |
NEWS: Document refactoring and version output changes
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -46,6 +46,16 @@ configuration. 7) The unused and incomplete csbuild and schroot-sbuild wrappers for sbuild have been removed. + 8) The source code has been reorganised and refactored to be more + useful for third-party developers. libsbuild is now built as a + shared library by default. While it is possible to use static + linking, this is discouraged, and it also requires the use of + -Wl,--whole-archive when linking, to prevent loss of chroot + facets which are used indirectly. + + 9) The output of "schroot --version" now displays installed chroot + facets rather than available chroot types. + * Major changes in 1.6.4: 1) Canonicalise symlink mount points. If a mount point in fstab |