Skip to content
Snippets Groups Projects
Commit c8b15937 authored by BIGARET Sebastien's avatar BIGARET Sebastien
Browse files

Merge branch 'hotfix/1.8.1'

parents 0e7da3e9 3213c118
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<classpathentry kind="lib" path="lib/javassist.jar"/>
<classpathentry kind="lib" path="lib/velocity-1.6.3-dep.jar"/>
<classpathentry kind="lib" path="lib/velocity-1.6.3.jar"/>
<classpathentry kind="lib" path="lib/sqlitejdbc-v056.jar"/>
<classpathentry kind="lib" path="lib/sqlite-jdbc-3.7.2.jar"/>
<classpathentry kind="lib" path="lib/junit-4.8.1.jar"/>
<classpathentry kind="lib" path="lib/drmaa.jar"/>
<classpathentry kind="lib" path="lib/stax2-api-3.0.1.jar"/>
......
v1.8.1
------
- Fixed: on Windows 7 64 bits, a praxis application could not start because
the SQLite JDBC driver we used (made by David Crawshaw) fails with an out of
memory error when building the connection to hte database.
Replaced with Xerial's JDBC driver written by Taro L. Saito.
The driver is an extension of David Crawshaw's SQLite JDBC driver.
v1.8
----
......
......@@ -7,15 +7,15 @@ package eu.telecom_bretagne.praxis.common;
*/
public abstract class ReleaseInfo
{
public static final String release = "1.8";
public static final String release = "1.8.1";
public static final int revision = 0;
public static final int application_revision = Configuration.getInt("revision");
public static final String release_date = "2012-11-22";
public static final String release_date = "2012-11-23";
public static final String package_date = "2012-11-22";
public static final String package_date = "2012-11-23";
/**
* Returns a array of three strings: the release, the application_revision number, and the release date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment