NEWS 1.7 KB

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