OSDN Git Service

Updated control files for release 1.2.1
authorsvedrenne <sylvain@jankenpoi.net>
Tue, 10 Dec 2013 21:57:11 +0000 (22:57 +0100)
committersvedrenne <sylvain@jankenpoi.net>
Tue, 10 Dec 2013 21:57:11 +0000 (22:57 +0100)
checklist.sh
make_jar_zip_release.sh

index 5e6c272..5c6f8d9 100755 (executable)
@@ -16,15 +16,16 @@ echo "Updated control files for new release X"
 echo ""
 echo "- Do a fresh checkout somewhere else, for example:"
 echo "svn co https://sudokuki.svn.sourceforge.net/svnroot/sudokuki/trunk RELEASE"
+echo "  -- or rather using GIT...(the SVN repository might be outdated)
 echo ""
-echo "- Remove the .svn directories from this 'RELEASE' copy"
+echo "- Remove the .svn directories from this 'RELEASE' copy" if needed...
 echo "  From there, build the release package:"
 echo "cd RELEASE/sudokuki && find . -name ".svn" -exec rm -rf {} \; ; ./autogen.sh && ./configure && make update-po && make dist && make && ./make_jar_zip_release.sh"
 echo ""
 echo "- Upload LATEST, NEWS, README, and the packages on Sourceforge:"
-echo "https://sourceforge.net/projects/sudokuki/files/sudokuki/1.1"
+echo "https://sourceforge.net/projects/sudokuki/files/sudokuki/1.2"
 echo ""
 echo "- Test the package:"
-echo "  . test the Check-Update feature"
+echo "  . test the Check-Update feature:"
 echo "  . other sanity tests"
 echo ""
index 89bd271..a88fdce 100755 (executable)
@@ -1,4 +1,4 @@
-RELEASEVERSION=1.2
+RELEASEVERSION=1.2.1
 ZIPRELEASEDIR="sudokuki-"$RELEASEVERSION"-binary"
 
 make && make dist-zip