From b264e4a4d3c1638bb4c32a809ecadf40552f7920 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 26 Jul 2011 20:26:13 +0200 Subject: [PATCH] prepare 1.7.1 release Signed-off-by: Nico Schottelius --- README | 4 ++-- doc/changelog | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 635d381d..295b9152 100644 --- a/README +++ b/README @@ -109,8 +109,8 @@ how to use cdist. There are at least the following branches available: - * master: the development branch - * 1.7: Bugfixes, cleanups, new type and explorer rename + * Development: master + * Current Stable: 1.7 (Bugfixes, cleanups, new type and explorer rename) Old versions: diff --git a/doc/changelog b/doc/changelog index a603573b..82ae4b95 100644 --- a/doc/changelog +++ b/doc/changelog @@ -1,4 +1,4 @@ -1.7.1: +1.7.1: 2011-07-26 * Documentation: Add explorers to reference * Documentation: Typo cleanup (Derek Brost) * Type __key_value: Bugfix (Steven Armstrong)