release notes for 1.2.1

This commit is contained in:
Michael Davidsaver
2019-07-24 17:42:05 -07:00
parent 5170c2230d
commit ce39c93201
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Module (source) version
EPICS_QSRV_MAJOR_VERSION = 1
EPICS_QSRV_MINOR_VERSION = 2
EPICS_QSRV_MAINTENANCE_VERSION = 0
EPICS_QSRV_MAINTENANCE_VERSION = 1
EPICS_QSRV_DEVELOPMENT_FLAG = 0
# ABI version

View File

@ -38,7 +38,7 @@ PROJECT_NAME = pva2pva
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.2.0
PROJECT_NUMBER = 1.2.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -2,6 +2,12 @@
@page release_notes Release Notes
Release 1.2.1 (July 2019)
=========================
- Fixes
- Fix unittest: testpvalink. No functional change.
Release 1.2.0 (Mar 2019)
========================