diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 192dee6..1f0a423 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -1,6 +1,16 @@ -

Release 5.0

+

Release 5.0.3

-

The main changes since release 4.0 are:

+

The only change since release 5.0.2 is:

+ +

Fixed buffer overflow in PVUnion::serialize() (issue #20)

+ +

A PVUnion whose stored value was null was serialized without checking +whether the buffer had sufficient capacity. This has been fixed by calling +ensureBuffer().

+ +

Release 5.0.2

+ +

The main changes since release 4.0.3 are: