~james-w/+junk/fuse-ubuntu

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: James Westby
  • Date: 2008-05-16 12:59:25 UTC
  • Revision ID: jw+debian@jameswestby.net-20080516125925-n62hwyh04yyeo0o6
Import upstream from fuse_2.7.3.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-02-19  Miklos Szeredi <miklos@szeredi.hu>
 
2
 
 
3
        * Released 2.7.3
 
4
 
 
5
2008-02-13  Miklos Szeredi <miklos@szeredi.hu>
 
6
 
 
7
        * Add missing bdi_init() and bdi_destroy() calls for 2.6.24
 
8
        kernel.  Lack of bdi_init() could cause write to hang.  Report
 
9
        forwarded by Szakacsits Szabolcs from the NTFS-3G forum.
 
10
 
 
11
2008-02-03  Csaba Henk <csaba.henk@creo.hu>
 
12
 
 
13
        * lib/mount_bsd.c:
 
14
        - string formatting fixes
 
15
        - exit if mounting has failed
 
16
          (in FreeBSD a mount failure is not critical per se, as the daemon
 
17
          still could be mounted externally, but waiting for such an event
 
18
          is more confusing than fruitful)
 
19
        - ditch the kvm(8) stuff and simply use forced unmount which just
 
20
          won't block
 
21
        - prettify option specifications
 
22
        - add "-onosync_unmount" kernel option
 
23
 
 
24
2008-01-07  Csaba Henk <csaba.henk@creo.hu>
 
25
 
 
26
        * lib/mount_bsd.c:
 
27
        - refine device closing in a race-free way
 
28
        - add support for "-osubtype" on FreeBSD
 
29
 
 
30
        * makeconf.sh: make it work under FreeBSD
 
31
 
 
32
2008-01-03  Csaba Henk <csaba.henk@creo.hu>
 
33
 
 
34
        * lib/mount_bsd.c: close device before unmount
 
35
        (cf. lib/mount.c rev. 1.43) and fix some warnings 
 
36
 
 
37
2007-12-23  Miklos Szeredi <miklos@szeredi.hu>
 
38
 
 
39
        * Fix './configure --disable-static'.  Patch from Ismail Dönmez
 
40
 
1
41
2007-12-17  Miklos Szeredi <miklos@szeredi.hu>
2
42
 
3
43
        * Released 2.7.2