prepare release 3.1.4
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
beab2888fa
commit
f2459df682
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ eof
|
||||||
printf "Enter changelog for freecode release %s> " "$version"
|
printf "Enter changelog for freecode release %s> " "$version"
|
||||||
read changelog
|
read changelog
|
||||||
|
|
||||||
echo "Submit preview"
|
echo "Submitting to freecode ..."
|
||||||
python2 $(which freecode-submit) -P cdist \
|
python2 $(which freecode-submit) -P cdist \
|
||||||
-v "$version" -c "$changelog" \
|
-v "$version" -c "$changelog" \
|
||||||
-t "$taglist"
|
-t "$taglist"
|
||||||
|
|
|
@ -5,7 +5,7 @@ Changelog
|
||||||
* Exception: No braces means author == Nico Schottelius
|
* 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)
|
* Core: Ensure all created files end in \n (Steven Armstrong)
|
||||||
* Documentation: Cleanup up, added HTML links (Tomas Pospisek)
|
* Documentation: Cleanup up, added HTML links (Tomas Pospisek)
|
||||||
* Explorer interfaces: Remove test output (Daniel Heule)
|
* Explorer interfaces: Remove test output (Daniel Heule)
|
||||||
|
|
Loading…
Reference in a new issue