CHANGES 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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 Jan 23, 2014)
  7. - Remote repository speed and reliability improvements.
  8. - Fix sorting of segment names to ignore NFS left over files. (#17)
  9. - Fix incorrect display of time (#13)
  10. - Improved error handling / reporting. (#12)
  11. - Use fcntl() instead of flock() when locking repository/cache. (#15)
  12. - Let ssh figure out port/user if not specified so we don't override .ssh/config (#9)
  13. - Improved libcrypto path detection (#23).
  14. Version 0.8.1
  15. -------------
  16. (bugfix release, released on Oct 4, 2013)
  17. - Fix segmentation fault issue.
  18. Version 0.8
  19. -----------
  20. (feature release, released on Oct 3, 2013)
  21. - Fix xattr issue when backing up sshfs filesystems (#4)
  22. - Fix issue with excessive index file size (#6)
  23. - Support access of read only repositories.
  24. - New syntax to enable repository encryption:
  25. attic init --encryption="none|passphrase|keyfile".
  26. - Detect and abort if repository is older than the cache.
  27. Version 0.7
  28. -----------
  29. (feature release, released on Aug 5, 2013)
  30. - Ported to FreeBSD
  31. - Improved documentation
  32. - Experimental: Archives mountable as fuse filesystems.
  33. - The "user." prefix is no longer stripped from xattrs on Linux
  34. Version 0.6.1
  35. -------------
  36. (bugfix release, released on July 19, 2013)
  37. - Fixed an issue where mtime was not always correctly restored.
  38. Version 0.6
  39. -----------
  40. First public release on July 9, 2013