Fossil SCM
Updates to the change log.
Commit
20512bd8459e0c08d699c9aa6496849202dfbc22ab4a3dfa945cb06db3337a4c
Parent
dbcf66b57f97150…
1 file changed
+17
+17
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,22 +1,39 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_14'></a> |
| 4 | 4 | <h2>Changes for Version 2.14 (pending)</h2> |
| 5 | 5 | |
| 6 | + * <b>Schema Update Notice:</b> | |
| 7 | + This release contains an internal repository schema change. | |
| 8 | + The schema upgrade happens automatically the first time you | |
| 9 | + add content to a repository using Fossil 2.14 or later. No | |
| 10 | + action is needed on your part. However, if you upgrade to | |
| 11 | + version 2.14 and then later downgrade or otherwise use an earlier | |
| 12 | + version of Fossil, the email notification mechanism may fail | |
| 13 | + to send out notifications for some events. If you want to | |
| 14 | + permanently downgrade an installation, then you should run | |
| 15 | + "[/help?cmd=rebuild|fossil rebuild]" after the downgrade | |
| 16 | + to get email notifications working again. If you are not using | |
| 17 | + email notification, then the schema change will not affect you in | |
| 18 | + any way. | |
| 6 | 19 | * Add support for [./chat.md|Fossil chat]. |
| 7 | 20 | * The "[/help?cmd=clone|fossil clone]" command is enhanced so that |
| 8 | 21 | if the repository filename is omitted, an appropriate name is derived |
| 9 | 22 | from the remote URL and the newly cloned repo is opened. This makes |
| 10 | 23 | the clone command work more like Git, thus making it easier for |
| 11 | 24 | people transitioning from Git. |
| 12 | 25 | * Changed the way that wiki edits are stored in the EVENT table of the |
| 13 | 26 | database, for more flexibility and better features. |
| 14 | 27 | <b>Run "fossil rebuild" to take advantage of this change</b>. |
| 28 | + * Added the --mainbranch option to the [/help?cmd=git|fossil git export] | |
| 29 | + command. | |
| 15 | 30 | * Add the "contact" sub-command to [/help?cmd=user|fossil user]. |
| 16 | 31 | * Added commands "[/help?cmd=all|fossil all git export]" and |
| 17 | 32 | "[/help?cmd=all|fossil all git status]". |
| 33 | + * Added the "df=CHECKIN" query parameter to the | |
| 34 | + [/help?cmd=/timeline|/timeline page]. | |
| 18 | 35 | * Improvements to the "[/sitemap]" page. Add subpages |
| 19 | 36 | [/sitemap-timeline] and [/sitemap-test]. |
| 20 | 37 | * Better text position in cylinder objects of Pikchr diagrams. |
| 21 | 38 | * New "details.txt" settings available to custom skins to better control |
| 22 | 39 | the rendering of Pikchr diagrams: |
| 23 | 40 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,22 +1,39 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_14'></a> |
| 4 | <h2>Changes for Version 2.14 (pending)</h2> |
| 5 | |
| 6 | * Add support for [./chat.md|Fossil chat]. |
| 7 | * The "[/help?cmd=clone|fossil clone]" command is enhanced so that |
| 8 | if the repository filename is omitted, an appropriate name is derived |
| 9 | from the remote URL and the newly cloned repo is opened. This makes |
| 10 | the clone command work more like Git, thus making it easier for |
| 11 | people transitioning from Git. |
| 12 | * Changed the way that wiki edits are stored in the EVENT table of the |
| 13 | database, for more flexibility and better features. |
| 14 | <b>Run "fossil rebuild" to take advantage of this change</b>. |
| 15 | * Add the "contact" sub-command to [/help?cmd=user|fossil user]. |
| 16 | * Added commands "[/help?cmd=all|fossil all git export]" and |
| 17 | "[/help?cmd=all|fossil all git status]". |
| 18 | * Improvements to the "[/sitemap]" page. Add subpages |
| 19 | [/sitemap-timeline] and [/sitemap-test]. |
| 20 | * Better text position in cylinder objects of Pikchr diagrams. |
| 21 | * New "details.txt" settings available to custom skins to better control |
| 22 | the rendering of Pikchr diagrams: |
| 23 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,22 +1,39 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_14'></a> |
| 4 | <h2>Changes for Version 2.14 (pending)</h2> |
| 5 | |
| 6 | * <b>Schema Update Notice:</b> |
| 7 | This release contains an internal repository schema change. |
| 8 | The schema upgrade happens automatically the first time you |
| 9 | add content to a repository using Fossil 2.14 or later. No |
| 10 | action is needed on your part. However, if you upgrade to |
| 11 | version 2.14 and then later downgrade or otherwise use an earlier |
| 12 | version of Fossil, the email notification mechanism may fail |
| 13 | to send out notifications for some events. If you want to |
| 14 | permanently downgrade an installation, then you should run |
| 15 | "[/help?cmd=rebuild|fossil rebuild]" after the downgrade |
| 16 | to get email notifications working again. If you are not using |
| 17 | email notification, then the schema change will not affect you in |
| 18 | any way. |
| 19 | * Add support for [./chat.md|Fossil chat]. |
| 20 | * The "[/help?cmd=clone|fossil clone]" command is enhanced so that |
| 21 | if the repository filename is omitted, an appropriate name is derived |
| 22 | from the remote URL and the newly cloned repo is opened. This makes |
| 23 | the clone command work more like Git, thus making it easier for |
| 24 | people transitioning from Git. |
| 25 | * Changed the way that wiki edits are stored in the EVENT table of the |
| 26 | database, for more flexibility and better features. |
| 27 | <b>Run "fossil rebuild" to take advantage of this change</b>. |
| 28 | * Added the --mainbranch option to the [/help?cmd=git|fossil git export] |
| 29 | command. |
| 30 | * Add the "contact" sub-command to [/help?cmd=user|fossil user]. |
| 31 | * Added commands "[/help?cmd=all|fossil all git export]" and |
| 32 | "[/help?cmd=all|fossil all git status]". |
| 33 | * Added the "df=CHECKIN" query parameter to the |
| 34 | [/help?cmd=/timeline|/timeline page]. |
| 35 | * Improvements to the "[/sitemap]" page. Add subpages |
| 36 | [/sitemap-timeline] and [/sitemap-test]. |
| 37 | * Better text position in cylinder objects of Pikchr diagrams. |
| 38 | * New "details.txt" settings available to custom skins to better control |
| 39 | the rendering of Pikchr diagrams: |
| 40 |