diff options
-rw-r--r-- | HISTORY | 12 | ||||
-rw-r--r-- | sudoku.cpp | 4 | ||||
-rw-r--r-- | tools/sudoku_generator.1 | 4 |
3 files changed, 15 insertions, 5 deletions
@@ -21,7 +21,7 @@ VDR plug-in 'Sudoku' Revision History 2007-02-23: Version 0.1.3 -- Added Spanish language texts (thanks to bittor from open7x0.org). +- Added Spanish language texts (thanks to Bittor Corl). 2008-03-22: Version 0.2.0 @@ -75,3 +75,13 @@ VDR plug-in 'Sudoku' Revision History - Delete puzzles from the sudoku-list file with confirmation. - Added version option to sudoku_generator. - Added manual page for sudoku_generator. +- Updated German language texts. + +2008-11-29: Version 0.3.4 + +- Fixed solve and print mode of sudoku_generator (don't work if the dump + begins with a digit - thanks to Ville Skyttä for reporting this). +- Updated Finnish language texts (thanks to Ville Skyttä). +- Updated French language texts (thanks to NIVAL Michaël). +- Updated Italian language texts (thanks to Diego Pierotto). +- Updated Spanish language texts (thanks to Bittor Corl). @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: sudoku.cpp 161 2008-11-23 00:18:02Z tom $ + * $Id: sudoku.cpp 165 2008-11-29 00:09:41Z tom $ */ #include "sudoku.h" @@ -34,7 +34,7 @@ namespace SudokuPlugin { /** Version number of the plugin */ - static const char* VERSION = "0.3.3"; + static const char* VERSION = "0.3.4"; /** Short description of the plugin's purpose */ static const char* DESCRIPTION = diff --git a/tools/sudoku_generator.1 b/tools/sudoku_generator.1 index 4bc9e50..621c417 100644 --- a/tools/sudoku_generator.1 +++ b/tools/sudoku_generator.1 @@ -17,9 +17,9 @@ .\" with this program; if not, write to the Free Software Foundation, Inc., .\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .\" -.\" $Id: sudoku_generator.1 161 2008-11-23 00:18:02Z tom $ +.\" $Id: sudoku_generator.1 165 2008-11-29 00:09:41Z tom $ .\" -.TH sudoku_generator "1" "November 2008" "sudoku_generator 0.3.3" "User Commands" +.TH sudoku_generator "1" "November 2008" "sudoku_generator 0.3.4" "User Commands" .SH NAME sudoku_generator \- generate and solve Sudoku puzzles |