From f2459df682a020cd6fc92e5fdf25f5cf68afe74b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 4 May 2014 09:25:17 +0200 Subject: [PATCH] prepare release 3.1.4 Signed-off-by: Nico Schottelius --- bin/build-helper | 2 +- docs/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build-helper b/bin/build-helper index a4160418..ec98c68f 100755 --- a/bin/build-helper +++ b/bin/build-helper @@ -148,7 +148,7 @@ eof printf "Enter changelog for freecode release %s> " "$version" read changelog - echo "Submit preview" + echo "Submitting to freecode ..." python2 $(which freecode-submit) -P cdist \ -v "$version" -c "$changelog" \ -t "$taglist" diff --git a/docs/changelog b/docs/changelog index 5d851c54..d94ad297 100644 --- a/docs/changelog +++ b/docs/changelog @@ -5,7 +5,7 @@ Changelog * Exception: No braces means author == Nico Schottelius -3.1.4: +3.1.4: 2014-05-04 * Core: Ensure all created files end in \n (Steven Armstrong) * Documentation: Cleanup up, added HTML links (Tomas Pospisek) * Explorer interfaces: Remove test output (Daniel Heule)