This page maintains the FOSSology Project release notes, from the most recent release to the oldest release.
Date: July 8, 2010
Much faster and more accurate license detection. We call this the Nomos License scanner because it is based on a license scanner used internally by HP for several years. It's fast, it's accurate, but it no longer highlights the found license when you view the file and it requires one to update and recompile source code to add licenses.
The previous license scanner (bSAM) has been moved to “Obsolete” in the top menu. We encourage people not to submit anything to the bSAM agent because we plan on removing it in a future version (probably v 1.3). Obsoleting bSAM also means that the license groups feature will go away (replaced by buckets, see below).
Copyright/
URL/email scanner. This is a new agent that beta users have liked, but has one flaw, it gets many false positives. This is unfortunate but beta users have still found this feature very usable and useful. The next version will do a much better job filtering out the false positives.
Ability to customize reporting categories. For example, “copyleft licenses”, “ship hold licenses”, … these are defined by the administrator of the system you are using. These categories are called buckets and a set of buckets used together is called a bucket pool. When 1.2 is installed, a very simple demo bucket pool will be created. To use it, you must go into Admin > Users > Account Settings and set your Default Bucket Pool. Do this before submitting a job to the bucket agent.
Much faster report (web page) generation
Cataloging both RPM and Debian package data
Ability to choose which agents are scheduled on a per user basis.
A Default bucket pool is created when FOSSology is installed or upgraded. Users do not have a default bucket pool defined for them. To enable the use of the default bucket or any bucket pool, the user account is modified to use the desired bucket pool. Use the Admin→Account Settings or Admin→Edit Users menus to select the bucket pool.
If a user has no bucket pool defined, when that user schedules the bucket agent it will not run as there is no bucket pool defined for the user as a default. The Bucket agent will not run successfully until user accounts are modified to use it or another defined bucket pool.
The bucket agent cannot determine who the user is when uploading from server. If selected during an upload from server, the bucket agent will not run. To schedule bucket analysis on jobs uploaded from server, wait till the job is complete then schedule the bucket analysis by using the Jobs→Agents menu.
WARNING: nonstandard use of \\ in a string literal LINE 2: <some string>
^
HINT: Use the escape string syntax for backslashes, e.g., E'\\'.
Scheduler.conf does not get created correctly for a cluster. fosscp_agent and fo_notify should only be run on the scheduler host (localhost). This bug is documented in the
task_list for the 1.3 release.
Email notification of job status: If enabled, FOSSology will email users when their jobs finish. This option will be available on a per user basis. For more information see
how_to_use_email_notification.
Roll-up of many bug fixes.
Several new license templates added.
Code cleanup for improved efficiency and maintainability.
Tutorial section, with examples, added to fossology.org.
Lots of new tests added to the automated test suite.
-
Added a watchdog to keep an eye on the scheduler and restart if it terminates/hangs unexpectedly (see “Known Issues” note below regarding changes to the startup script for the watchdog process)
Many improvements to scheduler to improve robustness.
If you are upgrading fossology from a previous version, you'll need to update /etc/init.d/fossology if you wish to use the new scheduler watchdog daemon (fo_watchdog). This daemon watches for scheduler hangs, and restarts it if one is detected. If you are upgrading from a package install (debian package or RPM), you need to do nothing, the init.d/fossology file will automatically get updated (providing you did not edit the previous version). If you are doing an update from upstream (the source tarball), then you need to update this file yourself. An easy way is to:
cd fossology/scheduler
sudo make OVERWRITE=true install
Multi-System Upgrades
When upgrading from the previous 1.0.0 package install, you'll have to manually update the /etc/fossology/Scheduler.conf file on the agent systems to include the new fo_notify agent. The entry line in Scheduler.conf will look something like this (where <agent_hostname> should be replace with the actual hostname):
agent=fo_notify host=<agent_hostname> | /usr/bin/ssh fossy@<agent_hostname> "/usr/lib/fossology/agents/engine-shell fo_notify '/usr/bin/fo_notify %{*}'"
agent=fo_notify host=localhost | /usr/lib/fossology/agents/engine-shell fo_notify '/usr/bin/fo_notify %{*}'
memory_limit = 702M
post_max_size = 701M
upload_max_filesize = 700M
WARNING: nonstandard use of escape in a string literal at character 104
HINT: Use the escape string syntax for escapes, e.g., E'\r\n'.
When you delete an uploaded file, DO NOT process any other jobs at the
same time. If you simultaneously upload a file that contains
duplicates of files that you are deleting, you can leave the database with holes for those files. For example, if you were to delete upload “myfiles.tar” and simultaneously upload a file “myotherfiles.tar” and both tar files contain “widget.c”, then it is possible that the delete removes widget.c after it is unpacked from myotherfiles.tar. This can lead to erroneous results. In this example, the licenses found in myotherfiles.tar could be missing the the licenses found in widget.c.
This problem is very dependent on the timing of the delete with other agents and is only a problem if there are files in common. But to be safe, queue up delagent all by itself. Don't queue something else until delagent has finished.
So how do you know when del agent finishes? This is harder than it sounds. Del agent removes itself from the job queue pretty early in its process execution. It does this because the job table contains a reference to the upload being deleted which must be removed before the actual files can be removed. So you can't use Jobs > Queue to tell you when delagent is done. It will disappear before the agent finishes.
The safest indicator is to use Admin > Agent > Status. Ten minutes
after delagent has finished, this status will show delagent as “FREE”.
defect #215: use the wiki page for the scheduler, the delivered man page needs to be updated.
defect #259: temp files are left by wget on unsuccessful uploads, remove by hand in /var/lib/fossology.