Change logs for schroot source package in Natty

  • schroot (1.4.17-1) unstable; urgency=low
    
      * New upstream stable release.
      * 15killprocs: Don't kill processes in other sessions
        (Closes: #608054).  Compare full chroot path in addition to device
        and inode numbers, since the device and inode are not sufficiently
        unique (they are shared between non-cloned sessions such as for
        directory type chroots).
      * Updated translations:
        - da (Closes: #606305).  Thanks to Joe Hansen.
        - de (Closes: #606245).  Thanks to Holger Wansing.
        - fr (Closes: #606394).  Thanks to Thomas Blein.
        - it.  Thanks to Vincenzo Campanella.
        - zh_CN.  Thanks to Ji ZhengYu.
     -- Micah Gersten <email address hidden>   Wed,  05 Jan 2011 17:44:05 +0000
  • schroot (1.4.16-1) unstable; urgency=low
    
      * New upstream stable release.
      * Document schroot -- option delimiter in schroot(1)
        (Closes: #599380).
      * Document security implications of bind-mounting /dev and other
        filesystems in schroot.conf(5) (Closes: #587758).
      * Relax chroot naming restrictions (Closes: #601043, #605939).  The
        name may not contain a leading period (‘.’).  The  characters ‘:’
        (colon), ‘,’ (comma) and ‘/’ (forward slash) are not permitted
        anywhere in the name.  The name may also not contain a trailing
        tilde ('~').  Otherwise any characters are permitted.
      * 10mount: Respect mount options from configuration for all mountable
        chroot types (Closes: #605950).  Thanks to Nelson Elhage for this
        patch.
      * 15killprocs: Improve performance by omitting a readlink call for
        each process running on the system, leading to a significant
        reduction in overhead on busy systems (Closes: #606162).  Thanks
        to Anders Kaseorg for this patch.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  09 Dec 2010 11:28:01 +0000
  • schroot (1.4.15-1) unstable; urgency=low
    
      * New upstream stable release.
      * 10mount: Always purge mount directory for file type chroots
        (Closes: #600966).  file chroots are now unpacked into a
        separate unpack directory and then bind mounted into the
        mount directory, making this special casing redundant and
        causing stray session directories to be left in the mount
        directory.
      * schroot.NEWS: Document incompatible changes introduced in
        1.4.0 and 1.4.1 (Closes: #597778).
     -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  25 Oct 2010 13:46:01 +0000
  • schroot (1.4.14-1) unstable; urgency=low
    
      * New upstream stable release.
      * Updated translations:
        - vi (Closes: #598353).  Thanks to Clytie Siddall.
    
    schroot (1.4.13-1) unstable; urgency=low
    
      * Session actions work with plain chroots again (Closes: #597368).
        Because plain chroots are not session-capable, actions such as
        --run-session and --end-session, which look for chroots in the
        "session" namespace, don't find plain chroots, which only exist
        in the "chroot" namespace.  To work around this limitation,
        proxy sessions are created as aliases in the session namespace
        to allow session actions to work for plain chroots.
      * Correct error handing for --all options:
        - If no chroots are selected by an --all option, only warn when
          verbose output is enabled.
        - Don't abort prematurely if --all-source-chroots is used and
          no chroots are found; previously only --all-chroots and
          --all-sessions were handled correctly.
      * Updated translations:
        - da (Closes: #596002).  Thanks to Joe Hansen.
        - de (Closes: #596597).  Thanks to Holger Wansing.
        - fr (Closes: #596962).  Thanks to Thomas Blein.
        - it.  Thanks to Vincenzo Campanella.
        - pt (Closes: #596612).  Thanks to Pedro Ribeiro.
        - zh_CN.  Thanks to Ji ZhengYu.
    
    schroot (1.4.12-1) unstable; urgency=low
    
      * New upstream stable release.
      * Allow creation of sessions with the same name as chroots
        (Closes: #595647).
      * Issue correct error message when invalid chroot names are
        used (Closes: #594720).
    
    schroot (1.4.11-1) unstable; urgency=low
    
      * New upstream stable release.
      * dchroot.conf loading no longer causes a segmentation fault
        (Closes: #594677).
    
    schroot (1.4.10-2) unstable; urgency=low
    
      * Update de translation (Closes: #594024).  Thanks to Holger Wansing.
      * Update fr translation (Closes: #594239).  Thanks to Thomas Blein.
    
    schroot (1.4.10-1) unstable; urgency=low
    
      * New upstream stable release.
      * debian/rules:
        - Don't explicitly require doxygen support; it's autodetected
          based upon the build dependencies.
        - Explicitly specify LVREMOVE.
    
    schroot (1.4.9-1) unstable; urgency=low
    
      * New upstream stable release.
      * Hide deprecation warning for deprecated priority= key name when
        reloading sessions (Closes: #593256).
      * Build doxygen documentation in arch-indep build rule.  Split
        build rule into build-arch and build-indep and also have
        separate install-arch and install-indep rules to separate
        binary and documentation installation.  This is to remove the
        need to run doxygen on all platforms, since its use of threads
        is breaking builds on some platforms.
      * Update it translation.  Thanks to Vincenzo Campanella.
      * Update zh_CN translation.  Thanks to Ji ZhengYu.
      * Update da translation (Closes: #593622).  Thanks to Joe Hanson.
      * 10mount: Add lock around schroot-listmounts call to prevent
        race condition reading /proc/mounts (Closes: #593516).  Thanks to
        Greg Price for this patch.
    
    schroot (1.4.8-1) unstable; urgency=low
    
      * New upstream stable release.
      * Add da translation (Closes: #589082).  Thanks to Joe Hanson.
      * Update cs translation (Closes: #588734).  Thanks to Miroslav Kure.
      * Update de translation (Closes: #588963).  Thanks to Holger Wansing.
      * Update fr translation (Closes: #589079).  Thanks to Thomas Blein.
      * sbuild::auth: Always preserve TERM and SHELL environment
        variables (Closes: #589830, #589917).  Thanks to Bastian Blank and
        Arno Renevier.
      * Don't restrict valid session names (Closes: #589889).  Thanks to
        Zach Carter.
      * Correctly check for boost::program_options::variables_map
        (Closes: #589658).  Thanks to Zach Carter.
      * Session names and chroot names may use the same names now that
        separate session: and chroot: namespaces are used
        (Closes: #512131).
      * Upgrade to Standards Version 3.9.1 (no changes).
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 Oct 2010 09:59:00 +0000
  • schroot (1.4.7-1) unstable; urgency=low
    
      * New upstream stable release.
      * Use standards version 3.9.0.
      * Correctly distribute profile conffiles (Closes: #588247).  Thanks
        to Mario Holbe.
      * Update it and zh_CN translations.  Thanks to Vincenzo Campanella
        and Ji ZhengYu.
    
    schroot (1.4.6-1) unstable; urgency=low
    
      * New upstream stable release.
      * New configuration key preserve-environment allows preservation of
        the environment for a chroot without needing to use the
        --preserve-environment option.
      * The desktop configuration profile no longer bind mounts /var/run;
        gdm3 users will need to comment out the necessary bind mount
        in /etc/schroot/desktop/fstab.
      * schroot.conf(5) documents some additional suggestions for
        desktop users using the desktop profile.
      * schroot: Include common-data and common-functions.
      * Btrfs snapshot session cleanup now works under all circumstances
        (Closes: #587757).  Thanks to Bastian Blank.
      * Session cleanup following session startup failure no longer leaves
        stray session files in place (Closes: #587769).  Thanks to Bastian
        Blank.
      * Trying to run or end a nonexistent session with the same name as
        a chroot now fails outright rather than giving a cryptic error
        message (Closes: #588155).  Thanks to Bastian Blank.
    
    schroot (1.4.5-1) unstable; urgency=low
    
      * New upstream stable release.
      * Support for btrfs-snapshot chroots has been merged from the
        master branch.  Note that btrfs is experimental, so the
        configuration options and setup script interface may not yet
        be stable.
      * Add source-clone configuration key to disable source chroots
        (Closes: #576541).  Thanks to Andreas Barth.
      * Add support for Btrfs snapshots (Closes: #477788).  Thanks to
        Martin F. Krafft and Andreas Barth for the idea.
      * Add configuration profiles, including a desktop profile.  This
        allows running of X programs when gdm3 is used by the host by
        bind mounting /var/run (Closes: #586333).  Thanks to Stefano
        Zacchiroli for the suggestion.
      * sbuild::unique_identifier() does not use formatted dates in the
        absence of a UUID function and hence does not use characters
        such as ':' that make lvcreate choke (Closes: #583504).  Thanks
        to Zach Carter.
      * 20nssdatabases: Cope with destination database file not pre-
        existing in the chroot (Closes: #586198).  Thanks to Bastian Blank
        for this patch.  A similar patch has been applied to the file
        checking in 20copyfiles.
      * The default message verbosity may be set on a per-chroot basis
        with the message-verbosity configuration key (Closes: #462453).
      * Frequently asked questions are now addressed in schroot-faq(7).
     -- Stefan Lesicnik <email address hidden>   Tue, 06 Jul 2010 23:34:30 +0100