Skip to content
Snippets Groups Projects
Commit 5de2d98c authored by Stephane Poirier's avatar Stephane Poirier
Browse files

version 1.18.9

parent 3777eb21
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE) ...@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(MAJOR_VERSION "1") set(MAJOR_VERSION "1")
set(MINOR_VERSION "18") set(MINOR_VERSION "18")
set(PATCH_VERSION "8") set(PATCH_VERSION "9")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
# check for 64 bit # check for 64 bit
......
YAT history file YAT history file
main 1.18.9 (2022/04/22)
==== ===================
Fixes: Fixes:
class Barrier
Documentation was wrong: a barrier object is not re-usable
-> see <yat/threading/Barrier.h>
class FileName class FileName
set(path, name, ext) wrong behavior when ext was empty
mod_time(): wrong conversion local <-> utc mod_time(): wrong conversion local <-> utc
recursive_chown() : this method was not functional recursive_chown() : this method was not functional
...@@ -20,6 +25,9 @@ Fixes: ...@@ -20,6 +25,9 @@ Fixes:
class Time class Time
fixed to_string formats fixed to_string formats
class Duration
any negative value passed in c-tor is automatically converted to positive one
Changes: Changes:
class FileName class FileName
file_access() now take an optional argument defing the access type to check file_access() now take an optional argument defing the access type to check
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-${library}-${mode}</artifactId> <artifactId>YAT-${aol}-${library}-${mode}</artifactId>
<version>1.18.8</version> <version>1.18.9</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT</name> <name>YAT</name>
<description>Yet Another Toolkit Library</description> <description>Yet Another Toolkit Library</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment