2008-03-09 Complication

* Give the Jetty build file ability to ask permission
      before downloading the Jetty archive from the web,
      and to verify its SHA1 + MD5 hashes. Adjust the main build file
      in accordance with this change.
    * Improve the release checklist.
This commit is contained in:
complication
2008-03-08 20:37:45 +00:00
parent cffcbe5f94
commit 6606c83cb2
5 changed files with 85 additions and 26 deletions

View File

@@ -1,3 +1,10 @@
2008-03-09 Complication
* Give the Jetty build file ability to ask permission
before downloading the Jetty archive from the web,
and to verify its SHA1 + MD5 hashes. Adjust the main build file
in accordance with this change.
* Improve the release checklist.
* 2008-03-09 0.6.1.32 released
2008-03-07 zzz