From 7d8fed705edad49be070a2f780f0152edc163747 Mon Sep 17 00:00:00 2001 From: Andrea Zoli <zoli@iasfbo.inaf.it> Date: Mon, 2 May 2016 17:20:29 +0200 Subject: [PATCH] Release v4.5.2. --- CMakeLists.txt | 2 +- ChangeLog | 6 ++++++ Doxyfile | 2 +- include/PlVersion.h | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c69b32b..21e2ae8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ MACRO_ENSURE_OUT_OF_SOURCE_BUILD( "In-source build error." ) project(packet) set(packet_MAJOR_VERSION 4) set(packet_MINOR_VERSION 5) -set(packet_PATCH_VERSION 1) +set(packet_PATCH_VERSION 2) set(packet_VERSION ${packet_MAJOR_VERSION}.${packet_MINOR_VERSION}.${packet_PATCH_VERSION}) set(PROJECT_VERSION ${packet_VERSION}) diff --git a/ChangeLog b/ChangeLog index 69c163d..c4ddfc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-05-02 Andrea Zoli <zoli@iasfbo.inaf.it> +TAG v4.5.2 ++ Fix getBSTail() bug (related to ByteStreamPtr). ++ Fix the Tail section parsing while using .stream configuration files. ++ Avoid prints on loading, leave the job to the applications. + 2015-08-10 Andrea Zoli <zoli@iasfbo.inaf.it> TAG v4.5.1 + Fixed a warning. diff --git a/Doxyfile b/Doxyfile index 005f315..9739881 100644 --- a/Doxyfile +++ b/Doxyfile @@ -2,7 +2,7 @@ # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = PacketLib -PROJECT_NUMBER = 4.5.1 +PROJECT_NUMBER = 4.5.2 OUTPUT_DIRECTORY = ref OUTPUT_LANGUAGE = English EXTRACT_ALL = YES diff --git a/include/PlVersion.h b/include/PlVersion.h index 31bf9ca..6824942 100644 --- a/include/PlVersion.h +++ b/include/PlVersion.h @@ -1 +1 @@ -#define VERSION 4.5.1 +#define VERSION 4.5.2 -- GitLab