CHANGES 1.6 KB

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