Skip to content

Commit

Permalink
Add release notes for R1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed Aug 18, 2020
1 parent 9dc5ed4 commit 410e0b0
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 3 deletions.
21 changes: 20 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ ADUVC requires libusb, libuvc, epics-base, epics-modules, ADCore, and ADSupport.
Release Notes
=============

R1-4 (18-August-2020)
----
* Features Added
* Added ReST based documentation for new areaDetector doc format
* Static build support (for libuvc)

* Fixes/Improvement
* Fix segmentation fault caused by disconnect
* Libuvc install script fixed to support include files from build
* Minor fixes to build system to allow for static building
* Folder + file name changes to better follow AD naming standard
* Many code readability improvements
* Allow for helper utilities to compile with non-system installed libuvc

* Known Issues
* `libuvc` relies on `libusb-1.0`, not `libusb`.
* When camera is not connected, driver segmentation faults - should be handled more gracefully.


R1-3 (06-September-2019)
-----
* Key detector features implemented:
Expand Down Expand Up @@ -92,4 +111,4 @@ R0-1 (Beta) (5-November-2018)
* Many UVC camera functions not yet implemented
* Limited format support (only mjpeg)
* Frame size must be specified in the IOC
* No custom screens (uses ADBase screen)
* No custom screens (uses ADBase screen)
22 changes: 22 additions & 0 deletions docs/ADUVC/ADUVC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,28 @@ Release Notes
.. rubric:: Release Notes
:name: release-notes-1

.. rubric:: R1-4 (18-August-2020)
:name: r1-4-18-august-2020

- Features Added

- Added ReST based documentation for new areaDetector doc format
- Static build support (for libuvc)

- Fixes/Improvement

- Fix segmentation fault caused by disconnect
- Libuvc install script fixed to support include files from build
- Minor fixes to build system to allow for static building
- Folder + file name changes to better follow AD naming standard
- Many code readability improvements
- Allow for helper utilities to compile with non-system installed libuvc

- Known Issues

- libuvc relies on libusb-1.0, not libusb.
- When camera is not connected, driver segmentation faults; should be handled more gracefully.

.. rubric:: R1-3 (06-September-2019)
:name: r1-3-06-september-2019

Expand Down
31 changes: 29 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,34 @@ <h4>Release Notes:</h4>
<!--RELEASE START-->

<h1>Release Notes</h1>
<h4>R1-4 (18-August-2020)</h4>
<ul>
<li>
<p>Features Added</p>
<ul>
<li>Added ReST based documentation for new areaDetector doc format</li>
<li>Static build support (for libuvc)</li>
</ul>
</li>
<li>
<p>Fixes/Improvement</p>
<ul>
<li>Fix segmentation fault caused by disconnect</li>
<li>Libuvc install script fixed to support include files from build</li>
<li>Minor fixes to build system to allow for static building</li>
<li>Folder + file name changes to better follow AD naming standard</li>
<li>Many code readability improvements</li>
<li>Allow for helper utilities to compile with non-system installed libuvc</li>
</ul>
</li>
<li>
<p>Known Issues</p>
<ul>
<li><code>libuvc</code> relies on <code>libusb-1.0</code>, not <code>libusb</code>. </li>
<li>When camera is not connected, driver segmentation faults - should be handled more gracefully.</li>
</ul>
</li>
</ul>
<h4>R1-3 (06-September-2019)</h4>
<ul>
<li>
Expand Down Expand Up @@ -185,8 +213,7 @@ <h4>R0-1 (Beta) (5-November-2018)</h4>
<li>No custom screens (uses ADBase screen)</li>
</ul>
</li>
</ul>
<!--RELEASE END-->
</ul> <!--RELEASE END-->
</div>
<hr />
<h4>Issues and pull requests:</h4>
Expand Down

0 comments on commit 410e0b0

Please sign in to comment.