NEWS 1.4 KB

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