File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11BUILD_NUMBER=1
22EPICS_BASE_VERSION=7.0.6
3- BOOST_VERSION=1.76 .0
4- PVAPY_VERSION=3.1 .0
3+ BOOST_VERSION=1.72 .0
4+ PVAPY_VERSION=4.0 .0
55PVAPY_GIT_VERSION=master
Original file line number Diff line number Diff line change 1- ## Release 3.2 .0 (2021/MM/DD )
1+ ## Release 4.0 .0 (2021/08/12 )
22
33- disabled info printout for PvaServer unless the debug log level is
44 set to INFO (8) or DEBUG (16)
1010- restricted numpy version to < 1.21 for conda and pip packages until
1111 boost python segfaults are resolved
1212- added support for access security in the PvaServer class
13- - fixed issues with timestamp processing in PyPvRecord class
13+ - fixed issue with timestamp processing in the PyPvRecord class
1414- conda/pip package dependencies:
1515 - EPICS BASE = 7.0.6
16- - BOOST = 1.76 .0
16+ - BOOST = 1.72 .0
1717 - NUMPY < 1.21
1818
1919## Release 3.1.0 (2021/02/12)
Original file line number Diff line number Diff line change @@ -151,9 +151,9 @@ def setup(app):
151151# built documents.
152152#
153153# The short X.Y version.
154- version = "3.1 .0"
154+ version = "4.0 .0"
155155# The full version, including alpha/beta/rc tags.
156- release = "3.1 .0"
156+ release = "4.0 .0"
157157
158158# The language for content autogenerated by Sphinx. Refer to documentation
159159# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments