All Versions
14
Latest Version
Avg Release Cycle
66 days
Latest Release
-

Changelog History
Page 1

  • v0.17 Changes

    ๐Ÿ›  (bugfix release, released on X)

    • ๐Ÿ›  Fix hashindex ARM memory alignment issue (#309)
    • ๐Ÿ‘Œ Improve hashindex error messages (#298)
  • v0.16 Changes

    May 16, 2015

    ๐Ÿ›  (bugfix release, released on May 16, 2015)

    • ๐Ÿ›  Fix typo preventing the security confirmation prompt from working (#303)
    • ๐Ÿ‘Œ Improve handling of systems with improperly configured file system encoding (#289)
    • ๐Ÿ›  Fix "All archives" output for attic info. (#183)
    • More user friendly error message when repository key file is not found (#236)
    • ๐Ÿ›  Fix parsing of iso 8601 timestamps with zero microseconds (#282)
  • v0.15 Changes

    April 15, 2015

    ๐Ÿ›  (bugfix release, released on Apr 15, 2015)

    • ๐Ÿ‘ xattr: Be less strict about unknown/unsupported platforms (#239)
    • โฌ‡๏ธ Reduce repository listing memory usage (#163).
    • ๐Ÿ›  Fix BrokenPipeError for remote repositories (#233)
    • ๐Ÿ›  Fix incorrect behavior with two character directory names (#265, #268)
    • ๐Ÿšš Require approval before accessing relocated/moved repository (#271)
    • Require approval before accessing previously unknown unencrypted repositories (#271)
    • ๐Ÿ›  Fix issue with hash index files larger than 2GB.
    • ๐Ÿ›  Fix Python 3.2 compatibility issue with noatime open() (#164)
    • Include missing pyx files in dist files (#168)
  • v0.14 Changes

    December 17, 2014

    ๐Ÿš€ (feature release, released on Dec 17, 2014)

    • โž• Added support for stripping leading path segments (#95) "attic extract --strip-segments X"
    • Add workaround for old Linux systems without acl_extended_file_no_follow (#96)
    • โž• Add MacPorts' path to the default openssl search path (#101)
    • HashIndex improvements, eliminates unnecessary IO on low memory systems.
    • ๐Ÿ›  Fix "Number of files" output for attic info. (#124)
    • limit create file permissions so files aren't read while restoring
    • ๐Ÿ›  Fix issue with empty xattr values (#106)
  • v0.13 Changes

    June 29, 2014

    ๐Ÿš€ (feature release, released on Jun 29, 2014)

    • ๐Ÿ›  Fix sporadic "Resource temporarily unavailable" when using remote repositories
    • โฌ‡๏ธ Reduce file cache memory usage (#90)
    • Faster AES encryption (utilizing AES-NI when available)
    • ๐Ÿง Experimental Linux, OS X and FreeBSD ACL support (#66)
    • โž• Added support for backup and restore of BSDFlags (OSX, FreeBSD) (#56)
    • ๐Ÿ›  Fix bug where xattrs on symlinks were not correctly restored
    • โž• Added cachedir support. CACHEDIR.TAG compatible cache directories can now be excluded using --exclude-caches (#74)
    • ๐Ÿ›  Fix crash on extreme mtime timestamps (year 2400+) (#81)
    • ๐Ÿ›  Fix Python 3.2 specific lockf issue (EDEADLK)
  • v0.12 Changes

    April 07, 2014

    ๐Ÿš€ (feature release, released on April 7, 2014)

    • ๐Ÿ‘ Python 3.4 support (#62)
    • ๐Ÿ“š Various documentation improvements a new style
    • ๐Ÿ‘ attic mount now supports mounting an entire repository not only individual archives (#59)
    • โž• Added option to restrict remote repository access to specific path(s): attic serve --restrict-to-path X (#51)
    • Include "all archives" size information in "--stats" output. (#54)
    • โž• Added --stats option to attic delete and attic prune
    • ๐Ÿ›  Fixed bug where attic prune used UTC instead of the local time zone when determining which archives to keep.
    • ๐Ÿ–จ Switch to SI units (Power of 1000 instead 1024) when printing file sizes
  • v0.11 Changes

    March 07, 2014

    ๐Ÿš€ (feature release, released on March 7, 2014)

    • ๐Ÿ†• New "check" command for repository consistency checking (#24)
    • ๐Ÿ“š Documentation improvements
    • ๐Ÿ›  Fix exception during "attic create" with repeated files (#39)
    • ๐Ÿ†• New "--exclude-from" option for attic create/extract/verify.
    • ๐Ÿ‘Œ Improved archive metadata deduplication.
    • ๐Ÿ—„ "attic verify" has been deprecated. Use "attic extract --dry-run" instead.
    • ๐Ÿ—„ "attic prune --hourly|daily|..." has been deprecated. Use "attic prune --keep-hourly|daily|..." instead.
    • ๐Ÿ‘ Ignore xattr errors during "extract" if not supported by the filesystem. (#46)
  • v0.10 Changes

    January 30, 2014

    ๐Ÿ›  (bugfix release, released on Jan 30, 2014)

    • ๐Ÿ›  Fix deadlock when extracting 0 sized files from remote repositories
    • "--exclude" wildcard patterns are now properly applied to the full path not just the file name part (#5).
    • ๐Ÿ‘‰ Make source code endianness agnostic (#1)
  • v0.9 Changes

    January 23, 2014

    ๐Ÿš€ (feature release, released on Jan 23, 2014)

    • Remote repository speed and reliability improvements.
    • ๐Ÿ›  Fix sorting of segment names to ignore NFS left over files. (#17)
    • ๐Ÿ›  Fix incorrect display of time (#13)
    • ๐Ÿ‘Œ Improved error handling / reporting. (#12)
    • ๐Ÿ‘‰ Use fcntl() instead of flock() when locking repository/cache. (#15)
    • Let ssh figure out port/user if not specified so we don't override .ssh/config (#9)
    • ๐Ÿ‘Œ Improved libcrypto path detection (#23).
  • v0.8.1 Changes

    October 04, 2013

    ๐Ÿ›  (bugfix release, released on Oct 4, 2013)

    • ๐Ÿ›  Fix segmentation fault issue.