<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent posts to news</title><link href="https://sourceforge.net/p/vle/news/" rel="alternate"/><link href="https://sourceforge.net/p/vle/news/feed.atom" rel="self"/><id>https://sourceforge.net/p/vle/news/</id><updated>2014-05-28T08:23:21.737000Z</updated><subtitle>Recent posts to news</subtitle><entry><title>vle-1.2.0</title><link href="https://sourceforge.net/p/vle/news/2014/05/vle-120/" rel="alternate"/><published>2014-05-28T08:23:21.737000Z</published><updated>2014-05-28T08:23:21.737000Z</updated><author><name>Gauthier Quesnel</name><uri>https://sourceforge.net/u/quesnel/</uri></author><id>https://sourceforge.net238caf31b04ee0619a90ad76fcdac29e96ce6bd2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;h1 id="vle-12"&gt;VLE 1.2&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Sources and binaries &lt;a class="" href="http://www.sourceforge.net/projects/vle" title="sourceforge"&gt;Sourceforge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sources &lt;a class="" href="http://www.github.com/vle-forge" title="github" rel="nofollow"&gt;Github&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.vle-project.org" title="vle-project.org" rel="nofollow"&gt;VLE website&lt;/a&gt; and&lt;br /&gt;
&lt;a class="" href="http://www.vle-project.org/wiki/VLE-1.2" title="vle-1.2" rel="nofollow"&gt;VLE 1.2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release-highlights"&gt;Release highlights&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The begin and duration simulation parameters are availables as conditions (into a global condition named simulation_engine). They can be used into experimental frames with VLE, MVLE, GVLE, RVLE and PyVLE. However, these changes break the compatibility between VLE 1.1 and VLE 1.2. So, we provide a script to convert your old VPZ 1.1 to the new syntax. This script is available in the source of VLE or in the the scripts directory in your installation.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;Usage&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;convert&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;vpz11&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;vpz12&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;py&lt;/span&gt; &lt;span class="o"&gt;[[&lt;/span&gt;&lt;span class="n"&gt;file&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;vpz&lt;/span&gt;&lt;span class="o"&gt;]&lt;/span&gt; &lt;span class="o"&gt;...]&lt;/span&gt;
       &lt;span class="n"&gt;convert&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;vpz11&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;vpz12&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;py&lt;/span&gt; &lt;span class="n"&gt;vle&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;examples&lt;/span&gt;&lt;span class="sr"&gt;/exp/&lt;/span&gt;&lt;span class="o"&gt;*.&lt;/span&gt;&lt;span class="n"&gt;vpz&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Many bug and memory leaks fixed.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="changelog-from-vle-11"&gt;Changelog from vle-1.1&lt;/h2&gt;
&lt;h3 id="vle-and-vfl"&gt;VLE and VFL&lt;/h3&gt;
&lt;p&gt;Gauthier Quesnel (18):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;github: add travis hooks config&lt;/li&gt;
&lt;li&gt;github: update travis configuration&lt;/li&gt;
&lt;li&gt;github: add universe repository to travis&lt;/li&gt;
&lt;li&gt;switch to vle 1.1.999&lt;/li&gt;
&lt;li&gt;AUTHORS: update&lt;/li&gt;
&lt;li&gt;Switch to 2014&lt;/li&gt;
&lt;li&gt;gvle: update AUTHORS&lt;/li&gt;
&lt;li&gt;gvle: update website&lt;/li&gt;
&lt;li&gt;scripts: adding script to convert vpz 1.1 to 1.2&lt;/li&gt;
&lt;li&gt;vle: switch API/ABI to 1.2&lt;/li&gt;
&lt;li&gt;utils: fix regular expression in unit test package&lt;/li&gt;
&lt;li&gt;utils: fix deallocated memory in SpawnUnix&lt;/li&gt;
&lt;li&gt;devs: fix a potential segfault in Coordinator&lt;/li&gt;
&lt;li&gt;vpz: remove useless assignment in CoupledModel&lt;/li&gt;
&lt;li&gt;mvle: assign a default value to the number of VPZ&lt;/li&gt;
&lt;li&gt;utils: simplify source in SpawnUnix&lt;/li&gt;
&lt;li&gt;NEWS: update&lt;/li&gt;
&lt;li&gt;cpack: fix installation of gtksourceview directory&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Patrick Chabrier (1):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;gvle: fix the matrix value editor&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ronan Trépos (8):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;vpz: set duration and begin into the conditions&lt;/li&gt;
&lt;li&gt;utils: fix messages in ModuleManager&lt;/li&gt;
&lt;li&gt;utils: remove extra test of finished spawn&lt;/li&gt;
&lt;li&gt;template package: generalize the compilation&lt;/li&gt;
&lt;li&gt;template: fix  FindGVLE.cmake&lt;/li&gt;
&lt;li&gt;template: generalize Find*VLE.cmake files&lt;/li&gt;
&lt;li&gt;win32: fix the VleUtilsConfig.cmake file&lt;/li&gt;
&lt;li&gt;template: fix VleUtilsConfig.cmake script&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="packages"&gt;Packages&lt;/h3&gt;
&lt;p&gt;Gauthier Quesnel (1):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;README: update&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ronan Trépos (5):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;all: put the duration and begin into conditions&lt;/li&gt;
&lt;li&gt;all: make use of the new cmake features&lt;/li&gt;
&lt;li&gt;vle.examples: fix generator dynamic building&lt;/li&gt;
&lt;li&gt;all: fix the VleUtilsConfig.cmake filesi&lt;/li&gt;
&lt;li&gt;all: fix VleUtils scripts and fix vle.forrester&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="rvle"&gt;RVLE&lt;/h3&gt;
&lt;p&gt;Gauthier Quesnel (1):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;NEWS: update&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ronan Trpos (1):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;win32: update the read of registry for VLE 1.2.0&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ronan Trépos (2):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;tests: put begin and duration into conditions&lt;/li&gt;
&lt;li&gt;switch to VLE 1.2&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="pyvle"&gt;PyVLE&lt;/h3&gt;
&lt;p&gt;Gauthier Quesnel (1):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;README: update&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ronan Trépos (2):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;tests: put begin and duration into conditions&lt;/li&gt;
&lt;li&gt;switch to VLE 1.2&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>VLE 1.1.2</title><link href="https://sourceforge.net/p/vle/news/2014/05/vle-112/" rel="alternate"/><published>2014-05-27T15:02:00.813000Z</published><updated>2014-05-27T15:02:00.813000Z</updated><author><name>Gauthier Quesnel</name><uri>https://sourceforge.net/u/quesnel/</uri></author><id>https://sourceforge.netd4975f596b054bf721c36a9e083b5a812ab6bab4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;h1 id="vle-112"&gt;vle-1.1.2&lt;/h1&gt;
&lt;h2 id="vle-and-vfl"&gt;VLE and VFL&lt;/h2&gt;
&lt;p&gt;Gauthier Quesnel (9):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;github: add travis hooks config&lt;/li&gt;
&lt;li&gt;utils: fix regular expression in unit test package&lt;/li&gt;
&lt;li&gt;utils: fix deallocated memory in SpawnUnix&lt;/li&gt;
&lt;li&gt;devs: fix a potential segfault in Coordinator&lt;/li&gt;
&lt;li&gt;vpz: remove useless assignment in CoupledModel&lt;/li&gt;
&lt;li&gt;mvle: assign a default value to the number of VPZ&lt;/li&gt;
&lt;li&gt;utils: simplify source in SpawnUnix&lt;/li&gt;
&lt;li&gt;cpack: fix installation of gtksourceview directory&lt;/li&gt;
&lt;li&gt;NEWS: update&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Ronan Trépos (2):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;utils: fix messages in ModuleManager&lt;/li&gt;
&lt;li&gt;utils: remove extra test of finished spawn&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>VLE 1.1.1</title><link href="https://sourceforge.net/p/vle/news/2014/04/vle-111/" rel="alternate"/><published>2014-04-03T15:07:12.814000Z</published><updated>2014-04-03T15:07:12.814000Z</updated><author><name>Gauthier Quesnel</name><uri>https://sourceforge.net/u/quesnel/</uri></author><id>https://sourceforge.net141cf4cc782e87a86dc929bd8425ac71a6780e62</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A patch release of VLE:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sources and binaries &lt;a class="" href="http://www.sourceforge.net/projects/vle" title="sourceforge"&gt;Sourceforge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sources &lt;a class="" href="http://www.github.com/vle-forge" title="github" rel="nofollow"&gt;Github&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.vle-project.org" title="vle-project.org" rel="nofollow"&gt;VLE website&lt;/a&gt; and &lt;a class="" href="http://www.vle-project.org/wiki/VLE-1.1" title="vle-1.1" rel="nofollow"&gt;VLE 1.1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="changes-from-110"&gt;Changes from 1.1.0&lt;/h3&gt;
&lt;h4 id="vle-and-vfl"&gt;VLE and VFL&lt;/h4&gt;
&lt;p&gt;Gauthier Quesnel (9):&lt;br /&gt;
 - AUTHORS: update&lt;br /&gt;
 - Switch to 2014&lt;br /&gt;
 - gvle: update AUTHORS&lt;br /&gt;
 - gvle: update website&lt;br /&gt;
 - scripts: adding script to convert vpz 1.1 to 1.2&lt;/p&gt;
&lt;p&gt;Patrick Chabrier (1):&lt;br /&gt;
- gvle: fix the matrix value editor&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>vle-1.1.0</title><link href="https://sourceforge.net/p/vle/news/2014/01/vle-110/" rel="alternate"/><published>2014-01-07T09:18:49.535000Z</published><updated>2014-01-07T09:18:49.535000Z</updated><author><name>Gauthier Quesnel</name><uri>https://sourceforge.net/u/quesnel/</uri></author><id>https://sourceforge.net0e1b65d9c8fd574f9df5f779f801aa7d959060a7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;h1 id="vle-110"&gt;VLE 1.1.0&lt;/h1&gt;
&lt;p&gt;A major release of VLE:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sources and binaries &lt;a class="" href="http://www.sourceforge.net/projects/vle" title="sourceforge"&gt;Sourceforge&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sources &lt;a class="" href="http://www.github.com/vle-forge" title="github" rel="nofollow"&gt;Github&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Documentation:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.vle-project.org" title="vle-project.org" rel="nofollow"&gt;VLE website&lt;/a&gt; and &lt;a class="" href="http://www.vle-project.org/wiki/VLE-1.1" title="vle-1.1" rel="nofollow"&gt;VLE 1.1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="release-highlights"&gt;Release highlights&lt;/h2&gt;
&lt;p&gt;From VLE 1.1, the extension (FSA, Petri net, Difference Equation, etc.) are provided into packages. A package can provides simulators, gvle's plug-ins, data, documentation, headers and static libraries. A package can depends of another package to be build and to be use at runtime of the simulation.&lt;/p&gt;
&lt;p&gt;The package can now be installed from remote repositories with the command line interface. Packages and theirs build dependencies and runtime dependencies are automatically downloaded and build.&lt;/p&gt;
&lt;p&gt;To improve the stability of VLE, We merge all shared libraries of vle (libvleutils, libvlevpz, libvledevs etc.) into an unique shared library called &lt;code&gt;libvle-1.1.so&lt;/code&gt; or &lt;code&gt;vle-1.1.dll&lt;/code&gt;. We provide an archive called &lt;code&gt;vle-1.1.a&lt;/code&gt; or &lt;code&gt;vle-1.1.lib&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;We remove the Eov program and the libvleeov shared library. Now, graphical output are available into the GVLE application.&lt;/p&gt;
&lt;p&gt;We add two build dependencies:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;a class="" href="http://think-async.com/" rel="nofollow"&gt;Boost::Asio library&lt;/a&gt; to download packages from remote repositories over http protocol.&lt;/li&gt;
&lt;li&gt;The &lt;a class="" href="http://libarchive.github.com/" rel="nofollow"&gt;libarchive library&lt;/a&gt; to extract gzip, bzip2 tarball and zip archives from the remote repositories.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We add an &lt;em&gt;MPI mode&lt;/em&gt; (not required) to use cluster machine with big experimental frames.&lt;/p&gt;
&lt;p&gt;Switch VLE to &lt;a class="" href="https://github.com/organizations/vle-forge" title="vle-forge" rel="nofollow"&gt;Github&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>vle-1.1.0-beta4</title><link href="https://sourceforge.net/p/vle/news/2013/10/vle-110-beta4/" rel="alternate"/><published>2013-10-03T09:15:18.054000Z</published><updated>2013-10-03T09:15:18.054000Z</updated><author><name>Gauthier Quesnel</name><uri>https://sourceforge.net/u/quesnel/</uri></author><id>https://sourceforge.netff6cf192e8ad7a781a373f64cea3249e1eac50d0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A fourth beta for VLE 1.1. Binary and Source Packages are available.&lt;br /&gt;
See &lt;a href="http://www.vle-project.org/wiki/VLE-1.1" rel="nofollow"&gt;http://www.vle-project.org/wiki/VLE-1.1&lt;/a&gt; for instructions.&lt;/p&gt;
&lt;h2 id="vle-and-vfl"&gt;VLE and VFL&lt;/h2&gt;
&lt;p&gt;Eric Casellas (1):&lt;br /&gt;
- vle : fix compilation options handling&lt;/p&gt;
&lt;p&gt;Gauthier Quesnel (8):&lt;br /&gt;
- devs: fix Dynamics::init() with negative Time&lt;br /&gt;
- vle: add CXX and CC flags for Clang&lt;br /&gt;
- devs: improve the positive and negative infinity test&lt;br /&gt;
- utils: remove unused variables&lt;br /&gt;
- test: hide declaration of get_temporary_path&lt;br /&gt;
- devs: remove unused variable&lt;br /&gt;
- vle: use class instead of struct with Pimpl&lt;br /&gt;
- vle: update NEWS&lt;/p&gt;
&lt;p&gt;Ronan Trépos (3):&lt;br /&gt;
- utils: fix error on remote command call&lt;br /&gt;
- template: fix missing INCLUDE_DIRS for extensions&lt;br /&gt;
- vpz: fix an error message&lt;/p&gt;
&lt;h2 id="packages"&gt;Packages&lt;/h2&gt;
&lt;p&gt;Gauthier Quesnel (3):&lt;br /&gt;
- output: add more precision in float/double output&lt;br /&gt;
- de: fix private typedef&lt;br /&gt;
- README: update&lt;/p&gt;
&lt;p&gt;Patrick Chabrier (1):&lt;br /&gt;
- output: fix the flushbybag feature&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>vle-1.1.0-beta3</title><link href="https://sourceforge.net/p/vle/news/2013/09/vle-110-beta3/" rel="alternate"/><published>2013-09-17T10:28:43.275000Z</published><updated>2013-09-17T10:28:43.275000Z</updated><author><name>Gauthier Quesnel</name><uri>https://sourceforge.net/u/quesnel/</uri></author><id>https://sourceforge.net2ad571bad93687a7f2b8993514cb05f4d60b880d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A third beta for VLE 1.1. Binary and Source Packages are available.&lt;br /&gt;
See &lt;a href="http://www.vle-project.org/wiki/VLE-1.1" rel="nofollow"&gt;http://www.vle-project.org/wiki/VLE-1.1&lt;/a&gt; for instructions.&lt;/p&gt;
&lt;p&gt;Changes from vle-1.1.0-beta2&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;README: switch to rst&lt;/li&gt;
&lt;li&gt;cli: add user messages in RemoteManager&lt;/li&gt;
&lt;li&gt;cli: fix help for remote manager&lt;/li&gt;
&lt;li&gt;cli: fix the remote commands&lt;/li&gt;
&lt;li&gt;cmake: best detection pkg-config dependencies&lt;/li&gt;
&lt;li&gt;cmake: update to README.rst instead of README&lt;/li&gt;
&lt;li&gt;ctest: add CTest scripts&lt;/li&gt;
&lt;li&gt;debug: remove the (de)allocated debug variables&lt;/li&gt;
&lt;li&gt;gvle: add the adjustment and zoom management&lt;/li&gt;
&lt;li&gt;gvle: fix file copy into the FileTreeView&lt;/li&gt;
&lt;li&gt;gvle: fix header guard fail&lt;/li&gt;
&lt;li&gt;gvle: fix the "new file" feature&lt;/li&gt;
&lt;li&gt;gvle: fix the Preferences Dialog&lt;/li&gt;
&lt;li&gt;gvle: fix the configuration of oov&lt;/li&gt;
&lt;li&gt;gvle: fix the creation of a new directory&lt;/li&gt;
&lt;li&gt;gvle: fix the rename function of the FileTreeView&lt;/li&gt;
&lt;li&gt;gvle: fix the saving of a new vpz file&lt;/li&gt;
&lt;li&gt;gvle: fix the unhandled copies&lt;/li&gt;
&lt;li&gt;gvle: update the Project menu&lt;/li&gt;
&lt;li&gt;template: fix CMake script&lt;/li&gt;
&lt;li&gt;template: fix the root CMakeLists.txt&lt;/li&gt;
&lt;li&gt;utils: add messages and log on install in RemoteManager&lt;/li&gt;
&lt;li&gt;utils: fill the actionSource function in RemoteManager&lt;/li&gt;
&lt;li&gt;utils: fix actionUpdate results in RemoteManager&lt;/li&gt;
&lt;li&gt;utils: fix install in RemoteManager&lt;/li&gt;
&lt;li&gt;utils: fix names and urls in RemoteManager&lt;/li&gt;
&lt;li&gt;utils: fix the package parser&lt;/li&gt;
&lt;li&gt;utils: fix the update action in RemoteManager&lt;/li&gt;
&lt;li&gt;utils: format of the Description.txt file&lt;/li&gt;
&lt;li&gt;utils: get the correct status after Spwan process&lt;/li&gt;
&lt;li&gt;utils: improve download manager&lt;/li&gt;
&lt;li&gt;utils: rename the mPackages member in RemoteManager.&lt;/li&gt;
&lt;li&gt;utils: update show commands in RemoteManager&lt;/li&gt;
&lt;li&gt;utils: use tar.bz2 and fill actionInstall in RemoteManager&lt;/li&gt;
&lt;li&gt;vle: improve error message with std::exception&lt;/li&gt;
&lt;li&gt;vle: remove debug message&lt;/li&gt;
&lt;li&gt;vle: update the clean command behaviour&lt;/li&gt;
&lt;li&gt;win32: fix cmake install command&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>vle-1.1.0-beta2</title><link href="https://sourceforge.net/p/vle/news/2013/06/vle-110-beta2/" rel="alternate"/><published>2013-06-21T10:07:35.846000Z</published><updated>2013-06-21T10:07:35.846000Z</updated><author><name>Gauthier Quesnel</name><uri>https://sourceforge.net/u/quesnel/</uri></author><id>https://sourceforge.net135141e2f36ac3391d52a1391a90a05b3aea0e86</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Second beta for VLE 1.1. Binary and Source Packages are available.&lt;br /&gt;
See &lt;a href="http://www.vle-project.org/wiki/VLE-1.1" rel="nofollow"&gt;http://www.vle-project.org/wiki/VLE-1.1&lt;/a&gt; for instructions.&lt;/p&gt;
&lt;p&gt;Changes from vle-1.1.0-beta1&lt;/p&gt;
&lt;p&gt;cli: fix uncaught exception&lt;br /&gt;
cmake: fix the error message in gvle&lt;br /&gt;
cmake: library dirs in FindVLE and FindGVLE&lt;br /&gt;
cmake: remove any reference to eov and oov&lt;br /&gt;
cmake win32: fix FindVle and FindGVLE for 64 bits&lt;br /&gt;
package: fix the extension detection of libraries&lt;br /&gt;
template: add automatic install directives&lt;br /&gt;
template: fix cpack configuration&lt;br /&gt;
template: remove the REQUIRED keyword in pkg-config&lt;br /&gt;
vle: build a static library libvle&lt;br /&gt;
win32: fix missing libarchive dependencies&lt;br /&gt;
win32: fix the search path using HKEYs in cmake&lt;br /&gt;
win32: fix the predefined variables for Boost&lt;br /&gt;
win32: fix the test_package test&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>vle-1.1.0-beta1</title><link href="https://sourceforge.net/p/vle/news/2013/05/vle-110-beta1/" rel="alternate"/><published>2013-05-31T13:50:35.497000Z</published><updated>2013-05-31T13:50:35.497000Z</updated><author><name>Gauthier Quesnel</name><uri>https://sourceforge.net/u/quesnel/</uri></author><id>https://sourceforge.net8f119f7b0768705dcb02200c0a4a91a02870600f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;A first beta for VLE 1.1. Binary and Source Packages are available.&lt;br /&gt;
See &lt;a href="http://www.vle-project.org/wiki/VLE-1.1" rel="nofollow"&gt;http://www.vle-project.org/wiki/VLE-1.1&lt;/a&gt; for instructions.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>vle-1.0.3</title><link href="https://sourceforge.net/p/vle/news/2012/05/vle-103/" rel="alternate"/><published>2012-05-21T12:23:51Z</published><updated>2012-05-21T12:23:51Z</updated><author><name>Gauthier Quesnel</name><uri>https://sourceforge.net/u/quesnel/</uri></author><id>https://sourceforge.net5e0031fdb50dc01e3c2bf6119fd7c873bebb897f</id><summary type="html">A new version of the Virtual Laboratory Environment is available for the stable branch, 1.0. All files and documentation are available on Sourceforge and VLE websites.

http://www.sourceforge.net/project/vle
http://www.vle-project.org</summary></entry><entry><title>vle-1.0.2</title><link href="https://sourceforge.net/p/vle/news/2012/02/vle-102/" rel="alternate"/><published>2012-02-16T16:29:07Z</published><updated>2012-02-16T16:29:07Z</updated><author><name>Gauthier Quesnel</name><uri>https://sourceforge.net/u/quesnel/</uri></author><id>https://sourceforge.netdd9145f75349375d2a6e3f72ed8830797dfeb889</id><summary type="html">A new version of the Virtual Laboratory Environment is available for the stable branch, 1.0. All files and documentation are available on Sourceforge and VLE websites.

http://www.sourceforge.net/project/vle
http://www.vle-project.org</summary></entry></feed>