Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 79858811bcce32d8b5828964f07b956e > files > 4

black-hole-solver-0.14.0-2.mga6.x86_64.rpm

0.14.0      ( 24 Feb 2016 ):
============================

* Move the version control system to Git and GitHub and enabled Travis-CI:
    - https://github.com/shlomif/black-hole-solitaire
    - https://travis-ci.org/shlomif/black-hole-solitaire
    - Part of it was done due to my problems in finding a good alternative
    to Travis-CI for Bitbucket.

* Add an SOVERSION to the library.

* Fixed a minor problem in the testing code as reported by Coverity Scan.
    - the global --max-iters was ignored.

0.12.0      ( 11 Oct 2014 ):
============================

* Made the solver API resumable.

* Code is now -std=gnu99 (GCC/clang) specific due to refactorings and cleanups.

0.10.0      ( 21 May 2014 ):
============================

* Add the API function black_hole_solver_set_iters_display_step

* Add the --iters-display-step command line flag.

* Fixed for CMake-3.0.0.

0.8.0       ( 03 Jun 2013 ):
============================

* Add the --rank-reach-prune option and
black_hole_solver_enable_rank_reachability_prune().

* Add the API function black_hole_solver_get_lib_version().

* Add the --version flag.

0.6.0       ( 16 May 2013 ):
============================

* Add the --display-boards flag.

* Add the --help flag.

0.4.0       ( 12 May 2013 ):
============================

* Add support for All in a Row Solitaire in addition to Black Hole
Solitaire.

0.2.0       ( 22 Sep 2010 ):
============================

* Translate to C.

0.0.1       ( 11 Jan 2010 ):
============================

* Initial release as a Perl CPAN module.