Fossil SCM

Updates to the change log.

drh 2019-09-19 16:33 trunk
Commit b6c36e87ba9fc5bfe8eacaca8ed313155243a47b7b16f960737928cf2fd42086
+16 -1
--- www/changes.wiki
+++ www/changes.wiki
@@ -10,17 +10,32 @@
1010
indentation and to provide links back to the previous message
1111
in the thread. Provide sequential numbers for all messages in
1212
a forum thread.
1313
* Add support for fenced code blocks and improved hyperlink
1414
processing to the [/md_rules|markdown formatter].
15
+ * Add support for hyperlinks to wiki pages in the
16
+ [/md_rules|markdown formatter].
1517
* Enhance the [/help?cmd=/stat|/stat] page so that it gives the
1618
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.
1727
* Change the default [./hashpolicy.wiki|hash policy] to SHA3.
1828
* Timeout [./server/any/cgi.md|CGI requests] after 300 seconds, or
1929
some other value set by the
2030
[./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
2237
2338
<a name='v2_9'></a>
2439
<h2>Changes for Version 2.9 (2019-07-13)</h2>
2540
2641
* Added the [/help?cmd=git|fossil git export] command and instructions
2742
--- www/changes.wiki
+++ www/changes.wiki
@@ -10,17 +10,32 @@
10 indentation and to provide links back to the previous message
11 in the thread. Provide sequential numbers for all messages in
12 a forum thread.
13 * Add support for fenced code blocks and improved hyperlink
14 processing to the [/md_rules|markdown formatter].
 
 
15 * Enhance the [/help?cmd=/stat|/stat] page so that it gives the
16 option to show a breakdown of forum posts.
 
 
 
 
 
 
 
 
17 * Change the default [./hashpolicy.wiki|hash policy] to SHA3.
18 * Timeout [./server/any/cgi.md|CGI requests] after 300 seconds, or
19 some other value set by the
20 [./cgi.wiki#timeout|"timeout:" property] in the CGI script.
21 * Documentation improvements
 
 
 
 
 
22
23 <a name='v2_9'></a>
24 <h2>Changes for Version 2.9 (2019-07-13)</h2>
25
26 * Added the [/help?cmd=git|fossil git export] command and instructions
27
--- www/changes.wiki
+++ www/changes.wiki
@@ -10,17 +10,32 @@
10 indentation and to provide links back to the previous message
11 in the thread. Provide sequential numbers for all messages in
12 a forum thread.
13 * Add support for fenced code blocks and improved hyperlink
14 processing to the [/md_rules|markdown formatter].
15 * Add support for hyperlinks to wiki pages in the
16 [/md_rules|markdown formatter].
17 * Enhance the [/help?cmd=/stat|/stat] page so that it gives the
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.
27 * Change the default [./hashpolicy.wiki|hash policy] to SHA3.
28 * Timeout [./server/any/cgi.md|CGI requests] after 300 seconds, or
29 some other value set by the
30 [./cgi.wiki#timeout|"timeout:" property] in the CGI script.
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
37
38 <a name='v2_9'></a>
39 <h2>Changes for Version 2.9 (2019-07-13)</h2>
40
41 * Added the [/help?cmd=git|fossil git export] command and instructions
42
--- www/checkin_names.wiki
+++ www/checkin_names.wiki
@@ -211,10 +211,16 @@
211211
branch "xyzzy":
212212
213213
<blockquote>
214214
fossil diff --from root:xyzzy --to xyzzy
215215
</blockquote>
216
+
217
+A branch name that begins with the "<tt>merge-in:</tt>" prefix refers not
218
+to the root of the branch, but to the most recent merge-in for that branch
219
+from its parent. The most recent merge-in is the version to diff the branch
220
+against in order to see all changes in just the branch itself, omitting
221
+any changes that have already been merged in from the parent branch.
216222
217223
218224
<h2>Special Tags</h2>
219225
220226
The tag "tip" means the most recent check-in. The "tip" tag is roughly
221227
--- www/checkin_names.wiki
+++ www/checkin_names.wiki
@@ -211,10 +211,16 @@
211 branch "xyzzy":
212
213 <blockquote>
214 fossil diff --from root:xyzzy --to xyzzy
215 </blockquote>
 
 
 
 
 
 
216
217
218 <h2>Special Tags</h2>
219
220 The tag "tip" means the most recent check-in. The "tip" tag is roughly
221
--- www/checkin_names.wiki
+++ www/checkin_names.wiki
@@ -211,10 +211,16 @@
211 branch "xyzzy":
212
213 <blockquote>
214 fossil diff --from root:xyzzy --to xyzzy
215 </blockquote>
216
217 A branch name that begins with the "<tt>merge-in:</tt>" prefix refers not
218 to the root of the branch, but to the most recent merge-in for that branch
219 from its parent. The most recent merge-in is the version to diff the branch
220 against in order to see all changes in just the branch itself, omitting
221 any changes that have already been merged in from the parent branch.
222
223
224 <h2>Special Tags</h2>
225
226 The tag "tip" means the most recent check-in. The "tip" tag is roughly
227
--- www/serverext.wiki
+++ www/serverext.wiki
@@ -83,11 +83,11 @@
8383
that file to be executable, so it runs it as CGI and returns the result.
8484
8585
The /sqlite-src-ext/checklist file is a
8686
[https://wapp.tcl.tk|Wapp program]. The current source code to the
8787
this program can be seen at
88
-[https://www.sqlite.org/src/ext/checklist/self] and
88
+[https://www.sqlite.org/src/ext/checklist/3070700/self] and
8989
recent historical versions are available at
9090
[https://sqlite.org/docsrc/finfo/misc/checklist.tcl] with
9191
older legacy at [https://sqlite.org/checklistapp/timeline?n=all]
9292
9393
There is a cascade of CGIs happening here. The web server that receives
9494
--- www/serverext.wiki
+++ www/serverext.wiki
@@ -83,11 +83,11 @@
83 that file to be executable, so it runs it as CGI and returns the result.
84
85 The /sqlite-src-ext/checklist file is a
86 [https://wapp.tcl.tk|Wapp program]. The current source code to the
87 this program can be seen at
88 [https://www.sqlite.org/src/ext/checklist/self] and
89 recent historical versions are available at
90 [https://sqlite.org/docsrc/finfo/misc/checklist.tcl] with
91 older legacy at [https://sqlite.org/checklistapp/timeline?n=all]
92
93 There is a cascade of CGIs happening here. The web server that receives
94
--- www/serverext.wiki
+++ www/serverext.wiki
@@ -83,11 +83,11 @@
83 that file to be executable, so it runs it as CGI and returns the result.
84
85 The /sqlite-src-ext/checklist file is a
86 [https://wapp.tcl.tk|Wapp program]. The current source code to the
87 this program can be seen at
88 [https://www.sqlite.org/src/ext/checklist/3070700/self] and
89 recent historical versions are available at
90 [https://sqlite.org/docsrc/finfo/misc/checklist.tcl] with
91 older legacy at [https://sqlite.org/checklistapp/timeline?n=all]
92
93 There is a cascade of CGIs happening here. The web server that receives
94

Keyboard Shortcuts

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