CHANGES 1.9 KB

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