CHANGES 1.8 KB

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