Fossil

Check-in [1841ce67]
Login

Check-in [1841ce67]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Improved organization and grouping of the change list for version 2.18.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1841ce67472f0edf12a69a974e2e0b81290878c6587eb826f3b8b16e776e55cf
User & Date: drh 2022-02-22 21:44:43
Context
2022-02-23
12:50
Improvements to the change log for 2.18. Fix the aboutcgi.wiki document so that it correctly shows the scope of REQUEST_URI. ... (check-in: d0491fd0 user: drh tags: trunk)
2022-02-22
21:44
Improved organization and grouping of the change list for version 2.18. ... (check-in: 1841ce67 user: drh tags: trunk)
21:20
Adjustments to the "/md_rules" page, suggested on the SQLite forum: <https://sqlite.org/forum/forumpost/b8e93aa66d> ... (check-in: c5e4c8b6 user: drh tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to www/changes.wiki.

1
2
3
4
5
6
7
8
9

10


11

12
13
14
15
16
17
18
19
20
21


22
23
24
25
26
27
28
29
30
31
32
33
34






35
36
37
38
39
40
41
<title>Change Log</title>

<h2 id='v2_18'>Changes for version 2.18 (pending)</h2>
  *  Added support for [./ssl-server.md|SSL/TLS server mode] for commands
     like "[/help?cmd=server|fossil server]" and "[/help?cmd=http|fossil http]"
  *  Added the --share-links option to [/help?cmd=sync|fossil sync] and
     [/help?cmd=pull|fossil pull].  Enhance the 
     [/doc/trunk/www/sync.wiki|sync protocol] so that it is able to support
     sharing of links to other clones.

  *  Added the --transport-command option to [/help?cmd=sync|fossil sync]


     and similar.

  *  [/help?cmd=/chat|The /chat page] input options have been reworked
     again for better cross-browser portability.
  *  Add new setting "[/help?cmd=large-file-size|large-file-size]".  If the size
     of any file in a commit exceeds this size, a warning is issued.
  *  When sending a [/help?cmd=/chat|/chat] message fails, it is no longer
     immediately lost and sending may optionally be retried.
  *  [/help?cmd=/chat|/chat] can now optionally embed attachments of certain
     types directly into message bodies via an iframe.
  *  The new [/help?cmd=cherry-pick|cherry-pick command] is an alias for
     [/help?cmd=merge|merge --cherrypick].


  *  Promote the test-detach command into the [/help?cmd=detach|detach command].
  *  For "fossil pull" with the --from-parent-project option, if not URL is
     specified used the last URL specified for the --from-parent-project.
  *  Add options --project-name and --project-desc to the 
     "[/help?cmd=init|fossil init]" command.
  *  Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline].
  *  Add the "--as FILENAME" option to the "[/help?cmd=chat|fossil chat send]"
     command.
  *  The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment
     variable for clients.
  *  The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer
     sterilize the manifest file.
  *  Fix the REQUEST_URI CGI parameter such that it includes the query string.







<h2 id='v2_17'>Changes for version 2.17 (2021-10-09)</h2>

  *  Major improvements to the "diff" subsystem, including: <ul>
     <li> Added new [/help?cmd=diff|formatting options]: --by, -b, --webpage, --json, --tcl.
     <li> Partial-line matching for unified diffs
     <li> Better partial-line matching for side-by-side diffs





|
|
|
|
>
|
>
>
|
>
|
|
<
<
|
|
|
|
<
|
>
>

|
|


<
<
<


<
<

>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17


18
19
20
21

22
23
24
25
26
27
28
29



30
31


32
33
34
35
36
37
38
39
40
41
42
43
44
45
<title>Change Log</title>

<h2 id='v2_18'>Changes for version 2.18 (pending)</h2>
  *  Added support for [./ssl-server.md|SSL/TLS server mode] for commands
     like "[/help?cmd=server|fossil server]" and "[/help?cmd=http|fossil http]"
  *  The new [/help?cmd=cherry-pick|cherry-pick command] is an alias for
     [/help?cmd=merge|merge --cherrypick].
  *  Add new setting "[/help?cmd=large-file-size|large-file-size]".  If the size
     of any file in a commit exceeds this size, a warning is issued.
  *  Query parameter "year=YYYY" is now accepted by [/help?cmd=/timeline|/timeline].
  *  The [/help?cmd=tar|tar] and [/help?cmd=zip|zip commands] no longer
     sterilize the manifest file.
  *  Futher improvement to diff alignment in cases that involve both
     edits and changes in indentation.
  *  [/doc/trunk/www/chat.md|Chat] improvements:<ul>
     <li>  [/help?cmd=/chat|The /chat page] input options have been reworked
           again for better cross-browser portability.


     <li>  When sending a [/help?cmd=/chat|/chat] message fails, it is no longer
           immediately lost and sending may optionally be retried.
     <li>  [/help?cmd=/chat|/chat] can now optionally embed attachments of certain
           types directly into message bodies via an iframe.

     <li>  Add the "--as FILENAME" option to the "[/help?cmd=chat|fossil chat send]"
           command.
     </ul>
  *  Promote the test-detach command into the [/help?cmd=detach|detach command].
  *  For "fossil pull" with the --from-parent-project option, if no URL is
     specified then use the last URL specified for the --from-parent-project.
  *  Add options --project-name and --project-desc to the 
     "[/help?cmd=init|fossil init]" command.



  *  The [/help?cmd=/ext|/ext page] generates the SERVER_SOFTWARE environment
     variable for clients.


  *  Fix the REQUEST_URI CGI parameter such that it includes the query string.
  *  Added the --share-links option to [/help?cmd=sync|fossil sync] and
     [/help?cmd=pull|fossil pull].  Enhance the 
     [/doc/trunk/www/sync.wiki|sync protocol] so that it is able to support
     sharing of links to other clones.
  *  Added the --transport-command option to [/help?cmd=sync|fossil sync]
     and similar.

<h2 id='v2_17'>Changes for version 2.17 (2021-10-09)</h2>

  *  Major improvements to the "diff" subsystem, including: <ul>
     <li> Added new [/help?cmd=diff|formatting options]: --by, -b, --webpage, --json, --tcl.
     <li> Partial-line matching for unified diffs
     <li> Better partial-line matching for side-by-side diffs