summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-12-08 00:13:10 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2018-12-08 23:54:16 +0100
commitf89ea039363ed6e36bf85fa820930bfbd561a407 (patch)
tree059374a4cfc8b376df0ffe4fe9e982b7cf2e937e
parentfc1b77905a7260ae7bcfa4358844dacff0760f1c (diff)
update CHANGES (1.1-maint)1.1.8
-rw-r--r--docs/changes.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 571490fd0..433834e49 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -171,7 +171,7 @@ The best check that everything is ok is to run a dry-run extraction::
Changelog
=========
-Version 1.1.8 (2018-12-xx)
+Version 1.1.8 (2018-12-09)
--------------------------
Compatibility notes:
@@ -196,6 +196,7 @@ 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
+- on linux, symlinks can't have ACLs, so don't try to set any, #4044
New features:
@@ -223,6 +224,9 @@ Other:
- explicitly convert environment variable to str, #4136
- fix DeprecationWarning: Flags not at the start of the expression, #4137
- support pytest4, #4172
+- vagrant:
+
+ - use python 3.5.6 for builds
Version 1.1.7 (2018-08-11)