~ubuntu-branches/ubuntu/vivid/ltspfs/vivid-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Vagrant Cascadian
  • Date: 2014-08-18 09:48:57 UTC
  • mfrom: (4.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20140818094857-0s0ko51jio6hwq54
Tags: 1.4-1
* New upstream version:
  - Fix filesystem size calculations. Thanks to datube for the initial
    patch! (LP: #1021579).
  - Mount ltspfs filesystem directly to /media/username/mountpoint
    (Closes: #758090).
  - Add support for starting ltspfsd from systemd service file when
    systemd is running (Closes: #758093).
  - ltspfsd: Don't add duplicate entries to ltspfs_fstab.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  178 Vagrant Cascadian 2014-08-18 {ltspfs-1.4}
 
2
      ltspfs version 1.4
 
3
 
 
4
  177 Vagrant Cascadian 2014-08-18
 
5
      Add support for starting ltspfsd from systemd service file when
 
6
      systemd is running.
 
7
 
 
8
  176 Vagrant Cascadian 2014-08-16
 
9
      ltspfs_entry: Don't re-add when the device is already in
 
10
      ltspfs_fstab.
 
11
 
 
12
  175 Alkis Georgopoulos        2014-08-15
 
13
      Fix compile-time warnings introduced
 
14
      by patch to fix size reporting issues.
 
15
      https://bugs.launchpad.net/ubuntu/+source/ltspfs/+bug/1021579
 
16
 
 
17
  174 Vagrant Cascadian 2014-08-15
 
18
      Mount ltspfs filesystem directly to /media/username/mountpoint:
 
19
      - lbmount: Only handle creation/deletion of /media/username and
 
20
        /media/username/* dirs.
 
21
      - ltspfsmounter: Use lbmount to create dirs in /media, and mount
 
22
        directly to /media.
 
23
      https://bugs.debian.org/758090
 
24
 
 
25
  173 Vagrant Cascadian 2014-08-14
 
26
      Work around compatibility issues with systemd: - lbmount: Use
 
27
      "mount --bind" instead of "mount --move" - ltspfsmounter: Unmount
 
28
      the temporary /tmp mountpoints after bind
 
29
        mounting into /media.
 
30
      https://bugs.debian.org/758090
 
31
 
 
32
  172 Vagrant Cascadian 2014-08-14
 
33
      Remove empty ChangeLog, create in autogen.sh.
 
34
 
 
35
  171 Vagrant Cascadian 2014-08-13
 
36
      lbmount: Fix typo in setuid error: progarm -> program
 
37
 
 
38
  170 Vagrant Cascadian 2014-08-13
 
39
      Fix filesystem size calculations. Thanks
 
40
      to datube for the initial patch!
 
41
      https://bugs.launchpad.net/ubuntu/+source/ltspfs/+bug/1021579
 
42
 
1
43
  169 Vagrant Cascadian 2013-12-29 {ltspfs-1.3}
2
44
      ltspfs version 1.3
3
45