From e0735e5d4f358e1dcca915d608580312fd37e52c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 11 May 2019 22:28:42 +0200 Subject: [PATCH] changelog: add 1.1.10 section --- docs/changes.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 971f76590..74f52f722 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.9 (2019-02-10) --------------------------- +Version 1.1.10 (not released yet) +--------------------------------- Compatibility notes: @@ -191,6 +191,10 @@ Compatibility notes: mode (but that is less safe for detecting changed files than the default). See the --files-cache docs for details. + +Version 1.1.9 (2019-02-10) +-------------------------- + Fixes: - security fix: configure FUSE with "default_permissions", #3903