From 1c9fca6d14d915475cb5d796aac813b30092947e Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 24 Jan 2018 20:07:22 +0100 Subject: [PATCH] Combine changelog files for #1574 and #1575 --- changelog/0.8.2/issue-1567 | 9 +++++++++ changelog/0.8.2/pull-1574 | 7 ------- changelog/0.8.2/pull-1575 | 7 ------- 3 files changed, 9 insertions(+), 14 deletions(-) create mode 100644 changelog/0.8.2/issue-1567 delete mode 100644 changelog/0.8.2/pull-1574 delete mode 100644 changelog/0.8.2/pull-1575 diff --git a/changelog/0.8.2/issue-1567 b/changelog/0.8.2/issue-1567 new file mode 100644 index 000000000..e112608ef --- /dev/null +++ b/changelog/0.8.2/issue-1567 @@ -0,0 +1,9 @@ +Enhancement: Reduce number of backend requests for rebuild-index and prune + +We've found a way to reduce then number of backend requests for the +`rebuild-index` and `prune` operations. This significantly speeds up the +operations for high-latency backends. + +https://github.com/restic/restic/issues/1567 +https://github.com/restic/restic/pull/1574 +https://github.com/restic/restic/pull/1575 diff --git a/changelog/0.8.2/pull-1574 b/changelog/0.8.2/pull-1574 deleted file mode 100644 index 1f89aaaa7..000000000 --- a/changelog/0.8.2/pull-1574 +++ /dev/null @@ -1,7 +0,0 @@ -Enhancement: Reduce number of remote requests reading pack header - -This change eliminates extra remote repository calls for most pack -files and improves repository reindex and purge time. - -https://github.com/restic/restic/issues/1567 -https://github.com/restic/restic/pull/1574 diff --git a/changelog/0.8.2/pull-1575 b/changelog/0.8.2/pull-1575 deleted file mode 100644 index 40a069917..000000000 --- a/changelog/0.8.2/pull-1575 +++ /dev/null @@ -1,7 +0,0 @@ -Enhancement: Reduce number of remote requests during Repository.ListPack() - -This change eliminates redundant remote repository calls and improves -repository reindex and purge time. - -https://github.com/restic/restic/issues/1567 -https://github.com/restic/restic/pull/1575