Skip to content
Snippets Groups Projects
Commit af1bfa85 authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

version 3.5.4

parent 2afeb345
No related branches found
No related tags found
No related merge requests found
NexusCPP history file NexusCPP history file
3.5.4 (2024/07/16)
==================
Bug fix: In case of Write time interval if set to a positive value,
the write timer was never restarted after first expiration,
so the expired() method always returns 'true' after that.
3.5.3 (2023/07/19) 3.5.3 (2023/07/19)
================== ==================
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId> <artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId>
<version>3.5.4-SNAPSHOT</version> <version>3.5.4</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>NexusCPP</name> <name>NexusCPP</name>
<description>NexusCPP library</description> <description>NexusCPP library</description>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-amd64-Linux-gcc-shared-${mode}</artifactId> <artifactId>NexusCPP-amd64-Linux-gcc-shared-${mode}</artifactId>
<version>3.5.3</version> <version>3.5.4</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>NexusCPP</name> <name>NexusCPP</name>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<dependency> <dependency>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-amd64-Linux-gcc-shared-${mode}</artifactId> <artifactId>YAT-amd64-Linux-gcc-shared-${mode}</artifactId>
<version>1.19.5</version> <version>1.21.2</version>
</dependency> </dependency>
<!-- still not supported in 64 bits --> <!-- still not supported in 64 bits -->
<!-- <dependency> <!-- <dependency>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-${aol}-shared-${mode}</artifactId> <artifactId>NexusCPP-${aol}-shared-${mode}</artifactId>
<version>3.5.3</version> <version>3.5.4</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>NexusCPP</name> <name>NexusCPP</name>
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</scm> </scm>
<properties> <properties>
<YAT.version>1.19.5</YAT.version> <YAT.version>1.21.2</YAT.version>
<libs-64bits>//filer2.ica.synchrotron-soleil.fr/ica/LIB_VC12_64</libs-64bits> <libs-64bits>//filer2.ica.synchrotron-soleil.fr/ica/LIB_VC12_64</libs-64bits>
<yat-lib>${libs-64bits}\yat\${YAT.version}\lib\</yat-lib> <yat-lib>${libs-64bits}\yat\${YAT.version}\lib\</yat-lib>
<yat-include>${libs-64bits}\yat\${YAT.version}\include\</yat-include> <yat-include>${libs-64bits}\yat\${YAT.version}\include\</yat-include>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment