diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 3447139..95f6ec2 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -15,10 +15,13 @@

Release 6.0.1

-

The only change since release 6.0.0 is:

+

The changes since release 6.0.0 are:

Release 6.0.0

diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 736e2e1..817b5f7 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -1,9 +1,12 @@ Release 6.0.1 ============= -The only change since release 6.0.0 is: +The changes since release 6.0.0 are: * Fix "Problem building pvDataCPP for win32-x86-mingw" (issue #42) +* In src/misc/bitSet.cpp #include required for MSVS 2015 +* In testApp/misc/testTypeCast.cpp print (u)int8 values as integers +* Minor documentation updates Release 6.0.0 ============= diff --git a/documentation/pvDataCPP.html b/documentation/pvDataCPP.html index 73a4a40..eb2941c 100644 --- a/documentation/pvDataCPP.html +++ b/documentation/pvDataCPP.html @@ -36,7 +36,7 @@

EPICS pvDataCPP

-

Release 6.0.1 - 2016.09.13

+

Release 6.0.1 - 2016-09-14

Editors:
@@ -45,10 +45,6 @@
Matej Sekoranja, CosyLab
David Hickin, Diamond Light Source
- -
@@ -66,7 +62,7 @@ V4 control system programming environment:

Status of this Document

-

This is the 13-September-2016 version for the 6.0.1 release of the +

This is the 14-September-2016 version for the 6.0.1 release of the C++ implementation of pvData.