ソースを参照

Merge pull request #4305 from ThomasWaldmann/update-changes-1.1

update CHANGES (1.1-maint)
TW 6 年 前
コミット
532a594960
1 ファイル変更30 行追加2 行削除
  1. 30 2
      docs/changes.rst

+ 30 - 2
docs/changes.rst

@@ -171,8 +171,8 @@ The best check that everything is ok is to run a dry-run extraction::
 Changelog
 Changelog
 =========
 =========
 
 
-Version 1.1.8 (2018-12-09)
---------------------------
+Version 1.1.9 (not released yet)
+--------------------------------
 
 
 Compatibility notes:
 Compatibility notes:
 
 
@@ -193,6 +193,34 @@ Compatibility notes:
 
 
 Fixes:
 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
 - enforce storage quota if set by serve-command, #4093
 - invalid locations: give err msg containing parsed location, #4179
 - invalid locations: give err msg containing parsed location, #4179
 - list repo: add placeholders for hostname and username, #4130
 - list repo: add placeholders for hostname and username, #4130