From: <he...@us...> - 2009-08-08 09:27:36
|
Revision: 84 http://simspark.svn.sourceforge.net/simspark/?rev=84&view=rev Author: hedayat Date: 2009-08-08 09:27:18 +0000 (Sat, 08 Aug 2009) Log Message: ----------- Updating release notes for 0.1.2 version Modified Paths: -------------- trunk/spark/NEWS trunk/spark/RELEASE Modified: trunk/spark/NEWS =================================================================== --- trunk/spark/NEWS 2009-08-07 12:27:42 UTC (rev 83) +++ trunk/spark/NEWS 2009-08-08 09:27:18 UTC (rev 84) @@ -1,3 +1,15 @@ +[0.1.2] +This release brings some bugfixes, better performance and also better Windows +support. A Windows installer will be available too. This is the first version +which runs in multi-threaded mode by default. The multi-threaded mode is still +in early stages, and it can be improved cosiderably in future. + +Main changes of this release are: + - improved Windows support, including Windows Installer. + - Multi-threaded mode now works, and is the default mode when running simspark + - Performance improvements + - Fixed a bug in networking code, which were introduced in 0.1.1 + [0.1.1] This release is mainly a bug-fix release, and is the last release before RoboCup 2009 competitions. It is not much different from version 0.1. Modified: trunk/spark/RELEASE =================================================================== --- trunk/spark/RELEASE 2009-08-07 12:27:42 UTC (rev 83) +++ trunk/spark/RELEASE 2009-08-08 09:27:18 UTC (rev 84) @@ -1,11 +1,15 @@ -RELEASE News of simspark-0.1.1 +RELEASE News of simspark-0.1.2 -This release is mainly a bugfix release, and is the last release before -RoboCup 2009 competitions. -Main changes are: - - improved MacOSX and Windows support - - compilation fixes for latest library versions - - more reliable and a bit more fair network communication with the agents +This release brings some bugfixes, better performance and also better Windows +support. A Windows installer will be available too. This is the first version +which runs in multi-threaded mode by default. The multi-threaded mode is still +in early stages, and it can be improved cosiderably in future. +Main changes of this release are: + - improved Windows support, including Windows Installer. + - Multi-threaded mode now works, and is the default mode when running simspark + - Performance improvements + - Fixed a bug in networking code, which were introduced in 0.1.1 + You can get the package on the Simspark page on SourceForge at http://sourceforge.net/projects/simspark/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |