CHANGES 2.3 KB

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