The XML manifest files:
"html/log/release-1.10.0.xml
" and
"html/log/release-1.10.0smp.xml
" are
automatically generated when one runs the command:
"make release" (can you remember back that
far). However, there are several other files which are released
after this step. One should update these two files and add
"<file>
" entities to each.
Here is a template of the entities you are likely to need
to add to:
"html/log/release-1.10.0.xml
".
<file id="vm"> <name>nst-vm-1.10.0.zip</name> <label>VMware Image</label> <md5>2ed60c65850e5c858b545ff4c2187a77</md5> </file> <file id="nst-docs"> <name>nst-docs-1.10.0.tar.gz</name> <label>HTML Documentation</label> <md5>91dae0689dc0b6f1d400955004b7d0fc</md5> </file> <file id="nst-pdfs"> <name>nst-pdfs-1.10.0.zip</name> <label>PDF Documentation</label> <md5>7a4a5ff9a34144457f2a9cbb44121f75</md5> </file> <file id="vm-livecd"> <name>nst-vm-livecd-1.10.0.zip</name> <label>VMware ISO Boot</label> <md5>8d9c1e3bcd3d5e3888203d7cd6d6eeb3</md5> </file>
The MD5 values will be different for your release!
The file:
"html/log/release-1.10.0smp.xml
"" will
require similar updates. However, it will not need the entry
for "nst-vm-1.10.0.zip
" as a
SMP version of the NST Virtual Machine is
not typically created.