Skip to content

Commit

Permalink
Prepare for the new 4.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Jan 20, 2017
1 parent b3fb55b commit b7f00cf
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
29 changes: 28 additions & 1 deletion fc-solve/source/NEWS.txt
@@ -1,9 +1,36 @@
Freecell Solver's News File
===========================
Shlomi Fish <shlomif@cpan.org>
:Date: 2016-09-22
:Date: 2017-01-20
:Revision: $Id$

Version 4.8.0: (20-Jan-2017)
----------------------------

1. Fix a crash when doing +fc-solve -g [non-existent-game]+ (with tests):
https://github.com/shlomif/fc-solve/issues/11 .

2. Mention the final parameter name (instead of just saying "(null)") when
it accepts a non-given argument:
https://github.com/shlomif/fc-solve/issues/12 .

3. Remove DEBUG_STATES - it was slow and not really helpful and caused bloat.

4. Implement condition variables instead of usleep in the depth_dbm_solver .
https://github.com/shlomif/fc-solve/issues/8 . It now also supports processing
batches of items from the queue in a single transaction.

5. Got a test suite to pass on MS-Windows / AppVeyor:
https://ci.appveyor.com/project/shlomif/fc-solve .

6. Many large and small code cleanups and refactorings.

Version 4.6.1: (14-Jan-2017)
----------------------------

1. Fix for building the package in certain conditions (originally created for
the Mageia Linux package).

Version 4.6.0: (04-Dec-2016)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion fc-solve/source/README.txt
Expand Up @@ -7,7 +7,7 @@ Shlomi Fish <shlomif@cpan.org>
Introduction
------------

This is Freecell Solver version 4.6.x, a program that automatically
This is Freecell Solver version 4.8.x, a program that automatically
solves most layouts of Freecell, and similar Solitaire variants as
well as those of Simple Simon.

Expand Down
2 changes: 1 addition & 1 deletion fc-solve/source/ver.txt
@@ -1 +1 @@
4.6.0
4.8.0

0 comments on commit b7f00cf

Please sign in to comment.