$ download-gen-symlinks -v --mirror parrot
 {endcode}
 
+1: Is this a new series release (x.x.0)?  There are some additional details:
+
+*::Add a new license agreement.  This is usually just copying the old license to a new name.
+
+*:::Check out the condor-web CVS module.
+
+*:::cd condor-web/src/downloads
+
+*:::cp v7.3.license.html v7.4.license.html
+
+*:::edit v7.4.license.html to change the Condor version numebr.
+
+*:::cvs add v7.4.license.html
+
+*:::cvs ci
+
+*:::cd ../..
+
+*:::./generate_html src
+
+
+
+*::Update the download system's information.  Note that the warnings above download-versions being incompatible with the standard Python install stands; make sure you use a more recent Python.
+
+{code}
+download-versions update --lic=http://parrot.cs.wisc.edu/v7.4.license.html --inst=http://www.cs.wisc.edu/condor/manual/v7.4/3_2Installation.html 7.4.0
+{endcode}
+
+*::"If this is a new series, you will need to edit /p/condor/downloads/etc/downloads.conf and add a few lines. Search for the previous series and follow its example. "  - Add "[release 7.4] section, using previous release as a template.  For each "[mirror *]" section, add a release_7_4 entry, using previous releases as a template.
+
+*::The download log files must exist; the download scripts won't create them if they don't.
+{code}
+cd /p/condor/public/license
+touch licensers-v7.4 problem-v7.4 sendfile-v7.4
+{endcode}
+
 1: Release the manual. Continuing the V7_0_3 example...
 *:: =git clone /p/condor/repository/CONDOR_DOC.git=
 *:: =cd CONDOR_DOC=