1 26 Mar 2012 v2.0.2 - General clean up
4 * Better Xboard support
5 * New internal iterative deepening implementation
6 * Working material hash table
11 * No more dependency to Boost C++ Libraries
15 * New compilers support
19 20 Feb 2011 v2.0.1 - First public release
20 * New evaluation function
21 * Hash table for material
23 * Opening and ending piece square tables
25 * Improvements in search
26 * Lazy move generation
27 * Internal iterative deepening
28 * Improvements in time management
31 07 Feb 2011 v2.0.0 - First private release
32 * Principal variation search
34 * Adaptive null move pruning
35 * Extended futility pruning
40 * Best move from transpositions table
41 * Most valuable victim / least valuable aggressor
50 21 Jan 2011 v2.0.x - Restarting from scratch
52 15 Jan 2010 v1.0.7 - Last version from 1.x branch