From 08df1040e81dd8bbeed41c5b5231efbeb1045a65 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Thu, 10 Oct 2019 11:34:25 -0500 Subject: [PATCH] Add notes for R1-1 --- RELEASE.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index d7cf35e..f1944f6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -13,6 +13,17 @@ files respectively, in the configure/ directory of the appropriate release of th Release Notes ============= +### R1-1 (October XXX, 2019) +---- +* Added support for register caching + * This improves the performance by over a factor of 100 when setting a feature, because ADGenICam reads + all of the features when any feature was changed. + * The constructor and aravisConfig have a new enableCaching argument to enable or disable register caching. + It should be set to 1 except perhaps for some unusual cameras that do not correctly handle register caching. +* This release requires a recent version of the aravis package, currently the master branch as of October 10, 2019. + This should be released soon as the ARAVIS_0_7_2 tag. + * This version of aravis adds support for register caching. + * This version has changes to the aravis API for several functions. ### R1-0 (August 12, 2019) ----