release notes for 7.1.0
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
# Version number for the PV Access API and shared library
|
# Version number for the PV Access API and shared library
|
||||||
|
|
||||||
EPICS_PVA_MAJOR_VERSION = 7
|
EPICS_PVA_MAJOR_VERSION = 7
|
||||||
EPICS_PVA_MINOR_VERSION = 0
|
EPICS_PVA_MINOR_VERSION = 1
|
||||||
EPICS_PVA_MAINTENANCE_VERSION = 1
|
EPICS_PVA_MAINTENANCE_VERSION = 0
|
||||||
|
|
||||||
# Development flag, set to zero for release versions
|
# Development flag, set to zero for release versions
|
||||||
|
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
/** @page pvarelease_notes Release Notes
|
/** @page pvarelease_notes Release Notes
|
||||||
|
|
||||||
Release X.Y.Z
|
Release 7.1.0 (Nov 2019)
|
||||||
=============
|
========================
|
||||||
|
|
||||||
- Incompatible changes
|
- Incompatible changes
|
||||||
- Requires Base >= 3.15
|
- Requires Base >= 3.15
|
||||||
- Changes
|
- Changes
|
||||||
- Change semantics of StaticProvider::close() wrt. closing SharedPV
|
- Change semantics of StaticProvider::close() wrt. closing SharedPV
|
||||||
|
- Invalid values in EPICS_PVAS_INTF_ADDR_LIST fails hard
|
||||||
|
- Change to side-effects of pvac::Monitor::cancel()
|
||||||
|
- Bug fixes
|
||||||
|
|
||||||
Release 7.0.0 (July 2019)
|
Release 7.0.0 (July 2019)
|
||||||
=========================
|
=========================
|
||||||
|
Reference in New Issue
Block a user