| | @@ -21,10 +21,11 @@ |
| 21 | 21 | <li> Linux x86 |
| 22 | 22 | <li> Linux x86_64 |
| 23 | 23 | <li> Mac x86 |
| 24 | 24 | <li> Mac x86_64 |
| 25 | 25 | <li> Windows (mingw) |
| 26 | +<li> Windows (vc++) |
| 26 | 27 | <li> OpenBSD |
| 27 | 28 | </ol> |
| 28 | 29 | |
| 29 | 30 | <li><p> |
| 30 | 31 | Run at least one occurrence of the the following commands on every |
| | @@ -56,11 +57,16 @@ |
| 56 | 57 | |
| 57 | 58 | <li><p> |
| 58 | 59 | Use the release candidate version of fossil in production on the |
| 59 | 60 | [http://www.fossil-scm.org/] website for at least 48 hours (without |
| 60 | 61 | incident) prior to making the release official. |
| 62 | + |
| 63 | +<li><p> |
| 64 | +Verify that the [../www/changes.wiki | Change Log] is correct and |
| 65 | +up-to-date. |
| 61 | 66 | </ol> |
| 62 | 67 | |
| 63 | 68 | <hr> |
| 64 | 69 | |
| 65 | 70 | Upon successful completion of all tests above, tag the release candidate |
| 66 | | -with the "release" tag and set its background color to "#d0c0ff". |
| 71 | +with the "release" tag and set its background color to "#d0c0ff". Update |
| 72 | +the www/changes.wiki file to show the date of the release. |
| 67 | 73 | |
| 68 | 74 | ADDED www/changes.wiki |