CHANGES 2.1 KB

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