CHANGES 2.8 KB

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