CHANGES 1.0 KB

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