summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAntoine Beaupré <anarcat@koumbit.org>2015-10-07 17:53:09 -0400
committerAntoine Beaupré <anarcat@koumbit.org>2015-10-07 17:54:43 -0400
commit715a25802edad2f92c826e06ec454e94595b162a (patch)
tree2988def04dde7b989efe0f793aaf872ea8d5e797 /docs
parent1579be33dfebce1ae242949ea7f750dc34f683ba (diff)
fix syntax errors in changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/changes.rst5
1 files 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)