NEWS 1.2 KB

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