Table of Contents

Release Notes

This page maintains the FOSSology Project release notes, from the most recent release to the oldest release.

1.2.0

Date: tbd

<create note about libextractor bug here>

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531864

https://bugzilla.redhat.com/show_bug.cgi?id=452504

1.1.0

Date: 17 July 2009

New in FOSSology 1.1

  1. 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.
  2. Roll-up of many bug fixes.
  3. Several new license templates added.
  4. Code cleanup for improved efficiency and maintainability.
  5. Tutorial section, with examples, added to fossology.org.
  6. Lots of new tests added to the automated test suite.
  7. RPM packages for RHEL4, CentOS4, RHEL5 and CentOS5 - see a Simple List of all RPMs Needed for Installing Fossology on RHEL CentOS
  8. 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)
  9. Many improvements to scheduler to improve robustness.

Known Issues

cd fossology/scheduler
sudo make OVERWRITE=true install
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”.

Outstanding Defects in 1.1.0

1.0.0

17 December 2008 release_notes-1.0

0.9.0

release_notes-0.9

0.8.0

release_notes-0.8

0.7.0

release_notes-0.7

0.6.1

release_notes-0.6.1

0.6.0

release_notes-0.6