2005
sudoku (1.0.1-1) unstable; urgency=low
* Initial release Closes: #378167 * Fix the "save" command (accept \n as \r) * rework the Makefile to support DESTDIR. * Add a "restart" command to restore a blanked sudoku, with the original digits ("clear" remove all the digits) * Fix the "undo" command (the cursor was not going back to the changed digit). * change the location of the data files from /usr/lib to /usr/share (and fix the Makefile and man page accordingly). * Add a -c<class> option to specify the complexity of the generated board. * Use the cbreak mode instead of raw mode to allow signals. * Use minus signs instead of hyphens in the man page. * Display the time spent for solving the puzzle. * Avoid special keys to have be interpreted like another key (e.g. PAGE_UP was 5 and PAGE_DOWN was 6).
-- Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net> Mon, 26 Dec 2005 22:40:39 +0100