Change logs for mountall source package in Quantal

  • mountall (2.42ubuntu0.4) quantal-proposed; urgency=low
    
      * Ensure callbacks are called directly when running with --no-events,
        otherwise the "event" handling of the non-events never finishes and
        mountall hangs.  LP: #1099349.
     -- Steve Langasek <email address hidden>   Wed, 16 Jan 2013 17:12:54 -0800
  • mountall (2.42ubuntu0.3) quantal-proposed; urgency=low
    
      * Adjust parsing of options so mountall doesn't strip options that are
        substrings of these strings (showthrough, optional, bootwait, nobootwait
        or timeout). This fixes the issue where timeo was getting stripped from
        nfs mounts. LP: #1041377.
     -- Dave Chiluk <email address hidden>   Wed, 19 Dec 2012 10:21:43 -0600
  • mountall (2.42ubuntu0.2) quantal-proposed; urgency=low
    
      * Fix a further remaining issue from 2.41: by fixing the missing 'mounted'
        events in 2.42ubuntu0.1, we have again introduced a case where mountall
        may block waiting for 'mounted MOUNTPOINT=/' to return before handling
        'mounted MOUNTPOINT=/run' and emitting virtual-filesystems, thus causing
        dependency loops and long boot timeouts.  LP: #1078926.
     -- Steve Langasek <email address hidden>   Mon, 03 Dec 2012 23:44:16 +0000
  • mountall (2.42ubuntu0.1) quantal-proposed; urgency=low
    
      * Fix a regression introduced in 2.41: parse_mountinfo() doesn't
        generate a mounted event for a filesystem whose canonicalized
        mountpoint doesn't match the mountpoint specified in /etc/fstab.  So
        we still need to call mounted() explicitly for this case.  LP: #1059471.
     -- Steve Langasek <email address hidden>   Wed, 07 Nov 2012 20:58:39 -0800
  • mountall (2.42) unstable; urgency=low
    
    
      [ Andy Whitcroft ]
      * Add support for mounting the efivars filesystem onto
        /sys/firmware/efi/efivars.  LP: #1063061.
    
      [ Steve Langasek ]
      * mount events now happen so much in parallel that /etc/mtab may not get
        updated due to races between 'mounted' events.  Explicitly track the
        list of mounts that are in need of fake-remounting and make sure mount -f
        gets called for them if they missed the boat. LP: #1060296
    
     -- Steve Langasek <email address hidden>  Tue, 09 Oct 2012 12:32:56 -0700
  • mountall (2.41) unstable; urgency=low
    
    
      [ Alexander Achenbach ]
      * Don't block other, unrelated mounts from being processed while one
        mount is blocked on its mounting signal to process.  LP: #643289.
    
      [ Steve Langasek ]
      * Likewise, allow 'mounted' signals to be processed in parallel with
        other unrelated mounts.
    
     -- Steve Langasek <email address hidden>  Tue, 25 Sep 2012 23:21:59 -0700
  • mountall (2.40) unstable; urgency=low
    
      * Add /run/user as a default mountpoint, in support of $XDG_RUNTIME_DIR.
        LP: #894391.
    
    mountall (2.39) unstable; urgency=low
    
      * Adjust parsing of device names so that network mounts pointing to the
        server's root don't have the path mis-normalized to the empty string.
        Thanks to Damien Churchill <email address hidden> for the initial
        implementation.  LP: #809221.
      * Add compatibility jobs with names to match the historic sysvinit init
        scripts, so that startpar can DTRT.
     -- Steve Langasek <email address hidden>   Fri, 31 Aug 2012 19:55:01 -0700
  • mountall (2.38) unstable; urgency=low
    
    
      * Counterproductively document in debian/copyright the license of files in
        intl that form no part of the binary package, to get through the Debian
        NEW queue.
    
     -- Steve Langasek <email address hidden>  Sat, 30 Jun 2012 11:44:59 -0700
  • mountall (2.36) precise; urgency=low
    
      * If no specific fsck.* checker is found for a given filesystem type
        (except for a short list where we know that checkers really should be
        present), skip checking that filesystem rather than emitting scary error
        messages (LP: #838091).  This duplicates some logic from 'fsck -A', but
        that seems reasonable given mountall's purpose.
     -- Colin Watson <email address hidden>   Thu, 12 Apr 2012 18:58:16 +0100