Fossil SCM
Add instructions for updating the minimum required version number
Commit
f09b0f1d63eff17f8066350af4eb5f715dd1dce60c686e97c2721c384fc76399
Parent
b9a6e1a9c9c52ed…
1 file changed
+7
| --- test/release-checklist.wiki | ||
| +++ test/release-checklist.wiki | ||
| @@ -96,10 +96,17 @@ | ||
| 96 | 96 | |
| 97 | 97 | <li><p> |
| 98 | 98 | Use the release candidate version of fossil in production on the |
| 99 | 99 | [http://fossil-scm.org/] website for at least 48 hours (without |
| 100 | 100 | incident) prior to making the release official. |
| 101 | + | |
| 102 | +<li><p> | |
| 103 | +Verify that the minimum SQLite version requirement is up-to-date: | |
| 104 | +<ol type="a"> | |
| 105 | +<li> Check the version number in the line starting "define MINIMUM_SQLITE_VERSION" near the top of [/file?name=auto.def&ci=tip | auto.def] | |
| 106 | +<li> Check the output of <b>./configure --print-minimum-sqlite-version</b> | |
| 107 | +</ol> | |
| 101 | 108 | |
| 102 | 109 | <li><p> |
| 103 | 110 | Verify that the [../www/changes.wiki | Change Log] is correct and |
| 104 | 111 | up-to-date. |
| 105 | 112 | </ol> |
| 106 | 113 |
| --- test/release-checklist.wiki | |
| +++ test/release-checklist.wiki | |
| @@ -96,10 +96,17 @@ | |
| 96 | |
| 97 | <li><p> |
| 98 | Use the release candidate version of fossil in production on the |
| 99 | [http://fossil-scm.org/] website for at least 48 hours (without |
| 100 | incident) prior to making the release official. |
| 101 | |
| 102 | <li><p> |
| 103 | Verify that the [../www/changes.wiki | Change Log] is correct and |
| 104 | up-to-date. |
| 105 | </ol> |
| 106 |
| --- test/release-checklist.wiki | |
| +++ test/release-checklist.wiki | |
| @@ -96,10 +96,17 @@ | |
| 96 | |
| 97 | <li><p> |
| 98 | Use the release candidate version of fossil in production on the |
| 99 | [http://fossil-scm.org/] website for at least 48 hours (without |
| 100 | incident) prior to making the release official. |
| 101 | |
| 102 | <li><p> |
| 103 | Verify that the minimum SQLite version requirement is up-to-date: |
| 104 | <ol type="a"> |
| 105 | <li> Check the version number in the line starting "define MINIMUM_SQLITE_VERSION" near the top of [/file?name=auto.def&ci=tip | auto.def] |
| 106 | <li> Check the output of <b>./configure --print-minimum-sqlite-version</b> |
| 107 | </ol> |
| 108 | |
| 109 | <li><p> |
| 110 | Verify that the [../www/changes.wiki | Change Log] is correct and |
| 111 | up-to-date. |
| 112 | </ol> |
| 113 |