From 715a25802edad2f92c826e06ec454e94595b162a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 7 Oct 2015 17:53:09 -0400 Subject: [PATCH] fix syntax errors in changelog --- docs/changes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 016a55348..5f347dfea 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -70,12 +70,12 @@ Bug fixes: - fix reaction to "no" answer at delete repo prompt, #182 - setup.py: detect lz4.h header file location - to support python < 3.2.4, add less buggy argparse lib from 3.2.6 (#194) -- fix for obtaining 'char *' from temporary Python value (old code causes +- fix for obtaining ``char *`` from temporary Python value (old code causes a compile error on Mint 17.2) - llfuse 0.41 install troubles on some platforms, require < 0.41 (UnicodeDecodeError exception due to non-ascii llfuse setup.py) - cython code: add some int types to get rid of unspecific python add / - subtract operations (avoid undefined symbol FPE_... error on some platforms) + subtract operations (avoid ``undefined symbol FPE_``... error on some platforms) - fix verbose mode display of stdin backup - extract: warn if a include pattern never matched, fixes #209, implement counters for Include/ExcludePatterns @@ -385,6 +385,7 @@ Version 0.14 ------------ (feature release, released on Dec 17, 2014) + - Added support for stripping leading path segments (#95) "attic extract --strip-segments X" - Add workaround for old Linux systems without acl_extended_file_no_follow (#96)