mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
update CHANGES
This commit is contained in:
parent
f852175c44
commit
16e5f241fc
1 changed files with 21 additions and 0 deletions
21
CHANGES.rst
21
CHANGES.rst
|
@ -2,6 +2,27 @@ Borg Changelog
|
|||
==============
|
||||
|
||||
|
||||
Version 0.26.0 (not released yet)
|
||||
---------------------------------
|
||||
|
||||
New features:
|
||||
|
||||
- BORG_REPO env var to specify the default repo, #168
|
||||
- read special files as if they were regular files, #79
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- borg mount repo: use absolute path, attic #200, attic #137
|
||||
- chunker: use off_t to get 64bit on 32bit platform, #178
|
||||
- initialize chunker fd to -1, so it's not equal to STDIN_FILENO (0)
|
||||
- fix reaction to "no" answer at delete repo prompt, #182
|
||||
|
||||
Other changes:
|
||||
|
||||
- detect inconsistency / corruption / hash collision, #170
|
||||
- replace versioneer with setuptools_scm, #106
|
||||
|
||||
|
||||
Version 0.25.0
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue