~barry/ubuntu/natty/fuse/bug-697792

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Colin Watson
  • Date: 2010-10-13 11:20:39 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: cjwatson@canonical.com-20101013112039-s5gzsxtbpqjl9km8
merge from Debian 2.8.4-1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
fuse (2.8.4-1.1ubuntu1) UNRELEASED; urgency=low
 
2
 
 
3
  * Resynchronise with Debian.  Remaining changes:
 
4
    - debian/control: Add Breaks to ensure right version of udev is used.
 
5
    - Use udev rules instead of init script:
 
6
      + Add debian/45-fuse.rules: Put /dev/fuse into group fuse.
 
7
      + debian/fuse-utils.postinst: Try to load the fuse module only if it's
 
8
        still a module, remove it from /etc/modules/ anyway.
 
9
      + debian/rules, debian/fuse-utils.install: Don't install the init
 
10
        script; install the udev rule.
 
11
    - initramfs support, for booting from ntfs-3g in wubi:
 
12
      + debian/fuse-utils.initramfs-hook: Copy /sbin/mount.fuse and the fuse
 
13
        kernel module into the initramfs. Use manual_add_modules not
 
14
        force_load; fuse will be loaded automatically if necessary (it's a
 
15
        built-in in Ubuntu anyway)
 
16
      + debian/rules: Install above file into fuse-utils.
 
17
      + debian/fuse-utils.postinst: Call update-initramfs.
 
18
      + (Forwarded to Debian #505691)
 
19
    - Create libfuse2-udeb and fuse-utils-udeb. (Forwarded to Debian #505697)
 
20
    - debian/fuse-utils.install: Install ulockmgr_server.
 
21
    - debian/{rules,libfuse2.install,fuse-utils.lintian}: Move fusermount and
 
22
      ulockmgr_server to /bin and associated libraries to /lib. This allows
 
23
      mounting ntfs filesystems in /etc/fstab. (Debian #452412)
 
24
    - debian/{rules,fuse-utils.postinst}: Install fusermount with 4755
 
25
      permissions (remaining change from "Dynamic foreground user access").
 
26
    - debian/fuse-utils.postinst:
 
27
      + Don't fail if udev is running and /dev/fuse does not exist.
 
28
        (Forwarded to Debian #505685)
 
29
    - debian/fuse-utils.preinst:
 
30
      + Remove the module configuration file on upgrade if unmodified.
 
31
      + Remove old rules file if unchanged
 
32
 
 
33
 -- Colin Watson <cjwatson@ubuntu.com>  Wed, 13 Oct 2010 12:19:28 +0100
 
34
 
 
35
fuse (2.8.4-1.1) unstable; urgency=low
 
36
 
 
37
  * Non-maintainer upload.
 
38
  * Update and re-enenable 001-GNU_kFreeBSD patch to fix FTBFS on
 
39
    GNU/kFreeBSD. (Closes: #590274)
 
40
    Updated patch by Petr Salinger, thanks.
 
41
 
 
42
 -- Michael Biebl <biebl@debian.org>  Sat, 18 Sep 2010 22:11:07 +0200
 
43
 
1
44
fuse (2.8.4-1ubuntu1) maverick; urgency=low
2
45
 
3
46
  * Resynchronise with Debian (fixing hang with auditd, LP: #634554).