Skip to content

Commit

Permalink
release notes for 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Oct 31, 2019
1 parent 135bf72 commit 5972306
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure/CONFIG_PVACCESS_VERSION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Version number for the PV Access API and shared library

EPICS_PVA_MAJOR_VERSION = 7
EPICS_PVA_MINOR_VERSION = 0
EPICS_PVA_MAINTENANCE_VERSION = 1
EPICS_PVA_MINOR_VERSION = 1
EPICS_PVA_MAINTENANCE_VERSION = 0

# Development flag, set to zero for release versions

Expand Down
7 changes: 5 additions & 2 deletions documentation/release_notes.dox
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
/** @page pvarelease_notes Release Notes

Release X.Y.Z
=============
Release 7.1.0 (Nov 2019)
========================

- Incompatible changes
- Requires Base >= 3.15
- Changes
- 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)
=========================
Expand Down

0 comments on commit 5972306

Please sign in to comment.