release notes for 7.1.0

This commit is contained in:
Michael Davidsaver
2019-10-31 10:39:19 -07:00
parent 135bf7265c
commit 5972306346
2 changed files with 7 additions and 4 deletions

View File

@ -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

View File

@ -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)
========================= =========================