Author: chatellier Date: 2009-09-14 13:00:04 +0000 (Mon, 14 Sep 2009) New Revision: 2617 Modified: isis-fish/trunk/changelog.txt isis-fish/trunk/pom.xml isis-fish/trunk/src/main/java/fr/ifremer/isisfish/IsisConfig.java Log: Update changelog and increment isis version Modified: isis-fish/trunk/changelog.txt =================================================================== --- isis-fish/trunk/changelog.txt 2009-09-14 12:48:55 UTC (rev 2616) +++ isis-fish/trunk/changelog.txt 2009-09-14 13:00:04 UTC (rev 2617) @@ -1,11 +1,18 @@ -isis-fish (3.2.0.6) stable; urgency=low +isis-fish (3.2.0.7) stable; urgency=low - * Fix force parameter when adding result with coposed names * Fix a little trace util object for both Cache and Trace aspect * Add aspect to get rule time (init/pre/post) in simulation summary -- +isis-fish (3.2.0.6) stable; urgency=low + + * Add message if scripts can't be compiled + * Restore local simulation launcher (not as default) + * Fix force parameter when adding result with composed names + + -- lun. sept. 14 12:35:44 CEST 2009 + isis-fish (3.2.0.5) stable; urgency=low * Fix export loaded too early (not in correct classloader) Modified: isis-fish/trunk/pom.xml =================================================================== --- isis-fish/trunk/pom.xml 2009-09-14 12:48:55 UTC (rev 2616) +++ isis-fish/trunk/pom.xml 2009-09-14 13:00:04 UTC (rev 2617) @@ -13,7 +13,7 @@ <groupId>ifremer</groupId> <artifactId>isis-fish</artifactId> - <version>3.2.0.6-SNAPSHOT</version> + <version>3.2.0.7-SNAPSHOT</version> <!-- POM Relationships : Inheritance : Dependencies --> <dependencies> Modified: isis-fish/trunk/src/main/java/fr/ifremer/isisfish/IsisConfig.java =================================================================== --- isis-fish/trunk/src/main/java/fr/ifremer/isisfish/IsisConfig.java 2009-09-14 12:48:55 UTC (rev 2616) +++ isis-fish/trunk/src/main/java/fr/ifremer/isisfish/IsisConfig.java 2009-09-14 13:00:04 UTC (rev 2617) @@ -120,7 +120,7 @@ * migration de donnees demande automatiquement un changement de version * d'application. */ - protected final static VersionNumber version = new VersionNumber(3, 2, 0, 6); + protected final static VersionNumber version = new VersionNumber(3, 2, 0, 7); protected final static VersionNumber databaseVersion = new VersionNumber( version.getNumber(0), version.getNumber(1)); protected final static VersionNumber apiVersion = new VersionNumber(