00001 * release 1.1 (not yet released)
00002 - provide cmake build system
00003 - GCC 4.3 compatibility
00004
00005 * release 1.0.1 (23. Jan. 2006)
00006 - Templates/ improvements
00007
00008 * release 1.0 (29. Dec. 2006)
00009 - Implement CMA-ES.
00010 - Update introductory pages of documentation and webpage.
00011 - Add Microsoft Visual C++ project support files (for Visual Studio 2003 and 2005)
00012 - Upgrade Teamplates/ script to create a complete standalone EO project (using autotools)
00013 - Remove support for pre-standard C++ compiler (i.e. gcc-2.x), which allows to
00014 clean up the code considerably.
00015 Assume availability of sstream and limits.
00016
00017 * release 0.9.3z.1 (1. Oct. 2005)
00018 - Support gcc-3.4 and gcc.4.x.
00019 - Provide full automake/autoconf/configure support.
00020
00021
00022 # Local Variables:
00023 # coding: iso-8859-1
00024 # mode: text
00025 # fill-column: 80
00026 # End: