Skip to content

Commit

Permalink
Update version number and release notes for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed May 11, 2016
1 parent 480731f commit 5923a04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions gateway.notes
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,9 @@ Fri Jan 30 16:25:29 CET 2015 Gateway2-0-6-0 Ralph Lange
Add Jenkins job for CloudBees CI.
Fix crashes when forwarding empty arrays (bug lp:1415938).
Use variable length arrays for CAC (IOC side) subscriptions.

Wed May 11 16:00:52 CEST 2016 Gateway 2.1.0 Ralph Lange
Full support for DBE_PROPERTY event flag.
Add unit test framework (as embedded TOP).
And tests for event flag support, including DBE_PROPERTY.
Fix many small bugs and compiler warnings.
4 changes: 2 additions & 2 deletions src/gateVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
#define GATEWAY_VERSION 2
#define GATEWAY_REVISION 1
#define GATEWAY_MODIFICATION 0
#define GATEWAY_UPDATE_LEVEL DEV
#define GATEWAY_UPDATE_LEVEL 0

#define GATEWAY_VERSION_STRING "PV Gateway Version 2.1.0.DEV"
#define GATEWAY_VERSION_STRING "PV Gateway Version 2.1.0"

#define GATEWAY_CREDITS_STRING \
"Originally developed at Argonne National Laboratory and BESSY\n\n" \
Expand Down

0 comments on commit 5923a04

Please sign in to comment.