diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 3d4a637e32a0c798c1e6237bf32f6722fb09022e..fb69bf5cedc10bd08e7216bac9f4f910f46c46e7 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,12 @@ 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) ================== diff --git a/pom.xml b/pom.xml index ac182b84617a11fc960d3065f7c6476b7d365c92..c540588c277a687e44698273c91d0543c55f9c69 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ </parent> <groupId>fr.soleil.lib</groupId> <artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId> - <version>3.5.4-SNAPSHOT</version> + <version>3.5.4</version> <packaging>nar</packaging> <name>NexusCPP</name> <description>NexusCPP library</description> diff --git a/pom_64.xml b/pom_64.xml index 2bcbfe17d69ca61f38dd2f87b3737ddc87d6db02..6b9d6c90d15eccfb041110c30f6258f88cfccdbf 100755 --- a/pom_64.xml +++ b/pom_64.xml @@ -10,7 +10,7 @@ <groupId>fr.soleil.lib</groupId> <artifactId>NexusCPP-amd64-Linux-gcc-shared-${mode}</artifactId> - <version>3.5.3</version> + <version>3.5.4</version> <packaging>nar</packaging> <name>NexusCPP</name> @@ -54,7 +54,7 @@ <dependency> <groupId>fr.soleil.lib</groupId> <artifactId>YAT-amd64-Linux-gcc-shared-${mode}</artifactId> - <version>1.19.5</version> + <version>1.21.2</version> </dependency> <!-- still not supported in 64 bits --> <!-- <dependency> diff --git a/pom_64_Win7_shared.xml b/pom_64_Win7_shared.xml index a961170f8096314545727618946541e01bcf3dfd..65a80fe8082873422a4b93e671320b4ee8c5555d 100755 --- a/pom_64_Win7_shared.xml +++ b/pom_64_Win7_shared.xml @@ -10,7 +10,7 @@ <groupId>fr.soleil.lib</groupId> <artifactId>NexusCPP-${aol}-shared-${mode}</artifactId> - <version>3.5.3</version> + <version>3.5.4</version> <packaging>nar</packaging> <name>NexusCPP</name> @@ -38,7 +38,7 @@ </scm> <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> <yat-lib>${libs-64bits}\yat\${YAT.version}\lib\</yat-lib> <yat-include>${libs-64bits}\yat\${YAT.version}\include\</yat-include>