Skip to content

Commit

Permalink
doc: update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed May 10, 2023
1 parent 752b2f7 commit 1911f2d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
6 changes: 4 additions & 2 deletions documentation/ioc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,16 @@ Adding custom PVs to Server

.. doxygenfunction:: pvxs::ioc::server

.. _qsrv2:

QSRV 2
######

Beginning with PVXS UNRELEASED the functionality of `QSRV <https://epics-base.github.io/pva2pva>`_
is replicated in the ``pvxsIoc`` library.
Currently this is considered **alpha** level, with missing functionality.
So users must **opt in** by setting **$PVXS_QSRV_ENABLE=YES** before ``iocInit()``. ::
Currently this feature preview is considered **alpha** level, with missing functionality.
In addition to linking in ``libpvxsIoc``,
users must **opt in** at runtime by setting ``$PVXS_QSRV_ENABLE=YES`` before ``iocInit()``. ::

epicsEnvSet("PVXS_QSRV_ENABLE", "YES")
iocInit()
Expand Down
13 changes: 13 additions & 0 deletions documentation/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
Release Notes
=============

1.2.0 (UNRELEASED)
------------------

* server: fix default monitor queueSize to 4
* improve localhost multicast forwarding
* server: bind both wildcard for UDP
* update bundled libevent
* Add `pvxs::nt::NTScalar::form`.
* NTEnum add ``display.description``
* client: schedule initial search use separate event from the generic work queue. (Thomas Ives)
* client: re-define the meaning of poke()
* Add *feature preview* of :ref:`qsrv2` IOC server functionality.

1.1.4 (April 2023)
------------------

Expand Down

0 comments on commit 1911f2d

Please sign in to comment.