From 10f7c0f50cd9a45ca2aa2053ac1d28f77350c4e3 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 2 Feb 2019 00:14:55 +0100 Subject: [PATCH] update CHANGES (1.1-maint) --- docs/changes.rst | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 433834e49..3af2034c9 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -171,8 +171,8 @@ The best check that everything is ok is to run a dry-run extraction:: Changelog ========= -Version 1.1.8 (2018-12-09) --------------------------- +Version 1.1.9 (not released yet) +-------------------------------- Compatibility notes: @@ -193,6 +193,34 @@ Compatibility notes: Fixes: +- make "hostname" short, even on misconfigured systems, #4262 +- fix free space calculation on macOS (and others?), #4289 +- config: quit with error message when no key is provided, #4223 +- recover_segment: handle too small segment files correctly, #4272 +- correctly release memoryview, #4243 +- avoid diaper pattern in configparser by opening files, #4263 +- add "# cython: language_level=3" directive to .pyx files, #4214 + +New features: + +- add --rsh command line option to complement BORG_RSH env var, #1701 + +Other: + +- docs: + + - add FAQ regarding free disk space check, #3905 + - update BORG_PASSCOMMAND example and clarify variable expansion, #4249 +- tests: + + - fix the homebrew 1.9 issues on travis-ci, #4254 + + +Version 1.1.8 (2018-12-09) +-------------------------- + +Fixes: + - enforce storage quota if set by serve-command, #4093 - invalid locations: give err msg containing parsed location, #4179 - list repo: add placeholders for hostname and username, #4130