General information on How To Release new software
--------------------------------------------------

1. Check in all changes (ci).
2. Ensure that all non-changed files are removed
     (find . -type f -print | xargs rcsclean)

3. 
