This commit is contained in:
Michael Davidsaver
2019-03-18 11:44:01 -07:00
parent 6d1cbd87fd
commit 521154fd52
2 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# Module (source) version # Module (source) version
EPICS_QSRV_MAJOR_VERSION = 1 EPICS_QSRV_MAJOR_VERSION = 1
EPICS_QSRV_MINOR_VERSION = 1 EPICS_QSRV_MINOR_VERSION = 2
EPICS_QSRV_MAINTENANCE_VERSION = 1 EPICS_QSRV_MAINTENANCE_VERSION = 0
EPICS_QSRV_DEVELOPMENT_FLAG = 1 EPICS_QSRV_DEVELOPMENT_FLAG = 0
# ABI version # ABI version
EPICS_QSRV_ABI_MAJOR_VERSION = 1 EPICS_QSRV_ABI_MAJOR_VERSION = 1

View File

@ -2,8 +2,8 @@
@page release_notes Release Notes @page release_notes Release Notes
Release 1.2.0 (UNRELEASED) Release 1.2.0 (Mar 2019)
========================== ========================
- Incompatible changes - Incompatible changes
- The field 'display.format' is replaced with 'display.form' and 'display.precision'. - 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 - Use @code info(Q:form, "...") @endcode to set 'display.form'. See @ref qsrv_form
- Fixes - Fixes
- Correct handling of 64-bit integer fields. - Correct handling of 64-bit integer fields.
- Install a copy of softIocExit.db for standalone builds
Release 1.1.0 (Nov 2018) Release 1.1.0 (Nov 2018)
========================== ==========================