Fossil SCM

Updates to the change log for 2.12.

drh 2020-07-18 22:38 trunk
Commit fa4c48bf60e6de1aacfc9614108c588910002b348751dc6189ad842da548644b
1 file changed +12 -4
+12 -4
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,13 +1,14 @@
11
<title>Change Log</title>
22
33
<a name='v2_12'></a>
44
<h2>Changes for Version 2.12 (pending)</h2>
55
6
- * Security fix in the "fossil git export" command. The same fix is
7
- also backported to version 2.10.1 and 2.11.1. New "safety-net"
8
- features were added to prevent similar problems in the future.
6
+ * Security fix in the "[/help?cmd=git|fossil git export]" command.
7
+ The same fix is also backported to version 2.10.1 and 2.11.1.
8
+ New "safety-net" features were added to prevent similar problems
9
+ in the future.
910
* Enhancements to the graph display for cases when there are
1011
many cherry-pick merges into a single check-in.
1112
[/timeline?f=2d75e87b760c0a9|Example]
1213
* Enhance the markdown formatter to more closely follow the
1314
[https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis|CommonMark specification]
@@ -19,10 +20,17 @@
1920
tickets and wiki. The admin can adjust this behavior using
2021
the [/help?cmd=safe-html|safe-html setting] on the Admin/Wiki page.
2122
The default is to disallow unsafe HTML everywhere.
2223
[https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example].
2324
* Added the "collapse" and "expand" capability for long forum posts.
25
+ [https://fossil-scm.org/forum/forumpost/9297029862|Example]
26
+ * The "[/help?cmd=remote-url|fossil remote]" command now has options for
27
+ specifying multiple persistent remotes with symbolic names. Currently
28
+ only one remote can be used at a time, but that might change in the
29
+ future.
30
+ * Added the experimental "[/help?cmd=hook|fossil hook]" command for
31
+ managing "hook scripts" that run before checkin or after a push.
2432
* Enhance the [/help?cmd=revert|fossil revert] command so that it
2533
is able to revert all files beneath a directory.
2634
* Add the [/help?cmd=bisect|fossil bisect skip] command.
2735
* Enhance [/help?cmd=bisect|fossil bisect ui] so that it shows all unchecked
2836
check-ins in between the innermost "good" and "bad" check-ins.
@@ -47,11 +55,11 @@
4755
* Update the built-in SQLite so that the
4856
"[/help?cmd=sql|fossil sql]" command supports new output
4957
modes ".mode box" and ".mode json".
5058
* Add the "<tt>obscure()</tt>" SQL function to the
5159
"[/help?cmd=sql|fossil sql]" command.
52
- * Delta compression now applied to forum edits.
60
+ * [./delta_format.wiki|Delta compression] is now applied to forum edits.
5361
* Countless documentation enhancements.
5462
5563
<a name='v2_11'></a>
5664
<h2>Changes for Version 2.11 (2020-05-25)</h2>
5765
5866
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,13 +1,14 @@
1 <title>Change Log</title>
2
3 <a name='v2_12'></a>
4 <h2>Changes for Version 2.12 (pending)</h2>
5
6 * Security fix in the "fossil git export" command. The same fix is
7 also backported to version 2.10.1 and 2.11.1. New "safety-net"
8 features were added to prevent similar problems in the future.
 
9 * Enhancements to the graph display for cases when there are
10 many cherry-pick merges into a single check-in.
11 [/timeline?f=2d75e87b760c0a9|Example]
12 * Enhance the markdown formatter to more closely follow the
13 [https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis|CommonMark specification]
@@ -19,10 +20,17 @@
19 tickets and wiki. The admin can adjust this behavior using
20 the [/help?cmd=safe-html|safe-html setting] on the Admin/Wiki page.
21 The default is to disallow unsafe HTML everywhere.
22 [https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example].
23 * Added the "collapse" and "expand" capability for long forum posts.
 
 
 
 
 
 
 
24 * Enhance the [/help?cmd=revert|fossil revert] command so that it
25 is able to revert all files beneath a directory.
26 * Add the [/help?cmd=bisect|fossil bisect skip] command.
27 * Enhance [/help?cmd=bisect|fossil bisect ui] so that it shows all unchecked
28 check-ins in between the innermost "good" and "bad" check-ins.
@@ -47,11 +55,11 @@
47 * Update the built-in SQLite so that the
48 "[/help?cmd=sql|fossil sql]" command supports new output
49 modes ".mode box" and ".mode json".
50 * Add the "<tt>obscure()</tt>" SQL function to the
51 "[/help?cmd=sql|fossil sql]" command.
52 * Delta compression now applied to forum edits.
53 * Countless documentation enhancements.
54
55 <a name='v2_11'></a>
56 <h2>Changes for Version 2.11 (2020-05-25)</h2>
57
58
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,13 +1,14 @@
1 <title>Change Log</title>
2
3 <a name='v2_12'></a>
4 <h2>Changes for Version 2.12 (pending)</h2>
5
6 * Security fix in the "[/help?cmd=git|fossil git export]" command.
7 The same fix is also backported to version 2.10.1 and 2.11.1.
8 New "safety-net" features were added to prevent similar problems
9 in the future.
10 * Enhancements to the graph display for cases when there are
11 many cherry-pick merges into a single check-in.
12 [/timeline?f=2d75e87b760c0a9|Example]
13 * Enhance the markdown formatter to more closely follow the
14 [https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis|CommonMark specification]
@@ -19,10 +20,17 @@
20 tickets and wiki. The admin can adjust this behavior using
21 the [/help?cmd=safe-html|safe-html setting] on the Admin/Wiki page.
22 The default is to disallow unsafe HTML everywhere.
23 [https://www.fossil-scm.org/forum/forumpost/3714e6568f|Example].
24 * Added the "collapse" and "expand" capability for long forum posts.
25 [https://fossil-scm.org/forum/forumpost/9297029862|Example]
26 * The "[/help?cmd=remote-url|fossil remote]" command now has options for
27 specifying multiple persistent remotes with symbolic names. Currently
28 only one remote can be used at a time, but that might change in the
29 future.
30 * Added the experimental "[/help?cmd=hook|fossil hook]" command for
31 managing "hook scripts" that run before checkin or after a push.
32 * Enhance the [/help?cmd=revert|fossil revert] command so that it
33 is able to revert all files beneath a directory.
34 * Add the [/help?cmd=bisect|fossil bisect skip] command.
35 * Enhance [/help?cmd=bisect|fossil bisect ui] so that it shows all unchecked
36 check-ins in between the innermost "good" and "bad" check-ins.
@@ -47,11 +55,11 @@
55 * Update the built-in SQLite so that the
56 "[/help?cmd=sql|fossil sql]" command supports new output
57 modes ".mode box" and ".mode json".
58 * Add the "<tt>obscure()</tt>" SQL function to the
59 "[/help?cmd=sql|fossil sql]" command.
60 * [./delta_format.wiki|Delta compression] is now applied to forum edits.
61 * Countless documentation enhancements.
62
63 <a name='v2_11'></a>
64 <h2>Changes for Version 2.11 (2020-05-25)</h2>
65
66

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button