~ubuntu-branches/ubuntu/lucid/fuse/lucid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-06-02 23:56:06 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070602235606-9ijziqs0xwutnemm
Tags: 2.6.5-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu 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 mount
    the control filesystem when fuse is loaded and unmount 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 conf. file and
    ulockmgr_server.
  - Load fuse on install, and set it so it gets loaded on reboot.
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - lib/mount.fuse: fix bashism.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
fuse (2.6.5-1ubuntu1) gutsy; urgency=low
 
2
 
 
3
  * Merge from Debian unstable.
 
4
  * Remaining Ubuntu changes:
 
5
    - Don't install the init script, install the udev rule and the
 
6
      module configuration file instead.
 
7
    - debian/45-fuse.rules: set /dev/fuse group to fuse.
 
8
    - debian/fuse-utils.modprobe : module configuration file that mount
 
9
      the control filesystem when fuse is loaded and unmount it when fuse
 
10
      is unloaded, along with checking that the control FS is mounting before
 
11
      unmounting it.
 
12
    - debian/fuse-utils.install: add the udev rule, the module conf. file and
 
13
      ulockmgr_server.
 
14
    - Load fuse on install, and set it so it gets loaded on reboot.
 
15
    - Munge Maintainer field as per spec.
 
16
  * Ubuntu changes dropped:
 
17
    - lib/mount.fuse: fix bashism.
 
18
 
 
19
 -- Steve Kowalik <stevenk@ubuntu.com>  Sat,  2 Jun 2007 23:56:06 +1000
 
20
 
 
21
fuse (2.6.5-1) unstable; urgency=low
 
22
 
 
23
  * New upstream release :
 
24
    - Drop 001-Fix_bashism_in_mount.fuse patch, fixed upstream.
 
25
    - Drop 002-Handle_spaces_in_paths patch, fixed upstream.
 
26
    - Drop 003-Mount-fusectl_fs_with_fusectl_type, fixed upstream.
 
27
  * Make debian/rules more 'human redable'.
 
28
  * Rewrite docs handling.
 
29
  * Add all missing files to libfuse-dev's examples.
 
30
    Write a standalone Makefile (Closes: #382316, #423237).
 
31
 
 
32
 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Wed, 02 May 2007 09:21:21 +0200
 
33
 
 
34
fuse (2.6.3-4) unstable; urgency=low
 
35
 
 
36
  * Update fuse init script to REALLY mount fusectl filesystem with fusectl
 
37
    type (Closes: #417945).
 
38
 
 
39
 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Fri, 20 Apr 2007 08:53:02 +0200
 
40
 
 
41
fuse (2.6.3-3) unstable; urgency=low
 
42
 
 
43
  * Skip preinst if there's no previous installed version (Closes: #417640).
 
44
  * Handle spaces in paths (Closes: #417834).
 
45
  * Mount fusectl filesystem with fusectl type (Closes: #417945).
 
46
 
 
47
 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Tue, 10 Apr 2007 21:06:39 +0200
 
48
 
 
49
fuse (2.6.3-2) unstable; urgency=low
 
50
 
 
51
  * The 'BUGFIX' release.
 
52
  * Fix preinst script :
 
53
    - dpkg-statoverride --list is not fatal anymore.
 
54
    - Use dpkg --compare-version to define if override should be removed.
 
55
  * Fix postrm script to handle 'abort-upgrade' (Closes: #413799).
 
56
  * Make debian/rules look better (drop arch-indep stuff).
 
57
  * Handle patches with a patch system (dpatch).
 
58
  * Do not remove init_script from source tree (makes re-build fail).
 
59
  * Fix init script installation, wrong runlevels, wrong name.
 
60
  * Fix bashism in mount.fuse (Closes: #413403).
 
61
  * Change fuse node group with chgrp if udev is not present (Closes: #413437).
 
62
  * Write a new init script, lsb-compliant (Closes: #413394).
 
63
  * Bump compat to 5.
 
64
  * Improve control:
 
65
    - Two space before homepage,
 
66
    - Drop versionned suggests,
 
67
    - Switch to ${binary:Version},
 
68
    - Add ${misc:Depends}.
 
69
  * Remove fuse-utils.postrm (noop).
 
70
 
 
71
 -- Adam Cécile (Le_Vert) <gandalf@le-vert.net>  Thu,  8 Mar 2007 22:10:31 +0100
 
72
 
1
73
fuse (2.6.3-1ubuntu2) feisty; urgency=low
2
74
 
3
75
  * debian/fuse-utils.modprobe : don't use the "-w" flag with grep, not