NEWS 831 B

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