You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
977 B

  1. mergerfs (1.1.0) trusty; urgency=medium
  2. * initial code commit
  3. * fix building without libattr
  4. * update build instructions in readme
  5. * use {get,list,set}xattr to modify runtime
  6. * use long instead of int to limit possibility of overflow in switch, closes #1
  7. * add FS_IOC_{GET}VERSION to ioctl
  8. * remove statfs policy
  9. * fs::make_path should check for forward slashes, add if missing
  10. * remove stat'ing of files in readdir. closes #3
  11. * use eaccess to determine permissions for ffwp. closes #2
  12. * rework policy code
  13. * add fgetattr. closes #5
  14. * when readdir's filler returns non-zero return ENOMEM. closes #7
  15. * enhance Makefile
  16. * further Makefile enhancements
  17. * fix free space calculations. closes #8
  18. * add debian package building
  19. -- Antonio SJ Musumeci <trapexit@spawn.link> Fri, 30 May 2014 21:32:19 -0400
  20. mergerfs (1.0.0) trusty; urgency=medium
  21. * Initial commit
  22. -- Antonio SJ Musumeci <trapexit@spawn.link> Fri, 30 May 2014 21:28:09 -0400