NEWS 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. 0.1.0
  2. * New "borgmatic" command to support Borg backup software, a fork of Attic.
  3. 0.0.7
  4. * Flag for multiple levels of verbosity: some, and lots.
  5. * Improved mocking of Python builtins in unit tests.
  6. 0.0.6
  7. * New configuration section for customizing which Attic consistency checks run, if any.
  8. 0.0.5
  9. * Fixed regression with --verbose output being buffered. This means dropping the helpful error
  10. message introduced in 0.0.4.
  11. 0.0.4
  12. * Now using tox to run tests against multiple versions of Python in one go.
  13. * Helpful error message about how to create a repository if one is missing.
  14. * Troubleshooting section with steps to deal with broken pipes.
  15. * Nosetests config file (setup.cfg) with defaults.
  16. 0.0.3
  17. * After pruning, run attic's consistency checks on all archives.
  18. * Integration tests for argument parsing.
  19. * Documentation updates about repository encryption.
  20. 0.0.2
  21. * Configuration support for additional attic prune flags: keep_within, keep_hourly, keep_yearly,
  22. and prefix.
  23. 0.0.1
  24. * Initial release.