update for release
This commit is contained in:
parent
532aec85e5
commit
692d26a881
2 changed files with 4 additions and 3 deletions
4
eo/NEWS
4
eo/NEWS
|
|
@ -1,9 +1,9 @@
|
|||
* release 0.9.4 (not yet released)
|
||||
- Implement CMA-ES.
|
||||
- Update introductory pages of documentation and webpage.
|
||||
- Remove support for pre-standard C++ compiler (i.e. gcc-2.x), which allows to
|
||||
clean up the code considerably. Assume availability of sstream and limits.
|
||||
- Implement CMA-ES.
|
||||
|
||||
- Add Microsoft Visual C++ project support files
|
||||
|
||||
* release 0.9.3z.1 (1. Oct. 2005)
|
||||
- Support gcc-3.4 and gcc.4.x.
|
||||
|
|
|
|||
|
|
@ -81,11 +81,12 @@
|
|||
<li>Linux x86 with GCC 3.x and 4.x</li>
|
||||
<li>Linux x86_64 with GCC 3.x and GCC 4.x (t-MGE1bit fails)</li>
|
||||
<li>MacOS X/Darwin PowerPC with GCC 3.3</li>
|
||||
<li>MacOS X/Darwin x86 with GCC 4.0</li>
|
||||
<li>Solaris SPARC with GCC 3.3.2</li>
|
||||
<li>Solaris x86 with GCC 3.3.2 (t-MGE1bit fails)</li>
|
||||
<li>CygWin (Windows XP) with GCC 3.3.1 (cygming special).
|
||||
<li>Win95/NT with VC++ 5.0 and Borland Builder. Makefiles and
|
||||
projects files are provided.</li>
|
||||
projects files are provided.</li>
|
||||
</ul>
|
||||
<p>
|
||||
If you have tested EO on a system not listed here, please
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue