release/4.1 merged back to master

This commit is contained in:
Matej Sekoranja
2015-10-15 13:53:52 +02:00
9 changed files with 24 additions and 58 deletions
+4 -4
View File
@@ -100,8 +100,8 @@ testValue 0
REFERENCES
==========
[1] http://epics-pvdata.sourceforge.net
[2] http://sourceforge.net/p/epics-pvdata/pvAccessCPP/ci/default/tree/
[3] http://sourceforge.net/p/epics-pvdata/pvAccessJava/ci/default/tree/
[4] http://sourceforge.net/p/epics-pvdata/pvDataCPP/ci/default/tree/
[5] http://sourceforge.net/p/epics-pvdata/pvCommonCPP/ci/default/tree/
[2] https://github.com/epics-base/pvAccessCPP
[3] https://github.com/epics-base/pvAccessJava
[4] https://github.com/epics-base/pvDataCPP
[5] https://github.com/epics-base/pvCommonCPP
+17
View File
@@ -0,0 +1,17 @@
Release 4.1.2
==========
* Improved Jenkins build support
* Removed QtCreated IDE configuration files
* Use of getSubField<> instead of e.g. getDoubleField()
* CA support for pvget, pvput and pvinfo.
* vxWorks/RTEMS compiler warnings resolved.
* Transport shutdown improved.
* CA DBR status fix.
* Monitor queue handling improved.
* Fixed bad performance on 10Gbit or faster networks.
* Async RPC service.
Release 4.0.5
==========
(Starting point for release notes.)
+1 -1
View File
@@ -6,6 +6,6 @@
- improve searching of channel with server address specified
- void transportUnresponsive() { not implemented (also in Java)
- void transportUnresponsive() is not implemented (also in Java)
- complete authNZ (callback on right change)
- request event on disconnect/destroy, etc.?
-11
View File
@@ -1,11 +0,0 @@
<h1>Release release/3.1 IN DEVELOPMENT</h1>
<p>The main changes since release 3.0.2 are:</p>
<ul>
<li>pvAccess API is changed.</li>
</ul>
<h2>pvAccess API is changed.</h2>
<p>Instead of data (PVStructure) appearing in connect callback (for example channelGetConnect)
it now is present in method called by whoever delivers the data.
See pvAccessJava.html for details.</p>
<h1>Release 3.0.4</h1>
<p>This was the starting point for RELEASE_NOTES</p>
-18
View File
@@ -1,18 +0,0 @@
Release release/3.1 IN DEVELOPMENT
===========
The main changes since release 3.0.2 are:
* pvAccess API is changed.
pvAccess API is changed.
------------
Instead of data (PVStructure) appearing in connect callback (for example channelGetConnect)
it now is present in method called by whoever delivers the data.
See pvAccessJava.html for details.
Release 3.0.4
==========
This was the starting point for RELEASE_NOTES
-9
View File
@@ -1,9 +0,0 @@
<h1>TODO</h1>
<h2>pvAccessCPP.html</h2>
<p>This needs to be written.
For now it just refers to pvAccessJava.html</p>
<h2>RPCClient</h2>
<p>The C++ implementation only has method request.
The Java version has methods: destroy, waitConnect, request, sendRequest, and waitResponse.</p>
<h2>Matej to add info</h2>
<p>This markdown document is for Matej to edit.</p>
-13
View File
@@ -1,13 +0,0 @@
TODO
===========
pvAccessCPP.html
------------
This needs to be written.
For now it just refers to pvAccessJava.html
Matej to add info
--------
This markdown document is for Matej to edit.
+2 -2
View File
@@ -26,8 +26,8 @@
// TODO to be generated, etc.
#define EPICS_PVA_MAJOR_VERSION 4
#define EPICS_PVA_MINOR_VERSION 1
#define EPICS_PVA_MAINTENANCE_VERSION 0
#define EPICS_PVA_DEVELOPMENT_FLAG 1
#define EPICS_PVA_MAINTENANCE_VERSION 2
#define EPICS_PVA_DEVELOPMENT_FLAG 0
namespace epics {
namespace pvAccess {