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

version 1.19.3

parent 89905c31
No related branches found
No related tags found
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 "19") set(MINOR_VERSION "19")
set(PATCH_VERSION "2") set(PATCH_VERSION "3")
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
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) 1.19.2 (2022/07/20)
=================== ===================
......
...@@ -38,7 +38,7 @@ PROJECT_NAME = YAT ...@@ -38,7 +38,7 @@ PROJECT_NAME = YAT
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # 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 # 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 # for a project that appears at the top of each page and should give viewer a
......
...@@ -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.19.3-SNAPSHOT</version> <version>1.19.3</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>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-amd64-Linux-gcc-${library}-${mode}</artifactId> <artifactId>YAT-amd64-Linux-gcc-${library}-${mode}</artifactId>
<version>1.19.2</version> <version>1.19.3</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT</name> <name>YAT</name>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>YAT-${aol}-shared-${mode}</artifactId> <artifactId>YAT-${aol}-shared-${mode}</artifactId>
<version>1.19.2</version> <version>1.19.3</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>YAT</name> <name>YAT</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment