Skip to content

Commit

Permalink
Update version and release notes for 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Oct 25, 2019
1 parent 8f13251 commit 4d9034a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions src/gateVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 " \
Expand Down

0 comments on commit 4d9034a

Please sign in to comment.