CHANGES 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. Attic Changelog
  2. ===============
  3. Here you can see the full list of changes between each Attic release.
  4. Version 0.9
  5. -----------
  6. (feature release, released on X)
  7. - Use fcntl() instead of flock() when locking repository/cache. (#15)
  8. - Let ssh figure out port/user if not specified so we don't override .ssh/config (#9)
  9. Version 0.8.1
  10. -------------
  11. (bugfix release, released on Oct 4, 2013)
  12. - Fix segmentation fault issue.
  13. Version 0.8
  14. -----------
  15. (feature release, released on Oct 3, 2013)
  16. - Fix xattr issue when backing up sshfs filesystems (#4)
  17. - Fix issue with excessive index file size (#6)
  18. - Support access of read only repositories.
  19. - New syntax to enable repository encryption:
  20. attic init --encryption="none|passphrase|keyfile".
  21. - Detect and abort if repository is older than the cache.
  22. Version 0.7
  23. -----------
  24. (feature release, released on Aug 5, 2013)
  25. - Ported to FreeBSD
  26. - Improved documentation
  27. - Experimental: Archives mountable as fuse filesystems.
  28. - The "user." prefix is no longer stripped from xattrs on Linux
  29. Version 0.6.1
  30. -------------
  31. (bugfix release, released on July 19, 2013)
  32. - Fixed an issue where mtime was not always correctly restored.
  33. Version 0.6
  34. -----------
  35. First public release on July 9, 2013