NEWS 1.3 KB

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