Merge pull request #31 from dhickin/make_release_4.1.3

Make release 4.1.3
This commit is contained in:
Matej Sekoranja
2016-03-07 22:30:43 +01:00
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Release 4.1.3
==========
* Monitor fix: element no longer queued when overrun in progress.
Release 4.1.2
==========

View File

@@ -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 {

View File

@@ -2295,7 +2295,8 @@ namespace epics {
m_up2datePVStructure = pvStructure;
m_monitorQueue.push(newElement);
if (!m_overrunInProgress)
m_monitorQueue.push(newElement);
}
if (!m_overrunInProgress)