1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 08:16:54 +00:00

fix syntax errors in changelog

This commit is contained in:
Antoine Beaupré 2015-10-07 17:53:09 -04:00
parent 1579be33df
commit 715a25802e

View file

@ -70,12 +70,12 @@ Bug fixes:
- fix reaction to "no" answer at delete repo prompt, #182 - fix reaction to "no" answer at delete repo prompt, #182
- setup.py: detect lz4.h header file location - setup.py: detect lz4.h header file location
- to support python < 3.2.4, add less buggy argparse lib from 3.2.6 (#194) - 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) a compile error on Mint 17.2)
- llfuse 0.41 install troubles on some platforms, require < 0.41 - llfuse 0.41 install troubles on some platforms, require < 0.41
(UnicodeDecodeError exception due to non-ascii llfuse setup.py) (UnicodeDecodeError exception due to non-ascii llfuse setup.py)
- cython code: add some int types to get rid of unspecific python add / - 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 - fix verbose mode display of stdin backup
- extract: warn if a include pattern never matched, fixes #209, - extract: warn if a include pattern never matched, fixes #209,
implement counters for Include/ExcludePatterns implement counters for Include/ExcludePatterns
@ -385,6 +385,7 @@ Version 0.14
------------ ------------
(feature release, released on Dec 17, 2014) (feature release, released on Dec 17, 2014)
- Added support for stripping leading path segments (#95) - Added support for stripping leading path segments (#95)
"attic extract --strip-segments X" "attic extract --strip-segments X"
- Add workaround for old Linux systems without acl_extended_file_no_follow (#96) - Add workaround for old Linux systems without acl_extended_file_no_follow (#96)