diff --git a/RELEASE.txt b/RELEASE.txt index bb5a313bd..607cd412c 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -24,10 +24,25 @@ This document describes the differences between v9.1.1 and v9.1.0 --------------- - * [Mythen3] Fix trimbits and badchannels + * [Mythen3] Fix trimbits and badchannels They were shifted by 1. Fixed. + Receiver + -------- + + + * slsFrameSynchronizer - does not stream out frames + It streamed out start and stop zmq packets but did + not stream out frames with no error message. Fixed. + + + * slsMultiReceiver - 3rd Command line argument (vebose option) + When this option to print headers is enabled, the sample call back + headers update the image size to a random number 26112. This + is fixed and left commented out for easy reference for users. + + 2 On-board Detector Server Compatibility ========================================== diff --git a/VERSION b/VERSION index e977f5eae..8ce0f0f36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.1.0 \ No newline at end of file +9.1.1 \ No newline at end of file