Software v2.4.1 released
31 Mar 2015
I’m happy to announce that a new release of the IPbus software suite (i.e. uHAL library and the ControlHub) is now available!
This release fixes a uHAL bug concerning the creation of the /tmp/$USER
directory for address collision overlap reports, and contains a few small improvements to the ControlHub (it now logs exclusively via syslog, and can by run without root privileges). Also, a generic script for dumping the values of uHAL/IPbus registers has been added.
Detailed release notes can be found here
You can update from v2.4.0 to this release like so:
sudo yum remove cactuscore-controlhub
sudo yum clean all # may be necessary
sudo yum groupupdate uhal
N.B. This release is API and ABI compatible with the last software release (v2.4.0) - i.e. end-users do NOT have to recompile their C++ source code after updating from v2.4.0
Thanks, The IPbus software team