Fossil SCM
Version 2.9
Commit
0fd79a3e0918611c70a7ec6b610cb4dfc401a2bc9b2c79fa22bb56dde5b1cb96
Parent
66f06fe23b56b43…
1 file changed
+6
-1
+6
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_9'></a> |
| 4 | -<h2>Changes for Version 2.9 (pending)</h2> | |
| 4 | +<h2>Changes for Version 2.9 (2019-07-13)</h2> | |
| 5 | 5 | |
| 6 | 6 | * Added the [/help?cmd=git|fossil git export] command and instructions |
| 7 | 7 | for [./mirrortogithub.md|creating a GitHub mirror of a Fossil project]. |
| 8 | 8 | * Improved handling of relative hyperlinks on the |
| 9 | 9 | [/help?cmd=/artifact|/artifact] pages for wiki. For example, |
| @@ -63,10 +63,15 @@ | ||
| 63 | 63 | * Improvements to the "Capability Summary" section in the |
| 64 | 64 | [/help?cmd=/secaudit0|Security Audit] web-page. |
| 65 | 65 | * Use new "ci-lock" and "ci-lock-failed" pragmas in the |
| 66 | 66 | [./sync.wiki|sync protocol] to try to prevent accident forks |
| 67 | 67 | caused by concurrent commits when operating in auto-sync mode. |
| 68 | + * Fix a bug ([https://www.fossil-scm.org/forum/forumpost/c51b9a1169|details]) | |
| 69 | + that can cause repository databases to be overwritten with debugging | |
| 70 | + output, thus corrupting the repository. This is only a factor when | |
| 71 | + CGI debugging is enabled, and even then is a rare occurrence, but it is | |
| 72 | + obviously an important fix. | |
| 68 | 73 | |
| 69 | 74 | <a name='v2_8'></a> |
| 70 | 75 | <h2>Changes for Version 2.8 (2019-02-20)</h2> |
| 71 | 76 | |
| 72 | 77 | * Show cherry-pick merges as dotted lines on the timeline graph. |
| 73 | 78 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,9 +1,9 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_9'></a> |
| 4 | <h2>Changes for Version 2.9 (pending)</h2> |
| 5 | |
| 6 | * Added the [/help?cmd=git|fossil git export] command and instructions |
| 7 | for [./mirrortogithub.md|creating a GitHub mirror of a Fossil project]. |
| 8 | * Improved handling of relative hyperlinks on the |
| 9 | [/help?cmd=/artifact|/artifact] pages for wiki. For example, |
| @@ -63,10 +63,15 @@ | |
| 63 | * Improvements to the "Capability Summary" section in the |
| 64 | [/help?cmd=/secaudit0|Security Audit] web-page. |
| 65 | * Use new "ci-lock" and "ci-lock-failed" pragmas in the |
| 66 | [./sync.wiki|sync protocol] to try to prevent accident forks |
| 67 | caused by concurrent commits when operating in auto-sync mode. |
| 68 | |
| 69 | <a name='v2_8'></a> |
| 70 | <h2>Changes for Version 2.8 (2019-02-20)</h2> |
| 71 | |
| 72 | * Show cherry-pick merges as dotted lines on the timeline graph. |
| 73 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,9 +1,9 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_9'></a> |
| 4 | <h2>Changes for Version 2.9 (2019-07-13)</h2> |
| 5 | |
| 6 | * Added the [/help?cmd=git|fossil git export] command and instructions |
| 7 | for [./mirrortogithub.md|creating a GitHub mirror of a Fossil project]. |
| 8 | * Improved handling of relative hyperlinks on the |
| 9 | [/help?cmd=/artifact|/artifact] pages for wiki. For example, |
| @@ -63,10 +63,15 @@ | |
| 63 | * Improvements to the "Capability Summary" section in the |
| 64 | [/help?cmd=/secaudit0|Security Audit] web-page. |
| 65 | * Use new "ci-lock" and "ci-lock-failed" pragmas in the |
| 66 | [./sync.wiki|sync protocol] to try to prevent accident forks |
| 67 | caused by concurrent commits when operating in auto-sync mode. |
| 68 | * Fix a bug ([https://www.fossil-scm.org/forum/forumpost/c51b9a1169|details]) |
| 69 | that can cause repository databases to be overwritten with debugging |
| 70 | output, thus corrupting the repository. This is only a factor when |
| 71 | CGI debugging is enabled, and even then is a rare occurrence, but it is |
| 72 | obviously an important fix. |
| 73 | |
| 74 | <a name='v2_8'></a> |
| 75 | <h2>Changes for Version 2.8 (2019-02-20)</h2> |
| 76 | |
| 77 | * Show cherry-pick merges as dotted lines on the timeline graph. |
| 78 |