It is recommended that you burn and boot from any ISO images PRIOR to uploading them to SourceForge. If you've followed all of the steps in the release guide, they should work flawlessly.
It wouldn't hurt to run the make ldd-check, make owner-check and make symlink-check commands against the NST probe.
Figure 4.2. Release Runtime Check
[root@quesadilla fc2]# make owner-check HOST=192.168.0.9
Scanning file ownerships (looking for numeric values)...
Finished scan...
[root@quesadilla fc2]# make ldd-check HOST=192.168.0.9
[ok] /bin/bash
[ok] /bin/basename
[ok] /bin/cat
[ok] /bin/chgrp
[ok] /bin/chmod
[ok] /bin/chown
[ok] /bin/cp
[ok] /bin/cut
[ok] /bin/date
... seems to go on forever ...
[ok] /var/lib/firefox/plugins/libnullplugin.so
[ok] /dev/MAKEDEV
Detailed log is at: https://192.168.0.9/tmp/lddcheck_log.txt
Missing .so list at: https://192.168.0.9/tmp/lddcheck_missing.txt
NOTE: Two above log files should be empty - unless there is a problem
[root@quesadilla fc2]# make symlink-check HOST=192.168.0.9
=============================================
*** Total count of unresolved links: 0
Log of above is at: symlink.log
[root@quesadilla fc2]#