mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-24 11:24:48 -04:00
update CHANGES (1.0-maint)
This commit is contained in:
parent
15dfb4b032
commit
f4e9f05e4a
1 changed files with 22 additions and 1 deletions
|
|
@ -128,12 +128,33 @@ The best check that everything is ok is to run a dry-run extraction::
|
|||
Changelog
|
||||
=========
|
||||
|
||||
Version 1.0.11 (2017-07-xx)
|
||||
---------------------------
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- use limited unpacker for outer key (security precaution), #2174
|
||||
- fix paperkey import bug
|
||||
|
||||
Other changes:
|
||||
|
||||
- change --checkpoint-interval default from 600s to 1800s, #2841.
|
||||
this improves efficiency for big repositories a lot.
|
||||
- docs: fix OpenSUSE command and add OpenSUSE section
|
||||
- tests: add tests for split_lstring and paperkey
|
||||
- vagrant:
|
||||
|
||||
- fix openbsd shell
|
||||
- backport cpu/ram setup from master
|
||||
- add stretch64 VM
|
||||
|
||||
Version 1.0.11rc1 (2017-06-27)
|
||||
------------------------------
|
||||
|
||||
Bug fixes:
|
||||
|
||||
- performance: rebuild hashtable if we have too little empty buckets, #2246
|
||||
- performance: rebuild hashtable if we have too few empty buckets, #2246.
|
||||
this fixes some sporadic, but severe performance breakdowns.
|
||||
- Archive: allocate zeros when needed, #2308
|
||||
fixes huge memory usage of mount (8 MiB × number of archives)
|
||||
- IPv6 address support
|
||||
|
|
|
|||
Loading…
Reference in a new issue