Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Oct 25, 2023
1 parent 28f785d commit 18c8d69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions documentation/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Release Notes
=============

1.2.4 (UNRELEASED)
------------------
1.2.4 (Oct 2023)
----------------

* data: Relax when assigning struct[] or union[] of similar types.
* client: avoid assert() with invalid forced server name.
Expand All @@ -14,12 +14,14 @@ Release Notes
released promptly when that operation is ended.
* server: relax post() after finish(). Return false instead of throwing ``std::logic_error``.
* ioc: ensure db_cancel_event() before ~MonitorControlOp
* QSRV also effected by bug in [db_cancel_event()](https://github.com/epics-base/epics-base/issues/423).
* Workaround for [db_cancel_event()](https://github.com/epics-base/epics-base/issues/423) bug.
* ioc: Fix typo preventing processing of DBR_STRING fields.
* ioc: fix group put always `dbProcess()`.
* ioc: fix block=true to DBF_ENUM.
* ioc: actually require +putorder to PUT.
* ioc: group put w/o effect is an error.
* ioc: accept record._options.process as bool
* ioc: group avoid post() empty events

1.2.3 (Sept 2023)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def define_DSOS(self):


pvxs_ver = '%(PVXS_MAJOR_VERSION)s.%(PVXS_MINOR_VERSION)s.%(PVXS_MAINTENANCE_VERSION)s'%pvxsversion
pvxs_ver += 'a3'
#pvxs_ver += 'a1'

with open(os.path.join(os.path.dirname(__file__), 'README.md')) as F:
long_description = F.read()
Expand Down

0 comments on commit 18c8d69

Please sign in to comment.