From c1f35728222575d0d7b876d40047704c9d852870 Mon Sep 17 00:00:00 2001
From: Andrea Zoli <zoli@iasfbo.inaf.it>
Date: Mon, 10 Aug 2015 15:10:18 +0200
Subject: [PATCH] Release v4.5.0.

---
 CMakeLists.txt      |  2 +-
 ChangeLog           | 26 ++++++++++++++++++++++++++
 Doxyfile            |  2 +-
 include/PlVersion.h |  2 +-
 4 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ce5f84..d52f1f0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ MACRO_ENSURE_OUT_OF_SOURCE_BUILD( "In-source build error." )
 
 project(packet)
 set(packet_MAJOR_VERSION 4)
-set(packet_MINOR_VERSION 3)
+set(packet_MINOR_VERSION 5)
 set(packet_PATCH_VERSION 0)
 set(packet_VERSION
 ${packet_MAJOR_VERSION}.${packet_MINOR_VERSION}.${packet_PATCH_VERSION})
diff --git a/ChangeLog b/ChangeLog
index 198f537..01867f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2015-08-10 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>, Andrea Zoli <zoli@iasfbo.inaf.it>
+TAG v4.5.0
++ Comment debug print.
++ Fix CMakeLists.txt
++ Add InputFile::getpos().
++ Fix metadata loading for rblocks with a fixed number of instances.
++ Store fields section offsets.
++ Fix SDFBlock xml rblock name allocation.
++ Fix -Wextra warnings.
++ Fix src/CMakeLists.txt to work from a different source rootdir.
++ Install the static library with cmake.
++ Add cmake build system.
++ Remove pedantic warnings.
++ Throw exception on chdir error.
++ Fix xml parsing of SDFBlocks.
++ Example with iteration on blocks and fields
++ Added Packet::pheader(), Packet::dfheader(), Packet::sdf(), byte*
++ PartOfPacket::getBytes() as shortcuts
++ Adds xml examples
++ Makefile for Doxygen issues
++ Fix lot of warnings
++ Remove XmlConfig class.
++ Parsing directly XML without conversions.
++ Fix makefile output.
++ Rename SharedPtr include guards.
+
 2014-07-24 Andrea Bulgarelli <bulgarelli@iasfbo.inaf.it>, Andrea Zoli <zoli@iasfbo.inaf.it>
 TAG v4.3.2
 + Fixed Makefile for parallel build.
diff --git a/Doxyfile b/Doxyfile
index 3c798c9..3015bc7 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -2,7 +2,7 @@
 # General configuration options
 #---------------------------------------------------------------------------
 PROJECT_NAME           = PacketLib
-PROJECT_NUMBER         = 4.3.2
+PROJECT_NUMBER         = 4.5.0
 OUTPUT_DIRECTORY       = ref
 OUTPUT_LANGUAGE        = English
 EXTRACT_ALL            = YES
diff --git a/include/PlVersion.h b/include/PlVersion.h
index d9fa948..9d712fa 100644
--- a/include/PlVersion.h
+++ b/include/PlVersion.h
@@ -1 +1 @@
-#define	VERSION	4.3.2
+#define	VERSION	4.5.0
-- 
GitLab