CHANGES 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. Attic Changelog
  2. ===============
  3. Here you can see the full list of changes between each Attic release.
  4. Version 0.12
  5. ------------
  6. (feature release, released on X)
  7. - Include "all archives" size information in "--stats" output. (#54)
  8. - Switch to SI units (Power of 1000 instead 1024) when printing file sizes
  9. - Added "--stats" option to 'attic delete' and 'attic prune'
  10. Version 0.11
  11. ------------
  12. (feature release, released on March 7, 2014)
  13. - New "check" command for repository consistency checking (#24)
  14. - Documentation improvements
  15. - Fix exception during "attic create" with repeated files (#39)
  16. - New "--exclude-from" option for attic create/extract/verify.
  17. - Improved archive metadata deduplication.
  18. - "attic verify" has been deprecated. Use "attic extract --dry-run" instead.
  19. - "attic prune --hourly|daily|..." has been deprecated.
  20. Use "attic prune --keep-hourly|daily|..." instead.
  21. - Ignore xattr errors during "extract" if not supported by the filesystem. (#46)
  22. Version 0.10
  23. ------------
  24. (bugfix release, released on Jan 30, 2014)
  25. - Fix deadlock when extracting 0 sized files from remote repositories
  26. - "--exclude" wildcard patterns are now properly applied to the full path
  27. not just the file name part (#5).
  28. - Make source code endianness agnostic (#1)
  29. Version 0.9
  30. -----------
  31. (feature release, released on Jan 23, 2014)
  32. - Remote repository speed and reliability improvements.
  33. - Fix sorting of segment names to ignore NFS left over files. (#17)
  34. - Fix incorrect display of time (#13)
  35. - Improved error handling / reporting. (#12)
  36. - Use fcntl() instead of flock() when locking repository/cache. (#15)
  37. - Let ssh figure out port/user if not specified so we don't override .ssh/config (#9)
  38. - Improved libcrypto path detection (#23).
  39. Version 0.8.1
  40. -------------
  41. (bugfix release, released on Oct 4, 2013)
  42. - Fix segmentation fault issue.
  43. Version 0.8
  44. -----------
  45. (feature release, released on Oct 3, 2013)
  46. - Fix xattr issue when backing up sshfs filesystems (#4)
  47. - Fix issue with excessive index file size (#6)
  48. - Support access of read only repositories.
  49. - New syntax to enable repository encryption:
  50. attic init --encryption="none|passphrase|keyfile".
  51. - Detect and abort if repository is older than the cache.
  52. Version 0.7
  53. -----------
  54. (feature release, released on Aug 5, 2013)
  55. - Ported to FreeBSD
  56. - Improved documentation
  57. - Experimental: Archives mountable as fuse filesystems.
  58. - The "user." prefix is no longer stripped from xattrs on Linux
  59. Version 0.6.1
  60. -------------
  61. (bugfix release, released on July 19, 2013)
  62. - Fixed an issue where mtime was not always correctly restored.
  63. Version 0.6
  64. -----------
  65. First public release on July 9, 2013