From 6da871fa6471d00b1352024297e81e98c9c90d2b Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 17 Apr 2019 09:24:40 -0700 Subject: [PATCH] 7.1.3 --- configure/CONFIG_PVDATA_VERSION | 2 +- documentation/Doxyfile | 2 +- documentation/release_notes.dox | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configure/CONFIG_PVDATA_VERSION b/configure/CONFIG_PVDATA_VERSION index 784edb9..71225c9 100644 --- a/configure/CONFIG_PVDATA_VERSION +++ b/configure/CONFIG_PVDATA_VERSION @@ -1,4 +1,4 @@ EPICS_PVD_MAJOR_VERSION = 7 EPICS_PVD_MINOR_VERSION = 1 -EPICS_PVD_MAINTENANCE_VERSION = 2 +EPICS_PVD_MAINTENANCE_VERSION = 3 EPICS_PVD_DEVELOPMENT_FLAG = 0 diff --git a/documentation/Doxyfile b/documentation/Doxyfile index cc95ca9..8bb6f12 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "PVData C++" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 7.1.2 +PROJECT_NUMBER = 7.1.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/documentation/release_notes.dox b/documentation/release_notes.dox index 338e054..1552a4f 100644 --- a/documentation/release_notes.dox +++ b/documentation/release_notes.dox @@ -2,6 +2,12 @@ @page release_notes Release Notes +Release 7.1.3 (Apr 2019) +======================== + +- Fix for array serialization error to/from big endian. + https://github.com/epics-base/pvDataCPP/issues/65 + Release 7.1.2 (Mar 2019) ========================