2
0

NEWS 951 B

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