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

Release 1.9

parent 1bf06295
No related branches found
No related tags found
No related merge requests found
Pipeline #104 failed
v1.9
----
- By default, client.StorageManager now ignores update requests for unknown
results. A delegate can be provided to examine each of those requests and
decide whether they should be accepted --for details, see
......
Copyright Institut Télécom-Télécom Bretagne, 2002-2012
Copyright Institut Télécom-Télécom Bretagne, 2002-2013
Contributeurs:
Project leader, maintenance:
Sébastien Bigaret <sebastien.bigaret@telecom-bretagne.eu>
Philippe Picouet <philippe.picouet@telecom-bretagne.eu>
Ce logiciel, Praxis, est un environnement logiciel de fédération et de
combinaison de services distribués au sein de workflows.
......
Copyright Institut Télécom-Télécom Bretagne, 2002-2012
Copyright Institut Télécom-Télécom Bretagne, 2002-2013
Contributors:
Project leader, maintainer:
Sébastien Bigaret <sebastien.bigaret@telecom-bretagne.eu>
Philippe Picouet <philippe.picouet@telecom-bretagne.eu>
This software, Praxis, is a software environment for federating and
combining distributed services using workflows.
......
......@@ -68,7 +68,7 @@ UI.dialog.about_content = <html>\
{3}\
<hr>\
<i>Powered by Praxis - Version {0} - date: {2}<br>\
Copyright Institut Telecom-Telecom Bretagne, 2002-2012<br>\
Copyright Institut Telecom-Telecom Bretagne, 2002-2013<br>\
All rights reserved</i>\
</html>
UI.dialog.about_msg =
......
......@@ -68,7 +68,7 @@ UI.dialog.about_content = <html>\
{3}\
<hr>\
<i>Elabor\u00e9 avec Praxis - Version {0} - dat\u00E9 du {2}<br>\
Copyright Institut T\u00E9l\u00E9com-T\u00E9l\u00E9com Bretagne, 2002-2012<br>\
Copyright Institut T\u00E9l\u00E9com-T\u00E9l\u00E9com Bretagne, 2002-2013<br>\
Tous droits r\u00E9serv\u00E9s</i>\
</html>
UI.dialog.about_msg =
......
......@@ -7,15 +7,15 @@ package eu.telecom_bretagne.praxis.common;
*/
public abstract class ReleaseInfo
{
public static final String release = "1.8.1";
public static final String release = "1.9";
public static final int revision = 0;
public static final int application_revision = Configuration.getInt("revision");
public static final String release_date = "2012-11-23";
public static final String release_date = "2013-02-19";
public static final String package_date = "2012-11-23";
public static final String package_date = "2013-02-19";
/**
* 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