From: <he...@us...> - 2013-06-12 08:41:43
|
Revision: 358 http://sourceforge.net/p/simspark/svn/358 Author: hedayat Date: 2013-06-12 08:41:40 +0000 (Wed, 12 Jun 2013) Log Message: ----------- Final changes for 0.2.4 release: NEWS/RELEASE notes, and version bumps in CMakeLists.txt Modified Paths: -------------- trunk/spark/CMakeLists.txt trunk/spark/ChangeLog trunk/spark/NEWS trunk/spark/RELEASE Modified: trunk/spark/CMakeLists.txt =================================================================== --- trunk/spark/CMakeLists.txt 2013-06-09 19:30:22 UTC (rev 357) +++ trunk/spark/CMakeLists.txt 2013-06-12 08:41:40 UTC (rev 358) @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.6) project(simspark CXX C) -set(PACKAGE_VERSION "0.2.3") +set(PACKAGE_VERSION "0.2.4") ########## check for headerfiles/libraries ########## include(CheckIncludeFile) @@ -155,13 +155,13 @@ set(SALT_SO_VERSION 1) set(SALT_VERSION ${SALT_SO_VERSION}.0.0) set(ZEITGEIST_SO_VERSION 3) -set(ZEITGEIST_VERSION ${ZEITGEIST_SO_VERSION}.1.3) +set(ZEITGEIST_VERSION ${ZEITGEIST_SO_VERSION}.1.4) set(OXYGEN_SO_VERSION 6) -set(OXYGEN_VERSION ${OXYGEN_SO_VERSION}.0.0) +set(OXYGEN_VERSION ${OXYGEN_SO_VERSION}.0.1) set(KEROSIN_SO_VERSION 2) -set(KEROSIN_VERSION ${KEROSIN_SO_VERSION}.1.0) +set(KEROSIN_VERSION ${KEROSIN_SO_VERSION}.1.1) set(SPARK_SO_VERSION 1) -set(SPARK_VERSION ${SPARK_SO_VERSION}.0.0) +set(SPARK_VERSION ${SPARK_SO_VERSION}.0.1) set(RCSSNET_SO_VERSION 0) set(RCSSNET_VERSION ${RCSSNET_SO_VERSION}.1.0) Modified: trunk/spark/ChangeLog =================================================================== --- trunk/spark/ChangeLog 2013-06-09 19:30:22 UTC (rev 357) +++ trunk/spark/ChangeLog 2013-06-12 08:41:40 UTC (rev 358) @@ -1,3 +1,10 @@ +2013-06-12 Hedayat Vatankhah <hed...@gm...> + + * NEWS: + * RELEASE: + * CMakeLists.txt: + - final changes for 0.2.4 release + 2012-11-24 Hedayat Vatankhah <hed...@gm...> * plugin/sceneeffector/sceneaction.h: Modified: trunk/spark/NEWS =================================================================== --- trunk/spark/NEWS 2013-06-09 19:30:22 UTC (rev 357) +++ trunk/spark/NEWS 2013-06-12 08:41:40 UTC (rev 358) @@ -1,3 +1,13 @@ +[0.2.4] +Simspark 0.2.4 is ready. This release is mostly a bug fix and compile fix +release for RoboCup 2013. New exciting changes are pending, but will be +released in Simspark 0.3.0 very soon. The most considerable change in this +release is the possibility of sending parameters to the SceneEffector, which +is required for Heterogeneous robots functionality. + +Additionally, a paper about recent changes to Simspark/Rcssserver3d which is +mostly written by Yuan Xu is available in SimSpark SVN repository. + [0.2.3] Finally, a new release of simspark has come! The most exciting feature of this release is probably the multi-threaded agent control (thanks to Andreas from Modified: trunk/spark/RELEASE =================================================================== --- trunk/spark/RELEASE 2013-06-09 19:30:22 UTC (rev 357) +++ trunk/spark/RELEASE 2013-06-12 08:41:40 UTC (rev 358) @@ -1,30 +1,13 @@ -RELEASE News of simspark-0.2.3 +RELEASE News of simspark-0.2.4 -Finally, a new release of simspark has come! The most exciting feature of this -release is probably the multi-threaded agent control (thanks to Andreas from -RoboCanes for the initial patch). Previously, this part of the code was -sequential even in multi-threaded mode, but now it can manage several agnets in -parallel which should (hopefully!) increase performance. Besides, there are -a number of compilation and bug fixes here and there and also better Windows -support. Small enhancements are also available. You can find more details below: +Simspark 0.2.4 is ready. This release is mostly a bug fix and compile fix +release for RoboCup 2013. New exciting changes are pending, but will be +released in Simspark 0.3.0 very soon. The most considerable change in this +release is the possibility of sending parameters to the SceneEffector, which +is required for Heterogeneous robots functionality. -- Multi-threaded Agent Control - -- AgentControl multi-threaded implementation added and enabled by default. - It can be disabled using $threadedAgentControl variable inside spark.rb. -- OpenGL System can now request the end of simulation (makes it possible to - close spark monitor's window to quit! -- The location of init scripts (e.g. zeitgeist.rb) can now be specified using - --init-script-prefix (you still can put most of the scripts and data files - like rsg/ directory inside your ~/.simspark/ instead). -- Compilation fixes -- Support more recent Ruby versions -- Windows Compilation fixes, and few enhancements for better Windows support -- Support for building Windows binary in GNU/Linux using Mingw32 - -- Notice: Windows related changes were already used in 0.2.2 simspark - installer -- Several bug fixes +Additionally, a paper about recent changes to Simspark/Rcssserver3d which is +mostly written by Yuan Xu is available in SimSpark SVN repository. -Thanks to Yuan Xu and Sander van Dijk for their contributions in this release. - 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. |