| | @@ -10,17 +10,32 @@ |
| 10 | 10 | indentation and to provide links back to the previous message |
| 11 | 11 | in the thread. Provide sequential numbers for all messages in |
| 12 | 12 | a forum thread. |
| 13 | 13 | * Add support for fenced code blocks and improved hyperlink |
| 14 | 14 | processing to the [/md_rules|markdown formatter]. |
| 15 | + * Add support for hyperlinks to wiki pages in the |
| 16 | + [/md_rules|markdown formatter]. |
| 15 | 17 | * Enhance the [/help?cmd=/stat|/stat] page so that it gives the |
| 16 | 18 | option to show a breakdown of forum posts. |
| 19 | + * The special check-in name "merge-in:BRANCH" means the source of |
| 20 | + the most recent merge-in from the parent branch of BRANCH. |
| 21 | + * Add hyperlinks to branch-diffs on the /info page and from |
| 22 | + timelines of a branch. |
| 23 | + * Add graphical context /vdiff page. |
| 24 | + * Uppercase query parameters, POST parameters, and cookie names are |
| 25 | + converted to all lowercase and entered into the parameter set, |
| 26 | + instead of being discarded. |
| 17 | 27 | * Change the default [./hashpolicy.wiki|hash policy] to SHA3. |
| 18 | 28 | * Timeout [./server/any/cgi.md|CGI requests] after 300 seconds, or |
| 19 | 29 | some other value set by the |
| 20 | 30 | [./cgi.wiki#timeout|"timeout:" property] in the CGI script. |
| 21 | | - * Documentation improvements |
| 31 | + * The check-in lock interval is reduced from 24 hours to 60 seconds, |
| 32 | + though the interval is now configurable using a setting. |
| 33 | + An additional check for conflicts is added after interactive |
| 34 | + check-in comment entry, to compensate for the reduced lock interval. |
| 35 | + * Performance optimizations for control artifact parsing. |
| 36 | + * Many documentation improvements |
| 22 | 37 | |
| 23 | 38 | <a name='v2_9'></a> |
| 24 | 39 | <h2>Changes for Version 2.9 (2019-07-13)</h2> |
| 25 | 40 | |
| 26 | 41 | * Added the [/help?cmd=git|fossil git export] command and instructions |
| 27 | 42 | |