Eclipse SCADA 0.2.1 released
We released Eclipse SCADA 0.2.1, which provides a few bug fixes to the 0.2.x release cycle of Eclipse SCADA.
Beside a few issues with the configuration tool and a possible login exception a huge performance improvement on the HD server make up the main parts of this release. Read on for more details. Thanks to everybody who helped with this release!
0.2.1 (release) – R201505080532
-
Release Notes – Release Plan
-
Download area
-
Composite P2 repository
-
Online Javadoc
-
Maven 2 repository
<repository> <id>eclipse.scada</id> <url>http://download.eclipse.org/eclipsescada/downloads/org.eclipse.scada/drops/0.2.1/R201505080532/maven</url> </repository>
Also see EclipseSCADA/GettingStarted/WithMaven. -
YUM repository – Debian packages
-
Eclipse NeoSCADA Admin Client
So in more detail the following issues got fixed:
- Issue #463847: Escaping of ${var}" does not work for generated launchers profile based OSGi applications
- Issue #463851: ValueArchive storage base directory can NOT contains paths with drive letters (Windows)
- Issue #463919: Run Equinox Application Profile does not find the target platform bundles
- Issue #465558: Optimize purgeAll command for hdserver
The first three cover a few oddities with the Eclipse SCADA Configurator tool, especially on Windows. The last issue is a huge performance fix which allows cleaning up the HD storage pools with a lot less IOs.