1.2.0
This commit is contained in:
@ -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
|
||||||
|
@ -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)
|
||||||
==========================
|
==========================
|
||||||
|
Reference in New Issue
Block a user