This commit is contained in:
Michael Davidsaver
2021-01-15 07:51:05 -08:00
parent 6861f03c60
commit e09ffec3c5
+18 -7
View File
@@ -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