~ubuntu-branches/ubuntu/jaunty/fuse/jaunty-security

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-01-29 10:38:39 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080129103839-kmz63d04pnttuuoc
Tags: 2.7.2-1ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Don't install the init script; install the udev rule and the module
    configuration file instead.
  - debian/45-fuse.rules: set /dev/fuse group to fuse.
  - debian/fuse-utils.modprobe: module configuration file that mounts the
    control filesystem when fuse is loaded and unmounts it when fuse is
    unloaded, along with checking that the control FS is mounting before
    unmounting it.
  - debian/fuse-utils.install: add the udev rule, the module configuration
    file, and ulockmgr_server.
  - Load fuse on install, and set it so it gets loaded on reboot.
  - Move fusermount and ulockmgr_server to /bin and associated libraries
    to /lib.
  - Create libfuse2-udeb and fuse-utils-udeb.
  - Copy /sbin/mount.fuse and the fuse kernel module into the initramfs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-12-17  Miklos Szeredi <miklos@szeredi.hu>
 
2
 
 
3
        * Released 2.7.2
 
4
 
 
5
2007-12-12  Miklos Szeredi <miklos@szeredi.hu>
 
6
 
 
7
        * Fix kernel module compile for 2.6.24
 
8
 
 
9
        * Invalidate attributes of parent directory after create(), since
 
10
        the modification time changes.  Invalidate attributes on rename,
 
11
        since some filesystems may update st_ctime.  Reported by Szabolcs
 
12
        Szakacsits
 
13
 
 
14
        * Fix NFS exporting to handle 64bit node IDs
 
15
 
 
16
        * Disable old symbol versions if __UCLIBC__ is defined.  If a
 
17
        symbol in a library has multiple versions, the runtime linker in
 
18
        uClibc seems to randomly choose between them.
 
19
 
 
20
        * Remove erroneous 'fuse_opt_insert_arg@FUSE_2_5' from
 
21
        fuse_version_script.  fuse_opt_free_args() was added in fuse-2.6.
 
22
 
 
23
        * Close fuse device file descriptor before calling umount(),
 
24
        preventing a deadlock when umount is synchronous.  Reported by
 
25
        Szabolcs Szakacsits
 
26
 
 
27
2007-11-12  Miklos Szeredi <miklos@szeredi.hu>
 
28
 
 
29
        * 'fusermount -u' did not umount the filesystem if /etc/mtab was a
 
30
        symlink.  This bug was introduced in 2.7.1 by "Don't call
 
31
        /bin/[u]mount if /etc/mtab is a symlink".  Found by robertsong.
 
32
 
1
33
2007-10-16  Miklos Szeredi <miklos@szeredi.hu>
2
34
 
3
35
        * Released 2.7.1