From e09ffec3c5e0a579c59f8d0e6a43f984cfedfab3 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 14 Jan 2021 20:47:56 -0800 Subject: [PATCH] doc --- documentation/releasenotes.rst | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/documentation/releasenotes.rst b/documentation/releasenotes.rst index 695ccb7..3018569 100644 --- a/documentation/releasenotes.rst +++ b/documentation/releasenotes.rst @@ -3,16 +3,27 @@ Release Notes ============= -0.x.y series ------------- +0.1.1 (UNRELEASED) +------------------ -Pre-production release series. +* Bug Fixes -* 0.1.1 (UNRELEASED) + * Fix decoding of "null" string. Addresses interoperability with pvAccessJava. + * Increase inactivity timeout for TCP connections from 30 to 40 seconds. Also for interoperability with pvAccessJava. + * Client search requests incorrectly set Server direction bit. (existing servers don't enforce this) + * Improved handling of errors resulting from pvRequest processing. eg. field selection which doesn't select any fields. - * Client search requests incorrectly set Server direction bit. - (existing servers don't enforce this) +* Added Features -* 0.1.0 (Dec 2020) + * Added `PVXS_ABI_VERSION` et al. to *pvxs/version.h* + * Add `testThrowsMatch` and `testStrMatch` to *pvxs/unitttest.h* + +* Changes + + * Changed name of automatic Sources `builtin` and `server` to `__builtin` and `__server`. + Document that Source names beginning with `__` are reserved. + +0.1.0 (Dec 2020) +---------------- * Initial Release