From 3cae45128fc58cf455ea7aa09fb2fb84b266630a Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 20 May 2020 15:09:00 -0700 Subject: [PATCH] update release notes --- documentation/release_notes.dox | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/documentation/release_notes.dox b/documentation/release_notes.dox index fd8c1ae..7ff3df0 100644 --- a/documentation/release_notes.dox +++ b/documentation/release_notes.dox @@ -4,9 +4,16 @@ Release X.Y.Z (XXX 2020) - Changes - Add 'pval' iocsh command to list names from all providers of the running server. + - Start protocol CID, SID, and IOID from different non-zero values. - Bug fixes + - client: fix mixed up CID/SID in CMD_DESTROY_CHANNEL handler. + Protocol decode error effecting all previous versions. - pvput fix JSON mode regression - Some error messages incorrectly showed "" instead of an actual IP+port. + - pvcall handle NULL return + - pv* tools: '-V' shows dependency versions. + - client unconditionally clear existingBitSet + - no "invalid bit-set length" https://github.com/epics-base/pvAccessCPP/issues/158 Release 7.1.0 (Nov 2019) ========================