OSDN Git Service

Update control files for release 1.2.3
authorsvedrenne <sylvain@jankenpoi.net>
Fri, 29 Jan 2016 18:31:44 +0000 (19:31 +0100)
committersvedrenne <sylvain@jankenpoi.net>
Fri, 29 Jan 2016 18:31:44 +0000 (19:31 +0100)
AUTHORS
HOWTO_RUN_SUDOKUKI.txt
LATEST
README
checklist.sh
debian/changelog
sudokuki.sh

diff --git a/AUTHORS b/AUTHORS
index b15b677..5439a94 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,24 +2,27 @@ Sudokuki
 
 AUTHORS
 =======
-Sylvain Vedrenne <sylvain@jankenpoi.net>
+Sylvain Vedrenne <sylvain@vedrenne.org>
 
 CONTRIBUTORS
 ============
 Aritz Beraza: Spanish translations (v1.0)
-Toni: Hungarian translations
 Jeroen P. Broks: Dutch translations
 Helene Damianakos: Greek translations (v1.0)
 Janis Eisaks: Latvian translations
 Rafael Ferreira: Brazilian Portuguese translations
 Daneih Ismail: Arabic translations
 Stavros Mavrakis: Greek translations and SRS document
-Sathish: Tamil translations
 Fumiaki Nakanishi: Japanese translations
+Ahmet Kemal Okmen: Turkish translations
 Jeanne Peng: Chinese translations
 Claus Poerschke: Patches (v1.0) and German translations
 Dmitry Salnikov: Portuguese and Russian translations
+Sathish Anandh: Tamil translations
+Toni: Hungarian translations
 Helene Vedrenne: Japanese translations
+Sylvain Vedrenne: French, Esperanto, Japanese (v1.0)
+Monika Viste: Polish translations
 
 Thanks to all contributors!
 
index a13ca7d..6d73617 100644 (file)
@@ -6,7 +6,7 @@ or double-click on the JAR file (MS-Windows systems),
 
 or manually execute the following command:
 
-java -Djava.library.path=./libs -jar sudokuki-<VERSION>.jar (replace <VERSION> by the release version number)
+java -jar sudokuki-<VERSION>.jar (replace <VERSION> by the release version number)
 
 For feature requests, bug reports, remarks, contributions, etc., please visit:
 http://sourceforge.net/projects/sudokuki
diff --git a/LATEST b/LATEST
index 9fe450e..7b6672e 100644 (file)
--- a/LATEST
+++ b/LATEST
@@ -1 +1 @@
-Sudokuki 1.2.2 is the latest version.
+Sudokuki 1.2.3 is the latest version.
diff --git a/README b/README
index 0b3207b..43c92bd 100644 (file)
--- a/README
+++ b/README
@@ -2,65 +2,69 @@ Sudokuki - essential sudoku game
 
 -- Changelog --
 
-* 2014-04-06 - released Sudokuki 1.2.2 (Stable)
+* 2016-01-29 - released Sudokuki 1.2.3 (stable)
+- Add Polish translations from Monika Viste
+- Fix build issues that could affect recent distributions
+
+* 2014-04-06 - released Sudokuki 1.2.2 (stable)
 - Replaced legacy grid generator (C version of Suexg) by a Java version of Suexg
 - Replaced legacy brute-force solver by the solver included in Suexg
 
-* 2013-12-10 - released Sudokuki 1.2.1 (Stable)
+* 2013-12-10 - released Sudokuki 1.2.1 (stable)
 - Added Tamil translations from Sathish Anandh
 - Added Turkish translations from Ahmet Kemal Okmen
 - Improved the language selection dialog
 - Removed the "feedback" tab from the About dialog
 
-* 2013-04-27 - released Sudokuki 1.2 (Stable)
+* 2013-04-27 - released Sudokuki 1.2 (stable)
 - Added capability to resize the grid (fixes #245 GUI Needs to be dynamically resizable)
 - Improved the paint process (more efficient)
 - dispose() "Resolution in progress" dialog before showing "Resolution successful"
 - In the selection dialog, memos are no more in bold font when selected
 - Fixed #249 'debian' folder missing from source archive 
 
-* 2013-02-07 - released Sudokuki 1.1.8 (Stable)
+* 2013-02-07 - released Sudokuki 1.1.8 (stable)
 - Added Hungarian translations from Toni.
 
-* 2012-12-28 - released Sudokuki 1.1.7 (Stable)
+* 2012-12-28 - released Sudokuki 1.1.7 (stable)
 - Numbers are now 'Standard', 'Chinese' or 'Arabic' (added 'arabic' numbers)
 - Improved the centering of the digits inside the cells
 - Fixed several Java warnings in the source code
 
-* 2012-11-24 - released Sudokuki 1.1.6 (Stable)
+* 2012-11-24 - released Sudokuki 1.1.6 (stable)
 - Added Arabic translations from Daneih Ismail
 - Fixed issue #244 1.1.5: LanguageMenu lost sync with current locale
 - Updated translation files for nl and pt_BR
 
-* 2012-05-17 - released Sudokuki 1.1.5 (Stable)
+* 2012-05-17 - released Sudokuki 1.1.5 (stable)
 - Added Brazilian Portuguese translations from Rafael Ferreira
 - Fixed item #3525975 "Ameliorate existing country flags look"
 - Fixed item #3526392 "Hardcoded language names for lang-selection menu/dialog"
 
-* 2012-05-10 - released Sudokuki 1.1.4 (Stable)
+* 2012-05-10 - released Sudokuki 1.1.4 (stable)
 - Fixed item #3520726 "Cannot enter filename when saving a grid on MacOS X"
 - Fixed item #3522650 "Corrupted or wrong grid files are not correctly handled"
 - Fixed item #3520759 "AboutDialog: ensure all text is visible (like for GPLv3 txt)"
 - Fixed item #3522280 "With Sun/Oracle JDK: fatal error: jni_md.h: No such file ..."
 - Updated Portuguese and Russian po files with Dutch translator's name
 
-* 2012-04-28 - released Sudokuki 1.1.3 (Stable)
+* 2012-04-28 - released Sudokuki 1.1.3 (stable)
 - Dutch translations from Jeroen P. Broks. Added country flag for new translation, 
   updated some po files accordingly.
 - Fixed Japanese translation string for "Latvian translations"
 - Fixed item #3520763 Package build JDK detection should see beyond symlinks
 - Debian package now depends upon java6-runtime and its build upon java6-sdk
 
-* 2012-03-20 - released Sudokuki 1.1.2 (Stable)
+* 2012-03-20 - released Sudokuki 1.1.2 (stable)
 - Latvian translations by Janis Eisaks
 - Updated country flag icons from PIWIK project
 - Fixed #3509367 COPYING file and release packages
 
-* 2012-03-12 - released Sudokuki 1.1.1 (Stable)
+* 2012-03-12 - released Sudokuki 1.1.1 (stable)
 - Final version of Portuguese translation for 1.1 release (item #3493404)
 - Fixed #3499862 Errors with EXTRA_DIST.include or DIST_NOINST_JAVA.include
 
-* 2012-02-23 - released Sudokuki 1.1.0 (Stable)
+* 2012-02-23 - released Sudokuki 1.1.0 (stable)
 - Greek translations (by Stavros Mavrakis)
 - Fixed aspect of two Cancel buttons
 - Fixed warnings and spurious traces
@@ -332,7 +336,7 @@ The stable release files can be found here:
 https://sourceforge.net/projects/sudokuki/files/sudokuki/
 
 Translations include Japanese, Chinese, Arabic, Tamil, Turkish, Latvian, Dutch,
-English, Esperanto, French, German, Greek, Hungarian, Portuguese, Russian
+English, Esperanto, French, German, Greek, Hungarian, Polish, Portuguese, Russian,
 and Spanish, at the moment.
 
 The current stable release is version 1.2 
index 5c6f8d9..2add32f 100755 (executable)
@@ -12,20 +12,17 @@ echo ""
 echo "- (update version number inside sudokuki.sh)"
 echo ""
 echo "- COMMIT the above changes with a notice such as follows:"
-echo "Updated control files for new release X"
+echo "Update control files for release 1.2.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 "- Do a fresh checkout in a separate folder"
 echo ""
-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 "./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.2"
 echo ""
-echo "- Test the package:"
+echo "- Test the published package:"
 echo "  . test the Check-Update feature:"
 echo "  . other sanity tests"
 echo ""
index 75ba17b..f12c6e5 100644 (file)
@@ -1,3 +1,13 @@
+sudokuki (1.2.3) unstable; urgency=low
+
+  * 2016-01-29 - released Sudokuki 1.2.3 (stable)
+    - add Polish translations from Monika Viste
+    - fix build issues that could affect recent distributions
+    - replaced country flag icons (Wikimedia icons)
+
+ -- Sylvain Vedrenne <sylvain@vedrenne.org>  Fri, 29 Jan 2016 22:00:00 +0100
+
+
 sudokuki (1.2.2) unstable; urgency=low
 
   * 2014-04-06 - released Sudokuki 1.2.2 (Stable)
index 70e0d2e..2dc852b 100755 (executable)
@@ -1,3 +1,3 @@
 RELEASEVERSION=1.2.3
 
-java -Djava.library.path=. -jar sudokuki-"$RELEASEVERSION".jar -ui Swing
+java -jar sudokuki-"$RELEASEVERSION".jar