diff --git a/CMakeLists.txt b/CMakeLists.txt index 480c2459eeae79c3e0bababaecb99f0eaeb8190c..ef7d413ee309dfabffefd6a23c3d506e422a942a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE) set(MAJOR_VERSION "1") set(MINOR_VERSION "19") -set(PATCH_VERSION "2") +set(PATCH_VERSION "3") set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") # check for 64 bit diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 87be79a6fa5f69a0a1aec90531ef2e0671e9eed8..a5ead993c928e09abe612e5c5ac3cf7ffdad6fbe 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,30 @@ YAT history file +1.19.3 (2022/09/28) +=================== + +Changes: + classes UDPListener & UDPTrigger + Use valid default values in config c-tor + Better check of configuration values + + class Format + binary output with showbase option is now prefixed with '0b' + octal output with showbase option is now prefixed with '0o' + + class URI + URI(const URI::Field&) c-tor now throw in case of bad field value + +Additions: + class URI + new utility method is_ipv4 + -> see <yat/utils/URI.h> + +Fixes: + class Socket + return value from get_option() is now Socket::TCP_PROTOCOL or + Socket::UDP_PROTOCOL + 1.19.2 (2022/07/20) =================== diff --git a/doc/Doxyfile b/doc/Doxyfile index 23c2c6f30f1f15a7171faf895f8f5e401dcf7430..541500413c23b6c0299dec952058b372290b61c8 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = YAT # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.19.1 +PROJECT_NUMBER = 1.19.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/pom.xml b/pom.xml index 35a966baa36aa4601f43c7a865cb76b917e4843c..042a76a06e839a634b85e0aa17eb3dd04e03b3f4 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ </parent> <groupId>fr.soleil.lib</groupId> <artifactId>YAT-${aol}-${library}-${mode}</artifactId> -<version>1.19.3-SNAPSHOT</version> +<version>1.19.3</version> <packaging>nar</packaging> <name>YAT</name> <description>Yet Another Toolkit Library</description> diff --git a/pom_64.xml b/pom_64.xml index 631500e5db176ad9e4b210f880378c1cc0884dad..60113677e276686c65152fe53c19b64b0221d0f1 100644 --- a/pom_64.xml +++ b/pom_64.xml @@ -10,7 +10,7 @@ <groupId>fr.soleil.lib</groupId> <artifactId>YAT-amd64-Linux-gcc-${library}-${mode}</artifactId> - <version>1.19.2</version> + <version>1.19.3</version> <packaging>nar</packaging> <name>YAT</name> diff --git a/pom_64_Win7_shared.xml b/pom_64_Win7_shared.xml index e7fe7430a35455aaedbc11199f1cbad57be757bd..a4bfa13f72f359073b35129015ad8b775a4b543c 100644 --- a/pom_64_Win7_shared.xml +++ b/pom_64_Win7_shared.xml @@ -10,7 +10,7 @@ <groupId>fr.soleil.lib</groupId> <artifactId>YAT-${aol}-shared-${mode}</artifactId> - <version>1.19.2</version> + <version>1.19.3</version> <packaging>nar</packaging> <name>YAT</name>