===== Release Notes 0.6.1 ===== Date: 13 February 2008 Please refer to the README file contained in the [[http://fossology.org/docs/link_to_source_download_at_sourceforge.net|fossology download]] for first time installation instructions. If you are updating a 0.6.0 fossology installation, please follow the update process below. * Bug fixes. * New delagent added to improve UI response time. * Added a check for corrupt bsam file during install. * Tweaks to vacuum and analyze in an effort to eliminate SQL timeouts. * Major debugging of bsam-engine. Also see Known Issues section below. === Update Process (0.6.0 to 0.6.1): === If the fossology scheduler is running, stop it with: sudo /etc/init.d/fossology stop Remove 0.6.0 license information used to create the bsam cache file: rm -rf /usr/local/share/fossology/agents/licenses/* Uncompress the fossology-0.6.1.tar.gz file into a build directory and build. tar -xzvf fossology-0.6.1.tar.gz cd fossology-0.6.1 make make install sudo ./install.sh -f Restart the fossology scheduler with: sudo /etc/init.d/fossology start