Update release notes and release date.
This commit is contained in:
@@ -15,10 +15,13 @@
|
||||
|
||||
<h1>Release 6.0.1</h1>
|
||||
|
||||
<p>The only change since release 6.0.0 is:</p>
|
||||
<p>The changes since release 6.0.0 are:</p>
|
||||
|
||||
<ul>
|
||||
<li>Fix "Problem building pvDataCPP for win32-x86-mingw" (issue #42)</li>
|
||||
<li>In src/misc/bitSet.cpp #include <algorithm> required for MSVS 2015</li>
|
||||
<li>In testApp/misc/testTypeCast.cpp print (u)int8 values as integers</li>
|
||||
<li>Minor documentation updates</li>
|
||||
</ul>
|
||||
|
||||
<h1>Release 6.0.0</h1>
|
||||
|
||||
@@ -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 <algorithm> required for MSVS 2015
|
||||
* In testApp/misc/testTypeCast.cpp print (u)int8 values as integers
|
||||
* Minor documentation updates
|
||||
|
||||
Release 6.0.0
|
||||
=============
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<div class="head">
|
||||
<h1>EPICS pvDataCPP</h1>
|
||||
|
||||
<h2 class="nocount">Release 6.0.1 - 2016.09.13</h2>
|
||||
<h2 class="nocount">Release 6.0.1 - 2016-09-14</h2>
|
||||
|
||||
<dl>
|
||||
<dt>Editors:</dt>
|
||||
@@ -45,10 +45,6 @@
|
||||
<dd>Matej Sekoranja, CosyLab</dd>
|
||||
<dd>David Hickin, Diamond Light Source</dd>
|
||||
</dl>
|
||||
|
||||
<p class="copyright">This product is made available subject to acceptance of the <a
|
||||
href="http://epics-pvdata.sourceforge.net/LICENSE.html">EPICS open source
|
||||
license.</a></p>
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
@@ -66,7 +62,7 @@ V4 control system programming environment:<br />
|
||||
|
||||
<h2 class="nocount">Status of this Document</h2>
|
||||
|
||||
<p>This is the 13-September-2016 version for the 6.0.1 release of the
|
||||
<p>This is the 14-September-2016 version for the 6.0.1 release of the
|
||||
C++ implementation of pvData.
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user