Sun May 30 2010 Version 0.3
===========================
- fixes to the win32 build system
- fix segfault when stopping librcps via callback before inital population
is fully created
- support for duration callbacks
- support for a callback to report progress and stop the solver
- Support for new successor relations (start-start and finish-finish on top of
finish-start)
- First experimental parallel implementation
- Fixes for bugs that surfaced on win32
- Fixes to the slist implementation

Fri Feb 22 2008 Version 0.2
===========================
- The manual was extended a bit
- Many segfaults and errors that could occur in bizarre cases were fixed
- The library has been tested and corrected with > 6000 test cases 
- The example application xrcps is now working
- get/set solver parameters like mutation rates and population size
- It is now possible to query the solver whether the generated solution is valid
- Nonrenewable resources work now

Tue Nov 6 2007 Version 0.1
==========================
This is the first public release. It contains the code from my thesis
restructured and cleaned up adn some documentation, but no advanced features 
yet. Since it is expected that the API will change a bit in the near future, it
is advisable to use static linking instead of the dynamic library.
