start release notes

This commit is contained in:
Michael Davidsaver
2018-04-25 09:32:38 -07:00
parent 8db7a4a75e
commit 701d96fde1
2 changed files with 25 additions and 0 deletions

View File

@ -12,6 +12,8 @@ within.
Documentation of @ref qsrv_config including @ref qsrv_group_def.
- @ref release_notes
@subsection qsrv_build Building
To build the latest from version control

View File

@ -0,0 +1,23 @@
/**
@page release_notes Release Notes
Release 1.1.0 (UNRELEASED)
==========================
- Incompatible changes
- Requires pvDataCPP >= 7.1.0-pre1
- Requires pvAccessCPP >= 6.1.0-pre1
- Removals
- Drop the broken ioccircle and ioccircle2 examples.
- Fixes
- Fix QSRV monitor locking causing crash
- Fix Windows DLL import/export errors
- Correctly handle empty "scalar" case of NELM=1, NORD=0.
- Additions
- QSRV implement channelList() (aka. 'pvlist') with list of record and group names.
Release 1.0.0 (Dec 2017)
========================
Initial Release