diff --git a/RELEASE.md b/RELEASE.md index 5986ace..9e2f2ac 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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: @@ -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 newline at end of file + * No custom screens (uses ADBase screen) diff --git a/docs/ADUVC/ADUVC.rst b/docs/ADUVC/ADUVC.rst index edc9fbf..39e4e00 100644 --- a/docs/ADUVC/ADUVC.rst +++ b/docs/ADUVC/ADUVC.rst @@ -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 diff --git a/docs/index.html b/docs/index.html index 6cbbb7e..0b2cfa7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -62,6 +62,34 @@

Release Notes:

Release Notes

+

R1-4 (18-August-2020)

+

R1-3 (06-September-2019)

- - +

Issues and pull requests: