Change logs for fuse source package in Feisty

  • fuse (2.6.3-1ubuntu2) feisty; urgency=low
    
      * debian/fuse-utils.modprobe : don't use the "-w" flag with grep, not
        compatible with grep used in the initrd (Closes LP: #87767).
    
     -- Michael Bienia <email address hidden>   Mon, 12 Mar 2007 21:31:42 +0100
  • fuse (2.6.3-1ubuntu1) feisty; urgency=low
    
      * Merge from Debian unstable, remaining changes:
        - lib/mount.fuse: fix bashism.
        - debian/45-fuse.rules: set /dev/fuse group to fuse.
        - debian/fuse-utils.modprobe:
          + module configuration file that mount the control filesystem when fuse
            is loaded and unmount it when fuse is unloaded. Full replacement of
            the init script. (ogra rocks ;) )
          + check that the control fs is mounted before unmounting it.
        - debian/rules: don't install the init script, install the udev rule and
          the module configuration file instead.
        - debian/fuse-utils.install: add the udev rule, the module conf. file and
          ulockmgr_server.
        - debian/fuse-utils.postinst: load fuse and make sure that fuse is still
          loaded at boot time.
      * debian/control: Change Maintainer/XSBC-Original-Maintainer field.
      * UVF exception: LP: #90919
    
     -- Michael Bienia <email address hidden>   Mon, 12 Mar 2007 16:49:42 +0100
  • fuse (2.6.2-1ubuntu2) feisty; urgency=low
    
      * debian/fuse-utils.modprobe : check that the control fs is mounted before
        unmounting it.
      * Move udev rule from 80-fuse.rules to 45-fuse.rules.
    
     -- Florent Mertens <email address hidden>   Wed,  7 Feb 2007 17:59:27 +0100
  • fuse (2.6.2-1ubuntu1) feisty; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - lib/mount.fuse : fix bashism.
        - debian/80-fuse.rules :  set /dev/fuse group to fuse.
        - debian/fuse-utils.modprobe : module configuration file that mount
          the control filesystem when fuse is loaded and unmount it when fuse
          is unloaded. Full replacement of the init script. (ogra rocks ;) )
        - debian/rules : don't install the init script, install the udev rule
          and the module configuration file instead.
        - debian/fuse-utils.install : add the udev rule, the module conf. file
          and ulockmgr_server.
        - debian/fuse-utils.postinst : load fuse and make sure that fuse
          is still loaded at boot time.
    
     -- Florent Mertens <email address hidden>   Wed, 31 Jan 2007 10:21:57 +0000
  • fuse (2.5.3-4.1ubuntu3) feisty; urgency=low
    
      *  Ensure the correct alignment of the ccmsg array in receive_fd()
         from lib/mount.c by declaring it as size_t instead of char and
         adjusting the size accordingly. This resolves the issue of
         sshfs crashing with SIGBUS on sparc. Thanks to Sebastian Fontius
         for debugging and testing, and to Miklos Szeredi for the patch.
         (closes: #404904)
    
     -- Fabio M. Di Nitto <email address hidden>   Tue, 09 Jan 2007 08:11:06 +0100
  • fuse (2.5.3-4.1ubuntu2) feisty; urgency=low
    
      * Stop the fuse-utils postinst from failing if we can't load the module
        (say, if we happen to be installing in a chroot, while building a livefs)
    
     -- Adam Conrad <email address hidden>   Thu, 30 Nov 2006 15:47:44 +1100
  • fuse (2.5.3-4.1ubuntu1) feisty; urgency=low
    
      * Merge from debian unstable.
    
    fuse (2.5.3-4.1) unstable; urgency=low
    
      * Non-maintainer upload.
      * Run MAKEDEV only if it exists, and do not depend on the symlink in /dev
        (closes: #385696).
    
    fuse (2.5.3-4) unstable; urgency=low
    
      * The 'Getting rid of fuse-source package' release.
      * Since Etch will include kernels that support fuse module ot of the box
        from this release there won't be fuse-source package, thus I'm closing
        bugs related to building/loading modules.
        (Closes: #341739, #369993, #306016, #345492)
      * libfuse2 conflicts with previous versions of fuse-utils. (Closes: #381880)
      * Handling of failed udevcontrol invocation. (Closes: #383076)
      * Bumped Standards-Version to 3.7.2 (no changes needed).
    
    fuse (2.5.3-3) unstable; urgency=low
    
      * ACK previous NMU. Thanks to Faidon Liambotis. (Closes: #372142)
      * Uses dh_installmodules instead of hand-made script. (Closes: #381766)
      * Reloads udev rules during installation. (Closes: #368674)
      * Includes notice that fuse is available in recent kernels. (Closes: #369993)
    
     -- Oliver Grawert <email address hidden>   Mon, 30 Oct 2006 12:01:18 +0000
  • fuse (2.5.3-2.1ubuntu4) edgy; urgency=low
    
      * remove the debian modprobe code and the useless udev reload from
        fuse-utils.postinst. it hangs the install if fuse is already
        loaded (closes malone #65235)
    
     -- Oliver Grawert <email address hidden>   Thu, 12 Oct 2006 10:47:29 +0200