CHANGES 1.3 KB

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