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

version 1.13.11

parent 785a47a8
Branches
Tags YAT4Tango-1.13.11
No related merge requests found
......@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(MAJOR_VERSION "1")
set(MINOR_VERSION "13")
set(PATCH_VERSION "10")
set(PATCH_VERSION "11")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
if (NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8)
......
YAT4Tango history file
1.13.11 (2023/04/05)
====================
Fixes
One argument was missing in the definition of macro
TANGO_EXCEPTION_TO_LOG_STREAM_WITH_PREFIX
-> see <yat4tango/ExceptionHelper.h>
Additions
class DynamicAttributeInfo
new members read_allowed_states & write_allowed_states. Both are
std::vector<DevState>. It define the srtates allowed for read & write
actions. If not defined all states are allowed in order to not change the
behavior.
-> see <yat4tango/DynamicAttribute.h>
class DynamicCommandInfo
new member allowed_states (std::vector<DevState>). It define the states
allowed when calling for the command. If not defined all states are
allowed in order to not change the behavior.
-> see <yat4tango/DynamicCommand.h>
Logging functions (for classes that inherit from yat4tango::TangoLogAdapter)
operator,() and operator%() defined in order to shorter syntax
Example :
info("ga bu {}"), zo;
or
info("ga bu {}") % zo;
1.13.10 (2023/01/16)
====================
......
......@@ -13,7 +13,7 @@
<artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
<version>1.13.10</version>
<version>1.13.11</version>
<packaging>nar</packaging>
......
......@@ -11,7 +11,7 @@
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-amd64-Linux-gcc-shared-${mode}</artifactId>
<version>1.13.10</version>
<version>1.13.11</version>
<packaging>nar</packaging>
<name>YAT4Tango</name>
......
......@@ -11,7 +11,7 @@
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT4Tango-${aol}-shared-${mode}</artifactId>
<version>1.13.10</version>
<version>1.13.11</version>
<packaging>nar</packaging>
<name>YAT4Tango</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment