From 09835acd22f982cec4461318f3a7b82e9e8fe601 Mon Sep 17 00:00:00 2001 From: Sergio Rubio Date: Mon, 14 Nov 2016 22:07:08 +0100 Subject: [PATCH 1/2] Bump version: 2.8.1 Includes general improvements and bug fixes. * Stop cron and timerd during restore #266 * Fix compatibility issue with older versions of OpenSSH #263 --- debian/changelog | 7 +++++++ share/github-backup-utils/version | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0c9b3e460..587de6472 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +github-backup-utils (2.8.1) UNRELEASED; urgency=medium + + * Stop cron and timerd during restore #266 + * Fix compatibility issue with older versions of OpenSSH #263 + + -- Sergio Rubio Mon, 14 Nov 2016 22:04:48 +0100 + github-backup-utils (2.8.0) UNRELEASED; urgency=low * Adds support for GitHub Enterprise 2.8.0 diff --git a/share/github-backup-utils/version b/share/github-backup-utils/version index 834f26295..dbe590065 100644 --- a/share/github-backup-utils/version +++ b/share/github-backup-utils/version @@ -1 +1 @@ -2.8.0 +2.8.1 From d0f74274ad750cbf92d2acbb74318691cc650f01 Mon Sep 17 00:00:00 2001 From: Sergio Rubio Date: Tue, 15 Nov 2016 10:42:28 +0100 Subject: [PATCH 2/2] Update the changelog --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 587de6472..848c4e3c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ github-backup-utils (2.8.1) UNRELEASED; urgency=medium - * Stop cron and timerd during restore #266 + * Stop cron and timerd during restore #269 * Fix compatibility issue with older versions of OpenSSH #263 -- Sergio Rubio Mon, 14 Nov 2016 22:04:48 +0100