NEWS 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. 0.1.4
  2. * Adding test that setup.py version matches release version.
  3. 0.1.3
  4. * #1: Add support for "borg check --last N" to Borg backend.
  5. 0.1.2
  6. * As a convenience to new users, allow a missing default excludes file.
  7. * New issue tracker, linked from documentation.
  8. 0.1.1
  9. * Adding borgmatic cron example, and updating documentation to refer to it.
  10. 0.1.0
  11. * New "borgmatic" command to support Borg backup software, a fork of Attic.
  12. 0.0.7
  13. * Flag for multiple levels of verbosity: some, and lots.
  14. * Improved mocking of Python builtins in unit tests.
  15. 0.0.6
  16. * New configuration section for customizing which Attic consistency checks run, if any.
  17. 0.0.5
  18. * Fixed regression with --verbose output being buffered. This means dropping the helpful error
  19. message introduced in 0.0.4.
  20. 0.0.4
  21. * Now using tox to run tests against multiple versions of Python in one go.
  22. * Helpful error message about how to create a repository if one is missing.
  23. * Troubleshooting section with steps to deal with broken pipes.
  24. * Nosetests config file (setup.cfg) with defaults.
  25. 0.0.3
  26. * After pruning, run attic's consistency checks on all archives.
  27. * Integration tests for argument parsing.
  28. * Documentation updates about repository encryption.
  29. 0.0.2
  30. * Configuration support for additional attic prune flags: keep_within, keep_hourly, keep_yearly,
  31. and prefix.
  32. 0.0.1
  33. * Initial release.