From ce121246cabe684d34968549d49a0de46530bed7 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 7 Oct 2017 22:13:44 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index eff07f184..3e10a5aa2 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -132,6 +132,24 @@ Changelog ========= +Version 1.1.0 (2017-10-07) +-------------------------- + +Fixes: + +- fix LD_LIBRARY_PATH restoration for subprocesses, #3077 +- "auto" compression: make sure expensive compression is actually better, + otherwise store lz4 compressed data we already computed. + +Other changes: + +- docs: + + - FAQ: we do not implement futile attempts of ETA / progress displays + - manpage: fix typos, update homepage + - implement simple "issue" role for manpage generation, #3075 + + Version 1.1.0rc4 (2017-10-01) -----------------------------