Merge pull request #31 from dhickin/make_release_4.1.3
Make release 4.1.3
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Release 4.1.3
|
||||
==========
|
||||
|
||||
* Monitor fix: element no longer queued when overrun in progress.
|
||||
|
||||
Release 4.1.2
|
||||
==========
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
// TODO to be generated, etc.
|
||||
#define EPICS_PVA_MAJOR_VERSION 4
|
||||
#define EPICS_PVA_MINOR_VERSION 1
|
||||
#define EPICS_PVA_MAINTENANCE_VERSION 2
|
||||
#define EPICS_PVA_MAINTENANCE_VERSION 3
|
||||
#define EPICS_PVA_DEVELOPMENT_FLAG 0
|
||||
|
||||
namespace epics {
|
||||
|
||||
@@ -2295,7 +2295,8 @@ namespace epics {
|
||||
|
||||
m_up2datePVStructure = pvStructure;
|
||||
|
||||
m_monitorQueue.push(newElement);
|
||||
if (!m_overrunInProgress)
|
||||
m_monitorQueue.push(newElement);
|
||||
}
|
||||
|
||||
if (!m_overrunInProgress)
|
||||
|
||||
Reference in New Issue
Block a user