mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
update CHANGES for 0.26 release
This commit is contained in:
parent
fb8d1cc602
commit
6ef7a9b11b
1 changed files with 22 additions and 17 deletions
39
CHANGES.rst
39
CHANGES.rst
|
@ -1,8 +1,8 @@
|
||||||
Borg Changelog
|
Borg Changelog
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Version 0.26.0 (not released yet)
|
Version 0.26.0
|
||||||
---------------------------------
|
--------------
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
|
@ -39,22 +39,27 @@ Other changes:
|
||||||
|
|
||||||
- detect inconsistency / corruption / hash collision, #170
|
- detect inconsistency / corruption / hash collision, #170
|
||||||
- replace versioneer with setuptools_scm, #106
|
- replace versioneer with setuptools_scm, #106
|
||||||
- docs: pkg-config is needed for llfuse installation
|
- docs:
|
||||||
- help/docs: be more clear about pruning, attic issue #132
|
|
||||||
- xattr tests: ignore security.selinux attribute showing up
|
- pkg-config is needed for llfuse installation
|
||||||
- fix tests on ext3, seems to need a bit more space for a sparse file
|
- be more clear about pruning, attic issue #132
|
||||||
- do not test lzma level 9 compression (avoid MemoryError)
|
- unit tests:
|
||||||
- tests: work around strange mtime granularity issue on netbsd, fixes #204
|
|
||||||
- tests: ignore st_rdev if file is not a block/char device, fixes #203
|
- xattr: ignore security.selinux attribute showing up
|
||||||
- test setup: stay away from the setgid and sticky mode bits
|
- ext3 seems to need a bit more space for a sparse file
|
||||||
|
- do not test lzma level 9 compression (avoid MemoryError)
|
||||||
|
- work around strange mtime granularity issue on netbsd, fixes #204
|
||||||
|
- ignore st_rdev if file is not a block/char device, fixes #203
|
||||||
|
- stay away from the setgid and sticky mode bits
|
||||||
- use Vagrant to do easy cross-platform testing (#196), currently:
|
- use Vagrant to do easy cross-platform testing (#196), currently:
|
||||||
Debian 7 "wheezy" 32bit, Debian 8 "jessie" 64bit
|
|
||||||
Ubuntu 12.04 32bit, Ubuntu 14.04 64bit
|
- Debian 7 "wheezy" 32bit, Debian 8 "jessie" 64bit
|
||||||
Centos 7 64bit
|
- Ubuntu 12.04 32bit, Ubuntu 14.04 64bit
|
||||||
FreeBSD 10.2 64bit
|
- Centos 7 64bit
|
||||||
OpenBSD 5.7 64bit
|
- FreeBSD 10.2 64bit
|
||||||
NetBSD 6.1.5 64bit
|
- OpenBSD 5.7 64bit
|
||||||
Darwin (OS X Yosemite)
|
- NetBSD 6.1.5 64bit
|
||||||
|
- Darwin (OS X Yosemite)
|
||||||
|
|
||||||
|
|
||||||
Version 0.25.0
|
Version 0.25.0
|
||||||
|
|
Loading…
Reference in a new issue