From 4d9034a747ee923739c999f0b4f9a9d2507c3b5e Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 25 Oct 2019 15:06:42 +0200 Subject: [PATCH] Update version and release notes for 2.1.2 --- RELEASE_NOTES.md | 16 ++++++++++++++-- src/gateVersion.h | 6 +++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 244c9b1..da55ca0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,23 @@ CA Gateway Release Notes ======================== -## 2.1.2 (not released yet) -[View diff](https://github.com/epics-extensions/ca-gateway/compare/R2-1-1-0...master) +## 2.1.3 (not released yet) +[View diff](https://github.com/epics-extensions/ca-gateway/compare/R2-1-2-0...master) * Ehhh... +## 2.1.2 (25 Oct 2019) +[View diff](https://github.com/epics-extensions/ca-gateway/compare/R2-1-1-0...R2-1-2-0) + +* Crash reported and fixed by Diamond (on MAX_ARRAY_BYTES mismatch). +* Improve handling of DBR_CTRL requests. +* Remove support for EPICS Base 3.13, Solaris +* Improve tests, make them compatible with python3 +* Properly depend on PCAS for EPICS 7 builds +* Update to support caPutLog >= 3.5 (older versions not supported) +* Add support for 64bit integers +* Raise PV name length limit to 256 characters + ## 2.1.1 (17 Oct 2018) [View diff](https://github.com/epics-extensions/ca-gateway/compare/R2-1-0-0...R2-1-1-0) diff --git a/src/gateVersion.h b/src/gateVersion.h index 00f8c20..01fa3e5 100644 --- a/src/gateVersion.h +++ b/src/gateVersion.h @@ -25,9 +25,9 @@ *********************************************************************-*/ #define GATEWAY_VERSION 2 -#define GATEWAY_REVISION 2 -#define GATEWAY_MODIFICATION 0 -#define GATEWAY_DEV_SNAPSHOT "-DEV" +#define GATEWAY_REVISION 1 +#define GATEWAY_MODIFICATION 2 +#define GATEWAY_DEV_SNAPSHOT "" #define stringOf(TOKEN) #TOKEN #define GATEWAY_VERSION_STRING "PV Gateway Version " \