NEWS 734 B

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