From e3fe87f2697129f2d51eaa014e5c1cd9dba3c856 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 22 May 2018 20:57:07 +0200 Subject: [PATCH] Remove superseded feature from the CHANGELOG For a discussion please see https://github.com/restic/restic/issues/1796 --- CHANGELOG.md | 10 ---------- changelog/0.9.0_2018-05-21/pull-1676 | 8 -------- 2 files changed, 18 deletions(-) delete mode 100644 changelog/0.9.0_2018-05-21/pull-1676 diff --git a/CHANGELOG.md b/CHANGELOG.md index ab5331bf6..3ab46cb23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,6 @@ Summary * Enh #1477: Accept AWS_SESSION_TOKEN for the s3 backend * Enh #1648: Ignore AWS permission denied error when creating a repository * Enh #1649: Add illumos/Solaris support - * Enh #1676: Improve backup speed: Skip initial scan phase in quiet mode * Enh #1709: Improve messages `restic check` prints * Enh #827: Add --new-password-file flag for non-interactive password changes * Enh #1735: Allow keeping a time range of snaphots @@ -217,15 +216,6 @@ Details https://github.com/restic/restic/pull/1649 - * Enhancement #1676: Improve backup speed: Skip initial scan phase in quiet mode - - We've improved the backup speed when the quiet flag (`-q` or `--quiet`) is set by skipping the - initial scan which gathers information for displaying the progress bar and the ETA - estimation. - - https://github.com/restic/restic/issues/1160 - https://github.com/restic/restic/pull/1676 - * Enhancement #1709: Improve messages `restic check` prints Some messages `restic check` prints are not really errors, so from now on restic does not treat diff --git a/changelog/0.9.0_2018-05-21/pull-1676 b/changelog/0.9.0_2018-05-21/pull-1676 deleted file mode 100644 index 66a114d61..000000000 --- a/changelog/0.9.0_2018-05-21/pull-1676 +++ /dev/null @@ -1,8 +0,0 @@ -Enhancement: Improve backup speed: Skip initial scan phase in quiet mode - -We've improved the backup speed when the quiet flag (`-q` or `--quiet`) is set -by skipping the initial scan which gathers information for displaying the -progress bar and the ETA estimation. - -https://github.com/restic/restic/pull/1676 -https://github.com/restic/restic/issues/1160