CHANGES 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. Attic Changelog
  2. ===============
  3. Here you can see the full list of changes between each Attic release.
  4. Version 0.13
  5. ------------
  6. (feature release, released on Jun 29, 2014)
  7. - Fix sporadic "Resource temporarily unavailable" when using remote repositories
  8. - Reduce file cache memory usage (#90)
  9. - Faster AES encryption (utilizing AES-NI when available)
  10. - Experimental Linux, OS X and FreeBSD ACL support (#66)
  11. - Added support for backup and restore of BSDFlags (OSX, FreeBSD) (#56)
  12. - Fix bug where xattrs on symlinks were not correctly restored
  13. - Added cachedir support. CACHEDIR.TAG compatible cache directories
  14. can now be excluded using ``--exclude-caches`` (#74)
  15. - Fix crash on extreme mtime timestamps (year 2400+) (#81)
  16. - Fix Python 3.2 specific lockf issue (EDEADLK)
  17. Version 0.12
  18. ------------
  19. (feature release, released on April 7, 2014)
  20. - Python 3.4 support (#62)
  21. - Various documentation improvements a new style
  22. - ``attic mount`` now supports mounting an entire repository not only
  23. individual archives (#59)
  24. - Added option to restrict remote repository access to specific path(s):
  25. ``attic serve --restrict-to-path X`` (#51)
  26. - Include "all archives" size information in "--stats" output. (#54)
  27. - Added ``--stats`` option to ``attic delete`` and ``attic prune``
  28. - Fixed bug where ``attic prune`` used UTC instead of the local time zone
  29. when determining which archives to keep.
  30. - Switch to SI units (Power of 1000 instead 1024) when printing file sizes
  31. Version 0.11
  32. ------------
  33. (feature release, released on March 7, 2014)
  34. - New "check" command for repository consistency checking (#24)
  35. - Documentation improvements
  36. - Fix exception during "attic create" with repeated files (#39)
  37. - New "--exclude-from" option for attic create/extract/verify.
  38. - Improved archive metadata deduplication.
  39. - "attic verify" has been deprecated. Use "attic extract --dry-run" instead.
  40. - "attic prune --hourly|daily|..." has been deprecated.
  41. Use "attic prune --keep-hourly|daily|..." instead.
  42. - Ignore xattr errors during "extract" if not supported by the filesystem. (#46)
  43. Version 0.10
  44. ------------
  45. (bugfix release, released on Jan 30, 2014)
  46. - Fix deadlock when extracting 0 sized files from remote repositories
  47. - "--exclude" wildcard patterns are now properly applied to the full path
  48. not just the file name part (#5).
  49. - Make source code endianness agnostic (#1)
  50. Version 0.9
  51. -----------
  52. (feature release, released on Jan 23, 2014)
  53. - Remote repository speed and reliability improvements.
  54. - Fix sorting of segment names to ignore NFS left over files. (#17)
  55. - Fix incorrect display of time (#13)
  56. - Improved error handling / reporting. (#12)
  57. - Use fcntl() instead of flock() when locking repository/cache. (#15)
  58. - Let ssh figure out port/user if not specified so we don't override .ssh/config (#9)
  59. - Improved libcrypto path detection (#23).
  60. Version 0.8.1
  61. -------------
  62. (bugfix release, released on Oct 4, 2013)
  63. - Fix segmentation fault issue.
  64. Version 0.8
  65. -----------
  66. (feature release, released on Oct 3, 2013)
  67. - Fix xattr issue when backing up sshfs filesystems (#4)
  68. - Fix issue with excessive index file size (#6)
  69. - Support access of read only repositories.
  70. - New syntax to enable repository encryption:
  71. attic init --encryption="none|passphrase|keyfile".
  72. - Detect and abort if repository is older than the cache.
  73. Version 0.7
  74. -----------
  75. (feature release, released on Aug 5, 2013)
  76. - Ported to FreeBSD
  77. - Improved documentation
  78. - Experimental: Archives mountable as fuse filesystems.
  79. - The "user." prefix is no longer stripped from xattrs on Linux
  80. Version 0.6.1
  81. -------------
  82. (bugfix release, released on July 19, 2013)
  83. - Fixed an issue where mtime was not always correctly restored.
  84. Version 0.6
  85. -----------
  86. First public release on July 9, 2013