diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index a9c1793..2e3710a 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -1,3 +1,26 @@ + + + + + + + EPICS V4 Normative Types Release Notes + + + + + + + +

Release 6.0.1

+ +

The only change since release 6.0.0 is:

+ + +

Release 6.0.0

The main changes since release 5.0.4 are:

@@ -211,8 +234,8 @@ it was necessary to have code like:

A new template getField method has been added to Structure

-

template -std::tr1::shared_ptr< const FT > getField(std::string const &fieldName) const

+

template<typename FT-> +std::tr1::shared_ptr< const FT-> getField(std::string const &fieldName) const

Can be used, for example, as follows:

@@ -313,3 +336,7 @@ This is prototype and is subject to debate.

Release 3.0.2

This was the starting point for RELEASE_NOTES

+ + + + diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 3f9368d..736e2e1 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +Release 6.0.1 +============= + +The only change since release 6.0.0 is: + +* Fix "Problem building pvDataCPP for win32-x86-mingw" (issue #42) + Release 6.0.0 =============