From cd1e4706ed954b0f7566399c4cb1496e38ac3de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bigaret?= <sebastien.bigaret@telecom-bretagne.eu> Date: Tue, 22 Nov 2011 15:06:55 +0100 Subject: [PATCH] v1.5 --- CHANGES | 4 ++++ src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 4bea0dc1..ca73e4c6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +v1.5 +---- + +- The bridge now asks the server to delete a result after receiving it. - Added a consistency check to the ResultStore on the server side. It removes results with invalid statuses, and the results which are closed and point to diff --git a/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java b/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java index 3ad94c71..74df197a 100644 --- a/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java +++ b/src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java @@ -6,15 +6,15 @@ package eu.telecom_bretagne.praxis.common; */ public abstract class ReleaseInfo { - public static final String release = "1.4.1"; + public static final String release = "1.5"; public static final int revision = 0; public static final int application_revision = Configuration.getInt("revision"); - public static final String release_date = "2011-11-14"; + public static final String release_date = "2011-11-22"; - public static final String package_date = "2011-11-14"; + public static final String package_date = "2011-11-22"; /** * Returns a array of three strings: the release, the application_revision number, and the release date -- GitLab