From 521154fd52d149ea578a73cabc1f7e4c784cf14f Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 18 Mar 2019 11:44:01 -0700 Subject: [PATCH] 1.2.0 --- configure/CONFIG_QSRV_VERSION | 6 +++--- documentation/release_notes.dox | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/configure/CONFIG_QSRV_VERSION b/configure/CONFIG_QSRV_VERSION index 5ab68a7..081cf58 100644 --- a/configure/CONFIG_QSRV_VERSION +++ b/configure/CONFIG_QSRV_VERSION @@ -1,8 +1,8 @@ # Module (source) version EPICS_QSRV_MAJOR_VERSION = 1 -EPICS_QSRV_MINOR_VERSION = 1 -EPICS_QSRV_MAINTENANCE_VERSION = 1 -EPICS_QSRV_DEVELOPMENT_FLAG = 1 +EPICS_QSRV_MINOR_VERSION = 2 +EPICS_QSRV_MAINTENANCE_VERSION = 0 +EPICS_QSRV_DEVELOPMENT_FLAG = 0 # ABI version EPICS_QSRV_ABI_MAJOR_VERSION = 1 diff --git a/documentation/release_notes.dox b/documentation/release_notes.dox index 9efc3a1..6229982 100644 --- a/documentation/release_notes.dox +++ b/documentation/release_notes.dox @@ -2,8 +2,8 @@ @page release_notes Release Notes -Release 1.2.0 (UNRELEASED) -========================== +Release 1.2.0 (Mar 2019) +======================== - Incompatible changes - The field 'display.format' is replaced with 'display.form' and 'display.precision'. @@ -12,6 +12,7 @@ Release 1.2.0 (UNRELEASED) - Use @code info(Q:form, "...") @endcode to set 'display.form'. See @ref qsrv_form - Fixes - Correct handling of 64-bit integer fields. + - Install a copy of softIocExit.db for standalone builds Release 1.1.0 (Nov 2018) ==========================