Update release notes for 5.1.2

This commit is contained in:
Dave Hickin
2016-09-13 22:15:35 +01:00
parent b943d25be9
commit 1f76c2ec5c
2 changed files with 39 additions and 0 deletions

View File

@ -1,3 +1,29 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;" />
<meta name="keywords" content="EPICS, EPICSv4" />
<title>EPICS V4 Normative Types Release Notes</title>
<link rel="stylesheet" type="text/css" href="../../base.css" />
<link rel="stylesheet" type="text/css" href="../../epicsv4.css" />
</head>
<body>
<h1>Release 5.1.2</h1>
<p>The main changes since release 5.1.1 are:</p>
<ul>
<li>NTUnionBuilder: Add missing value() function</li>
<li>Updated document: Now document all Normative Types</li>
</ul>
<h1>Release 5.1.1</h1>
<p>The main changes since release 5.0 are:</p>
@ -111,3 +137,7 @@ added and options such as choice of scalar type can be made.</p>
NTUtils for type IDs.</li>
<li>Unit tests for the implemented classes.</li>
</ul>
</body>
</html>

View File

@ -1,3 +1,12 @@
Release 5.1.2
=============
The main changes since release 5.1.1 are:
* NTUnionBuilder: Add missing value() function
* Updated document: Now document all Normative Types
Release 5.1.1
=============