NEWS 1.6 KB

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