Fossil

History of www/changes.wiki of 87f51a3ded8a6927
Login

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

History of file www/changes.wiki at check-in 87f51a3ded8a6927

2023-09-28
14:15
Update to the change log. ... (file: [42eaa99ff9] check-in: [e3e28f43dc] user: drh branch: trunk, size: 108773)
2023-09-19
11:19
Updates to the change log. ... (file: [93444fbb69] check-in: [5afa42e4ec] user: drh branch: trunk, size: 108471)
2023-09-14
08:25
Add the ability for 'branch list' to filter the branches that have/have not been merged into the current branch. ... (file: [e27c7c73d2] check-in: [8ff63db2e6] user: danield branch: trunk, size: 107266)
2023-08-03
12:23
Update to the change log. ... (file: [9b046079c2] check-in: [928bac9934] user: drh branch: trunk, size: 107126)
2023-07-25
12:35
Updates to the change log. Various spelling and grammar fixes. ... (file: [31d2a3ac62] check-in: [e6569d3f63] user: danield branch: trunk, size: 106995)
2023-06-10
09:16
Add ability to "close" forum posts. ... (file: [079ec7e493] check-in: [673dc38ffb] user: stephan branch: trunk, size: 106340)
2023-05-31
15:26
Version 2.22 ... (file: [7ab45d5a52] check-in: [66ee0beb9b] user: drh branch: trunk, size: 105975)
2023-05-29
12:44
Improved documentation for the /reports page. Add the latest /reports enhancements to the change log. ... (file: [7bc762b63a] check-in: [f71657d5c7] user: drh branch: non-merge-activity-report, size: 105972)
2023-05-26
10:27
Improved documentation of the /reports webpage. Add recent enhancements of /reports to the change log. ... (file: [39d08978d3] check-in: [5dc3d2f156] user: drh branch: trunk, size: 105853)
2023-05-22
22:11
Switched the empty-dirs setting handler from a one-off parser to glob_create() both so we get consistent behavior across the settings and because glob_create() allows quoted whitespace, needed when asking it to create directories with spaces in them. Addresses [forum:/forumpost/bdbb295ee308c9d6 | this forum report]. ... (file: [6038d6d026] check-in: [f12609fcaa] user: wyoung branch: trunk, size: 105661)
21:07
Reworked the prior commit's changelog entry to be more accurate and to match preexisting style. ... (file: [00c058d2f8] check-in: [8ce70b4c0c] user: wyoung branch: trunk, size: 105467)
21:00
Fixed a symmetry problem in the vfile.chnged implementation: it had an explicit check for when a file used to be a regular file and was replaced by a symlink pointing to the same content, but it didn't then check for the inverse case. Since the size and hash checks become nonsense when both files aren't of the same type (whether symlinks or regular files) we have to check for this case, too, else the only way to get the "UNLINK" output from "fossil status" required trickery. See [forum:/forumpost/204ff988263d7795 | this forum post] for a test case and the trick previously needed to get Fossil to report "UNLINK" as a file's change status. ... (file: [cd102a48c2] check-in: [4cca90338a] user: wyoung branch: trunk, size: 105458)
2023-05-02
16:17
Update the change log with all the most recent enhancements. ... (file: [41d3cf066a] check-in: [13c5e4172c] user: drh branch: trunk, size: 105270)
2023-04-19
10:45
Add supporting comment lines in versioned settings to the changelog. ... (file: [b967490d63] check-in: [4ed98a9944] user: danield branch: trunk, size: 104117)
2023-04-17
20:13
Replace another leftover use of the word 'stemmer' and clean up end-of-line whitespace in the change log. ... (file: [cacc5a24ba] check-in: [bcff4d81bb] user: stephan branch: fts5-trigram, size: 103995)
18:35
Replace a leftover use of the word 'stemmer' and add mention of the trigram tokenizer to the change log. ... (file: [cde59e3688] check-in: [6a0858074d] user: stephan branch: fts5-trigram, size: 104016)
2023-03-31
18:49
Updated the Podman docs to no longer talk about all the "sudo" stuff we used to have to do to get it to build and run. There are no more mknod calls to fail in that rootless environment. ... (file: [a9705368aa] check-in: [779cb8fd9d] user: wyoung branch: trunk, size: 103920)
2023-03-27
04:59
The container now uses BusyBox only in the build and setup stages, leaving just the static Fossil binary in the final stage, plus absolute necessities like a /tmp directory. This removes the justification for the custom BusyBox configuration, which then means we can use Alpine's busybox-static package in the second stage, saving a bunch of network I/O and build time. That in turn means we no longer have any justification for jailing the Fossil binary, since there's nothing extra left inside the container for it to play with. Doing this required bumping the Dockerfile syntax back up from 1.0 to 1.3 to get the "COPY --chmod" feature; tested it in Podman, which has had it [https://github.com/containers/buildah/issues/2961 | for two years now]. Doing all of this simplifies the Dockerfile and its documentation considerably. As a bonus, it builds quicker, and it's nearly a meg lighter in compressed image form. Especially for the case of using the container as a static "fossil" binary builder, this is nothing but win. ... (file: [cfded91f05] check-in: [79ac06a540] user: wyoung branch: trunk, size: 103730)
2023-02-25
22:11
Update version to 2.22 for the next dev cycle. ... (file: [2e88a08271] check-in: [e13f7ca4a7] user: stephan branch: trunk, size: 103604)
19:23
Version 2.21 ... (file: [d20a10ba54] check-in: [f9aa474081] user: drh branch: trunk, size: 103549)
2023-02-22
00:09
Clarified one of the 2.21 changelog entries. (Started as fixing a typo.) ... (file: [ab96ef4632] check-in: [86c4e6bf26] user: wyoung branch: trunk, size: 103546)
2023-02-09
21:00
Update the change log. ... (file: [7419ad2f3c] check-in: [a64ef5efd1] user: drh branch: trunk, size: 103552)
16:16
Updates to the change log. ... (file: [a9ba80fdb6] check-in: [7449a10f2a] user: drh branch: trunk, size: 103350)
2023-01-24
02:57
Replace FTS4 with FTS5, per [forum:d05b1855aa|forum post d05b1855aa]. This has been only lightly tested and might require a repo rebuild (or that we rename the associated tables/views rather than recycle them). ... (file: [043d926ae8] check-in: [c1933caf03] user: stephan branch: search-fts5, size: 103115)
2023-01-13
13:09
Documentation and change-log updates. ... (file: [1e8cd18990] check-in: [a90d3aa1ab] user: drh branch: trunk, size: 103062)
2023-01-07
20:58
Updates to the change log to discuss recent enhancements. ... (file: [23b9eac33e] check-in: [7173a1b1f4] user: drh branch: trunk, size: 102948)
2022-12-31
12:21
Fix stray character in the change log. ... (file: [776c7bc4fd] check-in: [fbcd9a77b7] user: drh branch: trunk, size: 102357)
2022-11-29
20:59
/chat: add embedded view support for .wiki/.md/.pikchr file attachments, with the caveat that the rendering happens in an iframe and thus has some limitations/usability quirks compared to non-iframed content. Added based on feedback from a /chat session. ... (file: [a000aeda7e] check-in: [fd5298f027] user: stephan branch: trunk, size: 102358)
2022-11-19
14:02
Upgrade the test-find-pivot command to the merge-base command, per discussion at [forum:1f5db4364464e965|forum post 1f5db4364464e965]. ... (file: [63a2a297a9] check-in: [2b6649c743] user: stephan branch: trunk, size: 102093)
2022-11-18
19:48
Update the change log for the report format enhancement. ... (file: [f200c30b5c] check-in: [c2467e52ef] user: drh branch: trunk, size: 102006)
2022-11-16
18:49
Update website for the 2.20 release. ... (file: [5a256f86d9] check-in: [e14628bc3d] user: drh branch: trunk, size: 101878)
2022-10-28
19:48
Also documented the new "clone -u -v" feature. ... (file: [6a3975204a] check-in: [0d61fd2310] user: wyoung branch: trunk, size: 101875)
19:45
Since it seems my clone -u fixes are going to stick, documented them in the changelog. ... (file: [5bce13d895] check-in: [02631e3500] user: wyoung branch: trunk, size: 101722)
06:51
Typo fix in changes.wiki. ... (file: [e3f03c0b58] check-in: [141793c4ab] user: stephan branch: deltify-tkt-blobs, size: 101541)
06:37
Merge trunk into deltify-tkt-blobs branch. ... (file: [2b4d260a85] check-in: [86916df534] user: stephan branch: deltify-tkt-blobs, size: 101541)
00:11
Add more comments and a changelog item. No code changes. ... (file: [38c7f9f274] check-in: [e690df08f4] user: george branch: deltify-tkt-blobs, size: 100619)
2022-10-27
14:20
Mention the new `fossil branch lsh' subcommand in the change log. ... (file: [51cfa15342] check-in: [67c9d929db] user: florian branch: trunk, size: 101370)
2022-10-26
18:28
Typo fix in the 2.20 changelog ... (file: [2ae7d792e2] check-in: [c301250872] user: wyoung branch: trunk, size: 101255)
2022-10-18
16:17
Add a by-hour-of-day report to the /reports page, prompted by a /chat discussion. (Edit: initial user mis-attribution was caused by a config-pull which changed my local default user.) ... (file: [6a0afd6cb3] check-in: [bb6f23313e] user: stephan branch: trunk, size: 101255)
2022-10-06
15:42
Added hyperlinks to the new changelog entries referencing the files in question. ... (file: [31bc3f44c6] check-in: [2c127ba7aa] user: wyoung branch: trunk, size: 101175)
02:44
Closing off the containers project: added the doc to the permuted index, noted the changes in the changelog, and removed all the hedging about WAL mode in the doc, having failed to make WAL fail in this scenario. ... (file: [582384d2a0] check-in: [92982dc4e2] user: wyoung branch: trunk, size: 101125)
2022-09-15
17:11
Add documentation for chat-timeline-user. ... (file: [4b71170c0d] check-in: [24c71dfb1e] user: drh branch: trunk, size: 100903)
17:08
Add the chat-timeline-user setting to the 2.20 change log. ... (file: [65eb0951f5] check-in: [0efd583a54] user: stephan branch: trunk, size: 100613)
2022-07-24
14:53
Added --dry-run change to the change log. ... (file: [c82ad9fa70] check-in: [5960a16f9a] user: stephan branch: trunk, size: 100449)
2022-07-21
16:11
Updated changes.wiki and VERSION to 2.20. ... (file: [f7cf7df29a] check-in: [a3bdee629d] user: stephan branch: trunk, size: 100326)
16:10
Version 2.19 ... (file: [7971ff8787] check-in: [1e131febd3] user: stephan branch: trunk, size: 100256)
2022-07-17
23:48
Changed a number of "a" articles followed by vowels in docs and comments to "an", per [forum:/forumpost/3e6e40293f03f089 | a forum post]. ... (file: [90350b4e9b] check-in: [99a319bdbf] user: wyoung branch: trunk, size: 100253)
2022-07-05
06:52
Added the obligator generic 'other enhancements' line to the 2.19 change log. ... (file: [66a3fe1baf] check-in: [d18a2f6105] user: stephan branch: trunk, size: 100252)
2022-06-22
13:51
Updates to the change log. ... (file: [1963aa3007] check-in: [b7e638f8e5] user: danield branch: trunk, size: 100212)
2022-06-08
23:27
Merge in pikchrshow-wasm branch: reimplement /pikchrshow using a client-side WASM build of pikchr.c, plus related feature-adjacent tweaks in mimetype handling. ... (file: [2800f5c4fa] check-in: [7fcb462680] user: stephan branch: trunk, size: 99933)
2022-06-07
16:13
Added entry for the email-listid setting to the change log. ... (file: [aabb232d8a] check-in: [d3acca57b9] user: stephan branch: trunk, size: 99760)
00:09
Added pikchrshow reimpl to the change log. ... (file: [2cc1d92ffe] check-in: [997bb954f4] user: stephan branch: pikchrshow-wasm, size: 99789)
2022-06-04
16:21
Mention the remote-url url overrite by proxy bug fix in the change log. ... (file: [d5bba06ef2] check-in: [5f6093314b] user: mgagnon branch: trunk, size: 99616)
2022-06-02
20:39
Updates to the change log. ... (file: [9b445d881d] check-in: [952b06084b] user: danield branch: trunk, size: 99353)
2022-05-24
20:32
If neither <var>TICKET</var> nor <var>TICKETCHNG</var> table has regular "mimetype" column then generated "mimetype" columns of these two tables are queried and used during the extraction of backlinks from ticket change artifacts. See [forum:/forumpost/40c1208a0f84fabe|forum post 40c1208a0f84] for rationale. ... (file: [7e80844e6e] check-in: [6fb642c02b] user: george branch: trunk, size: 99091)
2022-04-25
06:07
Merge in trunk. ... (file: [89664843ab] check-in: [cff92f2e6d] user: danield branch: name-start, size: 98940)
2022-04-23
21:32
Extend [/md_rules#ftnts|Markdown] with footnotes support. See [/wiki?name=branch/markdown-footnotes#il|known limitations] and the corresponding [forum:/forumthread/ee1f1597e46ec07a|forum thread]. ... (file: [5e2e461e80] check-in: [3990518b29] user: george branch: trunk, size: 98844)
2022-04-20
15:04
Documentation for the new special name and changelog update. ... (file: [7cd433d263] check-in: [b07729dae4] user: danield branch: name-start, size: 98669)
2022-03-31
09:37
Added "fossil describe" to the change log. ... (file: [2b6216229b] check-in: [56ef05a567] user: danield branch: trunk, size: 98573)
2022-03-26
13:09
Updates to the change log. ... (file: [27b90c58a6] check-in: [348d11184d] user: drh branch: trunk, size: 98508)
2022-02-25
17:43
Increase the version number to 2.19 to begin the next development cycle. ... (file: [84154782ef] check-in: [8f0a7ace0c] user: drh branch: trunk, size: 97861)
2022-02-23
13:22
Version 2.18 ... (file: [3e76319a31] check-in: [84f25d7eb1] user: drh branch: trunk, size: 97781)
13:09
The --share-links option seems to be causing no end of confusion. So we'll just make it undocumented and perhaps remove it or document it properly later. ... (file: [8ecd21c76a] check-in: [0a91005e35] user: drh branch: trunk, size: 97778)
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. ... (file: [3e4281f386] check-in: [d0491fd0b4] user: drh branch: trunk, size: 98014)
2022-02-22
21:44
Improved organization and grouping of the change list for version 2.18. ... (file: [3210df8ac0] check-in: [1841ce6747] user: drh branch: trunk, size: 97720)
2022-02-16
13:22
Mention the REQUEST_URI fix in the change log. ... (file: [d0d3aea08e] check-in: [ced2850813] user: drh branch: trunk, size: 97497)
2022-02-10
00:22
Merge from trunk ... (file: [7ab91d3fd0] check-in: [a961a67ba7] user: george branch: rptview-submenu-paralink, size: 97589)
2022-01-26
13:10
Updates to the change log. ... (file: [1f84293acd] check-in: [076e7863c2] user: drh branch: trunk, size: 97418)
2022-01-21
20:24
Merge from trunk ... (file: [593dc59aca] check-in: [9094def2b9] user: george branch: rptview-submenu-paralink, size: 97378)
2022-01-17
19:57
Updates to the change log. ... (file: [48731b67e2] check-in: [a0623f6928] user: drh branch: trunk, size: 97207)
2022-01-05
23:30
Added cherry-pick to the change log. ... (file: [928199ad18] check-in: [12fc5dc7ce] user: stephan branch: trunk, size: 96544)
2021-12-30
19:25
Updated change log for new /chat embedding feature. ... (file: [a4b8308a29] check-in: [79ebb3c18a] user: stephan branch: trunk, size: 96428)
2021-12-29
15:44
Preliminary documentation for server-side SSL. ... (file: [3ae6382571] check-in: [a094e654e5] user: drh branch: trunk, size: 96296)
2021-12-22
20:45
Update the change log with recent enhancements. ... (file: [a3c72252f3] check-in: [88a72f1e72] user: drh branch: trunk, size: 96142)
2021-10-12
20:28
/chat: fixed an error reporting bug which could cause server-triggered errors to not be displayed. When sending a message fails, the failed message is now presented as an error message, along with buttons to either retry or discard the message. ... (file: [e6732189a2] check-in: [9d693ef80a] user: stephan branch: trunk, size: 95814)
2021-10-10
06:33
Reworked /chat input options for better cross-browser portability. Made /chat config friendlier for right-handed and mobile use. ... (file: [a573bfa567] check-in: [db54f4b706] user: stephan branch: trunk, size: 95678)
06:31
More /chat config cosmetics. Started 2.18 change notes. ... (file: [4677ac709f] check-in: [891d79de18] user: stephan branch: chat-input-revisited, size: 95674)
06:09
Updated date on 2.17 release in changes.wiki. ... (file: [471ae41c7c] check-in: [c3177ea9c4] user: stephan branch: trunk, size: 95502)
2021-10-09
20:05
Merge in trunk (release 2.17) ... (file: [9cadc507b0] check-in: [a33f616e6a] user: george branch: rptview-submenu-paralink, size: 95729)
19:50
Merge in trunk (release 2.17) ... (file: [c9e20c718b] check-in: [315351f4ac] user: george branch: wcontent-subsets, size: 95501)
2021-10-01
13:40
Chat button truncation fix on narrow windows. Updated change log for new chat features. ... (file: [4dfefb3547] check-in: [d92a8f07b8] user: stephan branch: chat-input-rework, size: 95498)
2021-09-29
16:45
Consolidated /wikiedit, /pikchrshow, /fileedit, and /chat to use shift-enter to run preview mode. The former 3 previously used ctrl-enter but it was poorly documented and probably not widely used like ctrl-enter is in chat (to send a message). ... (file: [445e9a2547] check-in: [13fabf3f4d] user: stephan branch: trunk, size: 95439)
2021-09-27
14:29
Hyperlink fix in changes.wiki ([forum:40ec3ab414]) and missing properties added to tester.tcl ([forum:9ca8f55c4c]). ... (file: [8ca8266aea] check-in: [7ad4e1ad49] user: stephan branch: trunk, size: 95129)
2021-09-21
15:02
Updated changelog for chat preview. Hyperlinks in preview mode now have target=_blank. Removed extraneous FORM element around chat input area, as it caused only grief with regards to Enter key handling (always activating the first button in the list, which is now the preview button). ... (file: [4b6d589902] check-in: [60ed1ff951] user: stephan branch: trunk, size: 95128)
2021-09-19
05:53
Updated change log and chat.md for the /chat switch to markdown. ... (file: [174d7a865d] check-in: [32bd273ebf] user: stephan branch: chat-markdown, size: 95054)
2021-09-18
03:26
/chat: Corrected storage of selected audio URI to account for multiple sounds. Updated change log and chat.md. ... (file: [dc509d2cda] check-in: [c23aa77411] user: stephan branch: chat-config-options, size: 94683)
2021-09-17
19:48
Formatting improvements on the change log. Improvements to the help text for the "fossil ui" command. ... (file: [380939456b] check-in: [76f65b4362] user: drh branch: trunk, size: 94463)
19:32
Update the changes log. Fix a minor typo in the help text for "diff". ... (file: [8617d5644f] check-in: [5839abaee4] user: drh branch: trunk, size: 94635)
02:02
Converted all uses of the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attr-name | obsolete] named anchor feature from HTML before 4.0 to use fragment identifiers instead. (<tt>www/*</tt> subtree only.) Where possible, changed constructs like <verbatim><a name="foo"></a><h3></verbatim> to <verbatim><h3 id="foo"></verbatim> Also fixed a few cases where the link target came after a header so the browser would scroll the header off the screen when visiting the targeted section. Added a 50em pad at the bottom of one such edited doc to allow the intra-doc link targets to be useful since it's a short enough doc that on sufficiently tall browser windows, scrolling isn't possible, so using those anchors has no visible effect. ... (file: [b167e775e9] check-in: [93cee1f56e] user: wyoung branch: trunk, size: 94135)
2021-09-15
08:04
wiki list CLI command no longer lists deleted pages by default: use --all to include those (same parameter name as /wcontent uses for that purpose). [forum:cf4195f8bf6824fa | Forum post cf4195f8bf6824fa]. ... (file: [6b06a1e3f4] check-in: [88e5336007] user: stephan branch: trunk, size: 94405)
2021-09-06
14:07
Updates the change log to talk briefly about the new diff enhancements. ... (file: [1fbc517dfd] check-in: [68d728867f] user: drh branch: trunk, size: 94233)
2021-08-26
15:23
Update the change log for the shift from --www to --by. ... (file: [f113cc6a6c] check-in: [16a01582e6] user: drh branch: trunk, size: 94039)
00:16
Update the change log. ... (file: [58a39192ae] check-in: [a49582b343] user: drh branch: trunk, size: 94004)
2021-08-15
23:49
Merge from trunk ... (file: [1b4fd495a0] check-in: [59010c7c09] user: george branch: rptview-submenu-paralink, size: 94102)
23:27
Merge from trunk ... (file: [bd0ad7f620] check-in: [282c6f956f] user: george branch: wcontent-subsets, size: 94276)
2021-08-07
10:18
Update change long to mention the recent Markdown formatter change. ... (file: [ec57f1a83c] check-in: [2125ddb964] user: drh branch: trunk, size: 93931)
2021-07-25
02:59
Add new branch subcommands: close, reopen, hide, unhide. ... (file: [b81f3e75cc] check-in: [f1fb1239be] user: stephan branch: trunk, size: 93719)
2021-07-23
02:22
Added (branch hide/unhide) subcommands. ... (file: [e805fdc231] check-in: [05b42e6aa6] user: stephan branch: branch-close-subcommand, size: 93702)
2021-07-19
18:20
Start the list of changes for version 2.17. ... (file: [e434ad12aa] check-in: [482c1c9ee8] user: drh branch: trunk, size: 93578)
2021-07-02
12:46
Version 2.16 ... (file: [19b4139ef7] check-in: [7aedd56758] user: drh branch: trunk, size: 92377)
2021-07-01
20:32
Add a note to the changelog about DROP support within tickets schema definition. ... (file: [7c3d1c7e70] check-in: [f5b5991ee5] user: george branch: trunk, size: 92374)
18:54
Improvements to the on-line help for the "fossil all" command, and improvements to the change log. No changes to code. ... (file: [0f688b74c8] check-in: [e39854ae51] user: drh branch: trunk, size: 92154)
2021-06-30
20:33
Enhance the "fossil ui" command so that the REPOSITORY argument can be on a remote system. ... (file: [e66912535d] check-in: [f3acbe429a] user: drh branch: trunk, size: 92223)
20:31
Update the change log to talk about the enhancements to "fossil ui". ... (file: [b3566693e6] check-in: [2d19a40df3] user: drh branch: remote-ui, size: 92026)
18:55
Change log typo fix and added an all-encompassing 'numerous other minor enhancements' to 2.16. ... (file: [939542efc7] check-in: [56a40e3b9d] user: stephan branch: trunk, size: 91669)
17:57
Retroactively added a note to the 2.12.1 change log about the allow-symlinks setting no longer syncing, per forum request. ... (file: [fc53272c1c] check-in: [c5dc24d4eb] user: stephan branch: trunk, size: 91628)
2021-06-26
18:08
Fix various documentation typos. ... (file: [f6101bd59d] check-in: [3fec387cc3] user: drh branch: trunk, size: 91472)
2021-06-25
17:12
Fix a busted hyperlink in the change-log. ... (file: [ee875ffae6] check-in: [cd80b9f70f] user: drh branch: trunk, size: 91421)
2021-06-22
15:43
Add the fact that "ssh" is now used by Windows to the change log. ... (file: [800518d0a2] check-in: [775860ad2e] user: drh branch: trunk, size: 91418)
13:33
Add the "fossil patch" command. ... (file: [dbb85c1c9e] check-in: [e0d61109e1] user: drh branch: trunk, size: 91107)
13:30
Add documentation for "fossil patch" ... (file: [d436147205] check-in: [169346a1aa] user: drh branch: patch-cmd, size: 91113)
00:30
Fix a subtle glitch in the Changelog. No code changes. ... (file: [31a1144ec4] check-in: [2b073cc3c1] user: george branch: trunk, size: 91054)
2021-06-21
14:14
Add the "fossil bisect run" command to the change log. ... (file: [01d8bd7499] check-in: [162625e212] user: drh branch: trunk, size: 91060)
2021-06-15
21:45
Merge from trunk ... (file: [e6a0cb64aa] check-in: [f445855917] user: george branch: rptview-submenu-paralink, size: 91126)
21:37
Merge from trunk ... (file: [737424c762] check-in: [cea36e6c86] user: george branch: wcontent-subsets, size: 91298)
01:30
Update the change log for the TLS security patch. ... (file: [8e037aed44] check-in: [3c1a27646c] user: drh branch: trunk, size: 90957)
2021-06-12
18:43
Add support for [/wiki?name=branch/rptview-submenu-paralink&p|submenu parametric hyperlinks] for [/help?cmd=/rptview|/rptview] and [/help?cmd=/wiki|/wiki] pages. ... (file: [9404782174] check-in: [9690fc39dc] user: george branch: not-allowed., size: 90542)
17:28
Add a note to the Changelog. No code changes. ... (file: [b79383e610] check-in: [528d628947] user: george branch: rptview-submenu-paralink, size: 90163)
2021-06-09
10:38
Update the change log. ... (file: [4f814b280e] check-in: [b46d904742] user: drh branch: trunk, size: 90376)
2021-06-04
11:39
Updated tag list subcommand to be able to deal with propagated tags on wiki, forum post, and technote artifacts, with an eye towards not breaking any historical scripting uses. ... (file: [0978ddbdb9] check-in: [c797abe4c3] user: stephan branch: trunk, size: 89992)
2021-05-12
02:14
Change log updates. ... (file: [1169682411] check-in: [705d519fff] user: stephan branch: trunk, size: 89840)
2021-04-28
20:23
Updates to the change log. ... (file: [9dc32e7569] check-in: [64edf41afe] user: drh branch: trunk, size: 89600)
2021-04-21
20:53
Enable interactive adjustment of the set of wiki pages that are listed on the [/wcontent] page. Corresponding submenu controls can be configured by the administrator to fulfill local needs and constraints. ... (file: [0e51bc4a47] check-in: [7971343314] user: george branch: wcontent-subsets, size: 89330)
2021-04-19
16:08
Display "View 1 branch" hyperlink if just one branch is selected. Add documentation to the <tt>www/javascript.md</tt> and to the changelog. Also minor CSS tweaks. ... (file: [f4c03fd16e] check-in: [c6a061f2a0] user: george branch: brlist-timeline, size: 89256)
2021-04-08
11:34
Update the change log for the 2.14.1 and 2.15.1 patches. ... (file: [dd837e704b] check-in: [041c3d1fa7] user: drh branch: trunk, size: 88921)
2021-03-26
20:16
Append to the list of [/doc/trunk/www/changes.wiki#v2_15|changes in v2.15] an item about [/help?cmd=/whistory|/whistory]. ... (file: [dbf01b7e79] check-in: [920b7079f2] user: george branch: trunk, size: 88609)
17:28
Update the change log and index page with the new release information. ... (file: [e01f4c3a66] check-in: [97610f82f9] user: drh branch: trunk, size: 88245)
2021-03-13
17:11
Mention the ./configure --print-minimum-sqlite-version feature in the change log. Improved comments on the two places in the code that check the minimum SQLite version, so that they refer to one another, to remind developers to change both places if they change either. ... (file: [2ea3f4288f] check-in: [7018d7c158] user: drh branch: trunk, size: 88242)
13:26
More enhancements to the change log for version 2.15. ... (file: [2697947099] check-in: [c561e051eb] user: drh branch: trunk, size: 87848)
12:54
Add the "fossil add" Windows reserved filename restriction to the change log. ... (file: [2e35ba5bbf] check-in: [5add4656b6] user: drh branch: trunk, size: 87668)
2021-03-04
02:28
Mention the relaxation of the img-src rule in the default CSP. ... (file: [cc520ee93f] check-in: [25667a5e73] user: drh branch: trunk, size: 87386)
2021-03-03
17:28
The various diff-rendering pages now have toggles to show/hide individual diffs, as discussed in [forum:0f751ad9c8]. ... (file: [ee73869434] check-in: [877246cf3d] user: stephan branch: trunk, size: 87217)
17:24
[/help/leaves|leaves command] now shows the branch point of each leaf, as discussed in [forum:5e52d31d2e]. ... (file: [04ccbbcb85] check-in: [d21e3c5a3a] user: stephan branch: trunk, size: 87124)
2021-03-02
20:50
Add the "re=" query parameter to the /dir webpage. Improvments to skin documentation and to the change log. ... (file: [40b1e92bb9] check-in: [f08466dded] user: drh branch: trunk, size: 87039)
17:13
Documentation for new settings. Improvements to the change log. ... (file: [4ebb33bee4] check-in: [aac9093b36] user: drh branch: trunk, size: 86964)
16:44
Update to the change log. ... (file: [101108507f] check-in: [c0c1235998] user: drh branch: trunk, size: 86908)
08:54
Updated changes.wiki to replace skn_X references with skin=X. ... (file: [c3304462dd] check-in: [7fed83c9b0] user: stephan branch: skin-preference-cookie, size: 86242)
2021-02-09
13:34
The canonical Fossil homepage is now https://fossil-scm.org/home without the "www." in the domain and with the main path at /home, not /index.html or /fossil. Update all URLs in documentation to reflect this fact. ... (file: [2c5d5f2ac4] check-in: [09908ab058] user: drh branch: trunk, size: 86133)
2021-01-28
12:26
Document the new --ckout-alias option. ... (file: [37969e5910] check-in: [433b9df3e2] user: drh branch: trunk, size: 86141)
01:08
Updates to the change log. ... (file: [e6c13cc420] check-in: [872eb4bc7c] user: drh branch: trunk, size: 85749)
2021-01-27
14:40
Begin a change log for version 2.15. ... (file: [1e195e431f] check-in: [0412039ef1] user: drh branch: trunk, size: 85481)
2021-01-20
15:34
Version 2.14 ... (file: [6c10ec4086] check-in: [487776dc45] user: drh branch: trunk, size: 84098)
12:16
Enhancements to the change log. Mention SQLite 3.35 and Fossil performance optimizations. ... (file: [7464741988] check-in: [fc8452b13f] user: drh branch: trunk, size: 84095)
2021-01-12
16:00
Fix typos in Markdown and Wiki pages. ... (file: [12b92f5835] check-in: [e755561d73] user: danield branch: trunk, size: 83863)
2021-01-08
14:23
Improved wording on the change log. ... (file: [f755f0d693] check-in: [a28778e1d8] user: drh branch: trunk, size: 83864)
02:17
Improvements to the change log. ... (file: [4ee4ad5bc8] check-in: [01d4bde83e] user: drh branch: trunk, size: 83871)
2021-01-06
19:05
Updates to the change log. ... (file: [aee5236e8c] check-in: [20512bd845] user: drh branch: trunk, size: 83276)
2020-12-25
16:09
First attempt at documentation for Fossil chat. ... (file: [165bbeb53d] check-in: [bcfdc1a106] user: drh branch: trunk, size: 82318)
2020-12-09
16:17
Fix a typo in the change log. ... (file: [cdfdde0144] check-in: [037c79476c] user: drh branch: trunk, size: 82272)
2020-12-05
13:19
Updates to the change log. ... (file: [c73fc4c035] check-in: [c7dcf38c5b] user: drh branch: trunk, size: 82271)
2020-11-06
13:36
Create a change log entry for version 2.14. ... (file: [0eac0d1391] check-in: [81ca92b854] user: drh branch: trunk, size: 81404)
2020-11-01
00:13
Version 2.13 "All Saints" ... (file: [db757603b6] check-in: [e7bba4ff36] user: drh branch: trunk, size: 80945)
2020-10-12
13:39
New document: pikchr.md ... (file: [7db1271ade] check-in: [a92365d722] user: drh branch: trunk, size: 80444)
2020-10-10
16:34
Add a catch-all bullet for other miscellaneous changes to the change list for 2.13. ... (file: [01cdd44826] check-in: [40f0d5ab62] user: drh branch: trunk, size: 80451)
12:05
Renamed fossil.page.wikiedit-wysiwyg-legacy.js to fossil.wikiedit-wysiwyg.js so that the excessively long name doesn't cause /dir to have, at most, 2 columns. Removed some dead code and added a tiny bit of docs. Updated changelog per forum request. ... (file: [d278ad955b] check-in: [a759842a7a] user: stephan branch: trunk, size: 80380)
2020-09-16
22:25
Changelog update per forum request. ... (file: [6014accc29] check-in: [b816bae3f2] user: stephan branch: trunk, size: 80219)
2020-09-14
00:55
Typo fix and changelog pikchr update. ... (file: [cad83fd4d5] check-in: [d9b4235812] user: stephan branch: trunk, size: 80030)
2020-09-12
00:09
Updated /pikchrshow help and changes.wiki to mention pikchr. ... (file: [4f07470645] check-in: [bb31279a19] user: stephan branch: trunk, size: 79842)
2020-08-23
20:06
Updates to the "fossil config" command documentation and the change log. ... (file: [3350b97c96] check-in: [79b1cd4bf5] user: drh branch: trunk, size: 79611)
14:04
Add preliminary documentation for interwiki links. List the intermap on the /md_rules and /wiki_rules pages. ... (file: [828e8ba33d] check-in: [1a4158ea86] user: drh branch: interwiki, size: 79504)
2020-08-20
15:22
Update the change log and the latest-release link on the homepage. ... (file: [dc9ddc6194] check-in: [5983f5b913] user: drh branch: trunk, size: 79466)
2020-08-18
20:51
Merged in [923affb930a27b], which reinstates localStorage but sandboxes access to fossil.storage on a per-repo basis. ... (file: [a36d09ab5d] check-in: [21fbd4738c] user: stephan branch: branch-2.12, size: 79498)
19:10
Updated changelog and index for 2.12.1, with a tentative release date of Aug. 19th (that's tomorrow in 3 hours, CET). ... (file: [61688bebf2] check-in: [c8e8ab9ccc] user: stephan branch: branch-2.12, size: 79471)
2020-08-16
17:18
Mention the "fossil backup" command in the 2.12 change log. ... (file: [f14b505c3b] check-in: [a02bcb033b] user: drh branch: trunk, size: 79140)
15:03
Put the date on the 2.12 release. Start a change-log for 2.13. ... (file: [473b721320] check-in: [522e7204c0] user: drh branch: trunk, size: 79085)
14:31
Remove "(pending)" from 2.12 changelog now that 2.12 is released ... (file: [34c87a519b] check-in: [dcc90ab5e1] user: andygoth branch: trunk, size: 78986)
2020-08-12
18:09
Update the change log to mention the two new virtual tables added to the "fossil sql" command. ... (file: [259fc205a3] check-in: [d79f08df7b] user: drh branch: trunk, size: 78996)
2020-08-11
09:29
Doc tweaks only - no code changes. ... (file: [27eb475ad8] check-in: [b5496da66f] user: stephan branch: trunk, size: 78761)
2020-08-10
12:12
Tweaks to the change log. ... (file: [9bf6021f4c] check-in: [f4c731afb7] user: drh branch: trunk, size: 78761)
2020-08-07
14:58
Update the change log for the enhancements to "fossil open". ... (file: [a577916208] check-in: [d59270f76d] user: drh branch: trunk, size: 78623)
2020-08-01
18:47
Updated the wiki CLI command to account for the sandbox pseudo-page and removed an obsolete TODO. ... (file: [ca28b44b30] check-in: [7bc942704d] user: stephan branch: trunk, size: 78415)
13:53
Merged in the Ajax-based /wikiedit reimplementation. ... (file: [17d3ed1c4e] check-in: [19f2753522] user: stephan branch: trunk, size: 78358)
01:37
Removed the legacy /wikiedit implementation and the wysiwyg option it supported/sported. Updated the change log. ... (file: [d5eaf130bb] check-in: [336afe8e91] user: stephan branch: ajax-wiki-editor, size: 78223)
2020-07-28
19:47
Update the change log for the "Remember me" session login-cookie enhancement. ... (file: [85ca8ff156] check-in: [d650eea348] user: drh branch: trunk, size: 77966)
2020-07-18
22:38
Updates to the change log for 2.12. ... (file: [e2e551bb46] check-in: [fa4c48bf60] user: drh branch: trunk, size: 77847)
2020-07-13
12:49
Small typo fix in the change log. ... (file: [b1a81a2926] check-in: [cfbfdd1ec8] user: stephan branch: trunk, size: 77358)
2020-07-12
15:00
Update the change log. ... (file: [46ab066938] check-in: [a382145a2b] user: drh branch: trunk, size: 77358)
2020-07-02
20:54
Updates to the change log and to the /timeline documentation. ... (file: [5c88f7389b] check-in: [ea4010d58a] user: drh branch: trunk, size: 77078)
2020-06-27
17:05
Typos in the help text and the change log. ... (file: [56cdff9f11] check-in: [cd061779d2] user: drh branch: trunk, size: 76709)
15:51
Updates to the change log. Add documentation for the safe-html setting. ... (file: [c3c9b26364] check-in: [9ef2e5e57b] user: drh branch: trunk, size: 76710)
2020-06-10
20:30
Updates to the change log. ... (file: [cc1c89b2b6] check-in: [7e4aeafcea] user: drh branch: trunk, size: 75701)
2020-06-08
20:47
Updates to the change log. ... (file: [a6d373799a] check-in: [70fc44a199] user: drh branch: trunk, size: 75381)
2020-05-28
09:47
Added /fileedit to changes.wiki. ... (file: [176c99104f] check-in: [2c9aa1b939] user: stephan branch: trunk, size: 74851)
08:55
Editing forum posts now applies delta compression to the edits. ... (file: [ee43be72a4] check-in: [5b7888c994] user: stephan branch: trunk, size: 74699)
08:48
Add --reset flag to add/rm/addremove commands. ... (file: [13c0387acd] check-in: [e0fc98caa1] user: stephan branch: trunk, size: 74630)
2020-05-25
23:40
Update the changes log to include a date for 2.11 and to add a place-holder to begin recording 2.12 changes. ... (file: [416be1d440] check-in: [87e3ad3132] user: drh branch: trunk, size: 74499)
2020-05-09
12:08
Update the change log. ... (file: [a1df607d75] check-in: [49a06bf177] user: drh branch: trunk, size: 74397)
2020-04-28
22:37
Correct typo ... (file: [1198028df3] check-in: [acbbc133e1] user: andygoth branch: trunk, size: 74278)
2020-04-27
22:45
Update the change log. ... (file: [1754a2658f] check-in: [ea275f941c] user: drh branch: trunk, size: 74277)
2020-04-22
18:51
Minor improvements to the change log. No code changes. ... (file: [a299b2f6f6] check-in: [fcc07be739] user: drh branch: trunk, size: 73968)
2020-04-19
19:14
Change log updates. ... (file: [ee8ea9c64d] check-in: [088b44b310] user: drh branch: trunk, size: 73975)
17:32
Change log updates. ... (file: [36f38f7aca] check-in: [d6967fe79c] user: drh branch: trunk, size: 73739)
2020-03-14
13:13
Typo fix in the change log. ... (file: [c3000705ec] check-in: [76a8eefc80] user: stephan branch: trunk, size: 72185)
12:57
Add the audio-captcha feature to the change log. ... (file: [e7b59eb7ab] check-in: [b003f7cd53] user: drh branch: trunk, size: 72187)
2020-03-06
10:07
Update to Unicode-13 ... (file: [e998c31460] check-in: [b70a76e354] user: jan.nijtmans branch: trunk, size: 72050)
2020-02-26
15:59
Updates to the change log. ... (file: [2c773fed34] check-in: [13919ef8fc] user: drh branch: trunk, size: 71938)
2020-02-25
20:57
Implemented merge/update --keep-merge-files, per discussion at [https://fossil-scm.org/forum/forumpost/1407a2d73e|/forumpost/1407a2d73e]. ... (file: [d721b9ba2b] check-in: [1bfd760de4] user: stephan branch: merge-remove-temp-files, size: 71305)
2020-02-12
16:35
Change the special $SELF substitution used by Markdown and HTML embedded documentation into $CURRENT. See the [https://www.fossil-scm.org/forum/forumpost/69cf42b0c9|forum discussion] for details. ... (file: [a9787d7e4a] check-in: [45427ae1c9] user: drh branch: trunk, size: 71096)
14:44
Updates to the change log. ... (file: [1cc537c303] check-in: [0c9339bfb0] user: drh branch: trunk, size: 70857)
2020-01-28
07:17
Added the mimetypes setting to the change log. ... (file: [6a5aa01c7d] check-in: [038f595f98] user: stephan branch: trunk, size: 70239)
2019-12-13
21:10
Updated change log for the /ext index addition. ... (file: [4834f39145] check-in: [2468b578c4] user: stephan branch: trunk, size: 70105)
2019-12-05
09:31
Updated the 2.11 change log. ... (file: [cbb08e2ec5] check-in: [b7ba386643] user: stephan branch: trunk, size: 70000)
2019-11-30
13:53
Rework the "fossil grep" command so that it shows both the file and check-in hash for matching files, and so that it can scan multiple files all at once. ... (file: [b48c0e6a0a] check-in: [f5f4471323] user: drh branch: trunk, size: 69609)
2019-10-04
22:20
Fix the date on the 2.10 change log. ... (file: [84b2f6e6c1] check-in: [80ea65af53] user: drh branch: trunk, size: 69428)
2019-09-26
17:23
Updates to the change log. ... (file: [c3b554588a] check-in: [4eea6bf9dc] user: drh branch: trunk, size: 69425)
2019-09-19
16:33
Updates to the change log. ... (file: [9a087ee3eb] check-in: [b6c36e87ba] user: drh branch: trunk, size: 69427)
2019-08-20
06:03
Updated all of the internal hyperlinks referencing www/server.wiki to point at either www/server/index.html or one of the docs it now points at. ... (file: [488fa1c2a4] check-in: [74a6578cd4] user: wyoung branch: server-docs, size: 68561)
2019-08-13
23:29
Additional documentation on CGI configuration options. Updates to the change log. New hyperlinks interconnecting the various documents. ... (file: [15813cc83e] check-in: [fbc3b2f72e] user: drh branch: trunk, size: 68559)
2019-07-29
20:02
Improved documentation of the repolist-skin setting. ... (file: [fda3663860] check-in: [02bdcf5e9f] user: drh branch: trunk, size: 68158)
2019-07-27
17:11
Enhancements to the CGI extension documentation. Update the 2.10 change log to mention this enhancement and other changes. ... (file: [54436c0940] check-in: [dfa5d50971] user: drh branch: trunk, size: 68046)
2019-07-13
14:30
Change the default hash policy to "sha3". Bump the version number to 2.10 to start the next development cycle. ... (file: [14c0a34db5] check-in: [b4520f5efc] user: drh branch: trunk, size: 67721)
13:05
Version 2.9 ... (file: [219bba15bb] check-in: [0fd79a3e09] user: drh branch: trunk, size: 67589)
2019-06-30
04:27
Update the change log and the sync protocol documentation for the new check-in locking mechanism that tries to prevent race-condition forks. ... (file: [4be12f21b1] check-in: [2d7a8a832f] user: drh branch: trunk, size: 67249)
2019-06-13
10:32
Add an entry about the new "touch" command and "--setmtime" option to the change log for version 2.9. ... (file: [aa77163d3c] check-in: [93a6893d45] user: drh branch: trunk, size: 67056)
2019-06-05
20:21
Updates to the change log for version 2.9. ... (file: [42f0931b42] check-in: [2a25a8ebd9] user: drh branch: trunk, size: 66882)
2019-05-17
23:47
Updates to the change log. ... (file: [9e2bbd6d9b] check-in: [75867c972e] user: drh branch: trunk, size: 66455)
2019-05-16
08:49
Update docker build to use fedora 29 (was: 28). changelog update. ... (file: [b086e7d25b] check-in: [d60669c564] user: jan.nijtmans branch: trunk, size: 66206)
2019-05-11
00:17
Updates to the change log, as well as other minor documentation improvements. ... (file: [3540c17bed] check-in: [530963e0d1] user: drh branch: trunk, size: 66206)
2019-03-17
01:42
Add the "fossil git export" command to the 2.9 change log. ... (file: [c225aebfab] check-in: [17b517f5ee] user: drh branch: trunk, size: 64775)
2019-03-01
21:37
Update custom makefile. Remove some unnecessary spacing in documentation ... (file: [aa8f136259] check-in: [e2751b18af] user: jan.nijtmans branch: trunk, size: 64624)
09:38
Update internal Unicode character tables, used in regular expression handling, from version 11.0 to 12.0. In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" and the TH1 "regexp" command, the -nocase option now removes multiple diacritics from the same character (derived from SQLite's remove_diacritics=2) ... (file: [dd30b803b3] check-in: [b2c424ada8] user: jan.nijtmans branch: trunk, size: 64631)
2019-02-27
14:34
Update the version number to 2.9 for the next release cycle. Updates to the change log for 2.9. ... (file: [1c3521f660] check-in: [6f60cb3881] user: drh branch: trunk, size: 64276)
2019-02-20
20:42
Start the version 2.9 change log. ... (file: [3115b2ab3c] check-in: [29d5571898] user: drh branch: trunk, size: 63635)
15:01
Version 2.8 ... (file: [01eeac4572] check-in: [f8d7f76bfd] user: drh branch: trunk, size: 63502)
2019-02-18
21:04
Tweaks to the change log in preparation for 2.8. ... (file: [0bd3648779] check-in: [dbf342e763] user: drh branch: trunk, size: 63499)
2019-01-27
19:32
Update the built-in SQLite to the latest 3.27.0 alpha. Updates to the change log. ... (file: [c3ee575a8e] check-in: [5280c1ab9a] user: drh branch: trunk, size: 63417)
2019-01-05
01:29
Increase the version number to 2.8 and update the change log, in case we decide to do a new release soon. ... (file: [a7d00a4380] check-in: [f143b606a0] user: drh branch: trunk, size: 62571)
2018-10-06
23:02
Added the mv/rm files change to the 2.7 changelog ... (file: [63a2ead783] check-in: [be1bc912fe] user: wyoung branch: trunk, size: 59758)
2018-10-03
20:09
Added an entry for `fossil grep` to the www/changes.wiki file in the 2.7 section. Somehow this addition wasn't noted prior to the release. ... (file: [56475878c7] check-in: [9e1faa0260] user: wyoung branch: trunk, size: 59367)
2018-09-22
17:40
Version 2.7 ... (file: [ce0b3714c1] check-in: [9aa9ba8bd2] user: drh branch: trunk, size: 59330)
2018-09-20
15:55
Updates to the change log for the upcoming 2.7 release. ... (file: [050f1cc0c5] check-in: [450e872354] user: drh branch: trunk, size: 59330)
2018-09-18
15:53
Add the "fossil branch current" command to the 2.7 change log. ... (file: [f8cbe06edf] check-in: [fc977f14b1] user: drh branch: trunk, size: 59051)
2018-09-16
15:43
Make sure that Fossil is always compiled with SQLite >= 3.25.0. Add mention of TLS 1.3 to changelog. ... (file: [bb75785eda] check-in: [d0dcf908a8] user: jan.nijtmans branch: trunk, size: 58986)
2018-09-14
12:53
Update the change log. ... (file: [cdc9afe0a7] check-in: [d78f1f3c59] user: drh branch: trunk, size: 58926)
2018-09-01
20:49
Noted the responsive design changes to the default skin in the change log. Expanded on the forum and alerts feature items. Changed all the past-tense verbs to present tense to match the rest of the items and the prevailing style in past change log entries. ... (file: [9a51d9a290] check-in: [6f87b4af08] user: wyoung branch: trunk, size: 58181)
2018-08-08
11:35
Add initial documentation about email alerts. Remove obsolete forum features from the "fossil config" command. ... (file: [9ebd27f0b8] check-in: [62411f371f] user: drh branch: trunk, size: 57982)
09:21
Update internal Unicode character tables, used in regular expression handling, from version 10.0 to 11.0. ... (file: [e93732493d] check-in: [1aff43a74a] user: jan.nijtmans branch: trunk, size: 57511)
2018-05-03
16:54
Change the version number to 2.6 and update the change log in preparation for a release. ... (file: [a302b41385] check-in: [98b4cb3346] user: drh branch: trunk, size: 57327)
2018-02-07
18:48
Version 2.5 ... (file: [dcf9960681] check-in: [188a0e2904] user: drh branch: trunk, size: 55792)
2018-01-25
00:37
Another change log update. ... (file: [1b1defc09e] check-in: [c125af3e47] user: drh branch: trunk, size: 55789)
2018-01-24
19:46
Update the 2.5 change log. ... (file: [3ba45b8193] check-in: [1cbaf3bdd9] user: drh branch: trunk, size: 55624)
2017-12-14
00:25
Fix default CSS so that it does not break a date string on the timeline at one of the "-" characters. ... (file: [5d5b49de40] check-in: [1481ae1f9e] user: drh branch: trunk, size: 54563)
2017-11-14
21:52
Add section for version 2.5 to the change log. ... (file: [5bed105859] check-in: [d02c1042a5] user: drh branch: trunk, size: 54412)
2017-11-03
09:29
Version 2.4 ... (file: [e82b89f1d2] check-in: [a0001dcf57] user: drh branch: trunk, size: 54089)
2017-10-29
23:59
Update the 2.4 change log. ... (file: [137e8a72e1] check-in: [266a311b62] user: drh branch: trunk, size: 54082)
2017-10-14
23:20
Update /dir to support readme and readme.* files being a symlink to the actual document. Symlinks to symlinks are not supported in this instance. The document type is determined by the link target name. ... (file: [8971e96e15] check-in: [eb4dda4820] user: andygoth branch: andygoth-doc-symlink, size: 53847)
22:22
Update change log to describe Windows behavior of "l" flag to "manifest" setting ... (file: [25cf38a0c4] check-in: [810370cd43] user: andygoth branch: andygoth-enhanced-symlink, size: 53897)
2017-09-29
00:53
Add support for the "l" flag to the "manifest" setting to enable creation of a file "manifest.symlinks" which lists the names of all symlinks ... (file: [bc63f2f835] check-in: [8d6bdd1e00] user: andygoth branch: andygoth-enhanced-symlink, size: 53781)
2017-09-25
19:46
Update the change log. Improved documentation of reverse annotations. (Note: The check-in time has been moved 5 minutes earlier as a test of the ability to edit check-in times.) ... (file: [29895e85b5] check-in: [1f378f9e31] user: drh branch: trunk, size: 53628)
2017-09-24
04:12
Update change log ... (file: [4a7d7d5965] check-in: [f914bfd3c7] user: andygoth branch: andygoth-search-technote, size: 53476)
2017-09-23
18:32
Add the -r|--revision option to the annotate command. ... (file: [639eddafce] check-in: [5a6b194bc9] user: andygoth branch: trunk, size: 53438)
2017-09-20
14:56
Update the change log to record recent enhancements. ... (file: [0c8d024b18] check-in: [54c08082fc] user: drh branch: trunk, size: 53379)
2017-08-29
07:58
(cherry-pick): SQLite version 3.20.1 (cherry-pick): Remove an unused global variable from the path_shortest() logic ... (file: [b91a44f810] check-in: [ae8709e2fc] user: jan.nijtmans branch: branch-2.3, size: 52120)
07:50
SQLite version 3.20.1 ... (file: [96165377b0] check-in: [ffc252a663] user: jan.nijtmans branch: trunk, size: 52442)
2017-08-12
04:19
Typo correction ... (file: [237c0ddc77] check-in: [45a3d4b167] user: andygoth branch: trunk, size: 52391)
2017-08-11
16:00
Increase the version number to 2.4 and update the change log. ... (file: [ce0685da0d] check-in: [3ebbe7bcaa] user: drh branch: trunk, size: 52389)
2017-08-05
04:17
Enable processing of versioned manifest setting when creating zips and tarballs outside of an open checkout directory ... (file: [67e9066193] check-in: [da23bec780] user: andygoth branch: trunk, size: 52210)
03:23
Correct the /doc page to support read-only repositories ... (file: [0aae6b57c6] check-in: [95edba6534] user: andygoth branch: trunk, size: 51972)
2017-07-03
10:36
Suggestion for 2.3 release: Eliminate the need for SQLITE_PREPARE_PERSISTENT, which makes fossil work with SQLite 3.19.3. ... (file: [40258a0bfe] check-in: [1eab060a84] user: jan.nijtmans branch: fossil-2.3-with-older-SQLite, size: 51825)
09:31
Update changes.wiki. Some eol-spacing ... (file: [42313da030] check-in: [86d4754a7a] user: jan.nijtmans branch: trunk, size: 51832)
2017-07-01
19:36
Update the change log to mention recent enhancements. ... (file: [32384c6554] check-in: [8fe2f97ea1] user: drh branch: trunk, size: 51825)
2017-06-30
14:10
Fossil now needs at least SQLite 3.20.0 (beta) ... (file: [6380bf94cb] check-in: [1c1d4ed21a] user: jan.nijtmans branch: trunk, size: 51313)
2017-06-21
11:48
Unicode 10 is officially released now. ... (file: [1528c33943] check-in: [14d8d31b1a] user: jan.nijtmans branch: trunk, size: 51313)
2017-05-26
08:44
Requesting Fossil 2.3 release just after the Unicode 10.0 release (expected around june 20, 2017). If earlier, please revert commit [09bcc322f7bcf52f|09bcc322f7] first. ... (file: [7f3c023246] check-in: [6fe0d68914] user: jan.nijtmans branch: trunk, size: 51359)
2017-05-25
17:07
Update the change log to show that SQLite 3.19.2 was installed. ... (file: [71aa981f4d] check-in: [ad44efaff3] user: drh branch: trunk, size: 51313)
2017-05-24
13:48
Increase the version number to 2.3 in preparation for the next release. Updates to the change log. ... (file: [721afc93b3] check-in: [277274c0c7] user: drh branch: trunk, size: 51313)
09:51
Update internal Unicode character tables, used in regular expression handling, from version 9.0 to 10.0. ... (file: [35591a7206] check-in: [09bcc322f7] user: jan.nijtmans branch: trunk, size: 51066)
2017-05-22
14:29
Update the built-in SQLite to 3.19.0 ... (file: [512b86c73a] check-in: [e1da46fed4] user: jan.nijtmans branch: trunk, size: 50951)
2017-04-11
20:54
Version 2.2 ... (file: [9a68a076bf] check-in: [81d7d3f43e] user: drh branch: trunk, size: 50832)
15:04
Update change-log ... (file: [b293977345] check-in: [909f2ef4c6] user: jan.nijtmans branch: trunk, size: 50832)
2017-04-03
11:40
Add support for GIT comment tags, as suggested [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24595.html|here]. Implementation by Roy Marples, but modified to use the (existing) 'T' card in stead of the 'C' card. ... (file: [265d1b8486] check-in: [3bba2a6e82] user: jan.nijtmans branch: trunk, size: 50762)
2017-03-30
18:01
Add a hyperlink to PRAGMA optimize in the change log for 2.2. ... (file: [c17d7beabc] check-in: [84c2682f4f] user: drh branch: trunk, size: 50763)
2017-03-22
16:15
Fix harmless compiler warnings in the shell ... (file: [ee8ee56337] check-in: [cc65959b0f] user: jan.nijtmans branch: trunk, size: 50709)
2017-03-16
17:55
Update the change log for version 2.2. Change the version number to 2.2. ... (file: [86740f530f] check-in: [b477fe5799] user: drh branch: trunk, size: 50707)
15:14
Rename crnl-glob versioned setting to crlf-glob ... (file: [54bf932c0c] check-in: [c5e4f7dff8] user: jan.nijtmans branch: trunk, size: 50152)
2017-03-10
17:19
Fix the release date for 2.1 on the change log. ... (file: [b313bcbf7b] check-in: [f89e0d4a91] user: drh branch: trunk, size: 50033)
2017-03-05
22:28
Update the change log for version 2.1. ... (file: [a174db37d9] check-in: [13924ff734] user: drh branch: trunk, size: 50033)
2017-03-01
21:53
Update the change log. ... (file: [b08ac90afb] check-in: [c682faab38] user: drh branch: trunk, size: 49556)
19:53
Updates to the change log. ... (file: [9ae7df8648] check-in: [537ab8868e] user: drh branch: trunk, size: 49506)
2017-02-28
10:12
Update the change log for version 2.0. ... (file: [2c41e9a7cc] check-in: [89077b05bf] user: drh branch: fossil-2.0, size: 49332)
2017-02-14
15:35
Update the built-in SQLite to version 3.17.0 ... (file: [044eac2d1e] check-in: [616d2873f0] user: jan.nijtmans branch: trunk, size: 49179)
2017-01-16
20:35
The "fossil version -v" command and the /version?verbose webpage show the same output. Update the change log for the 1.37 release. ... (file: [f622319dc0] check-in: [9c97d23d36] user: drh branch: trunk, size: 49058)
09:05
Update the built-in Zlib to the 1.2.11 release ... (file: [da6d15a28f] check-in: [df91c2277f] user: jan.nijtmans branch: trunk, size: 48991)
2017-01-04
09:34
Update the built-in SQLite to the 3.16.1 release ... (file: [1081c1164c] check-in: [a8cd1e5427] user: jan.nijtmans branch: trunk, size: 48991)
2017-01-03
10:53
Update the built-in Zlib to the 1.2.10 release. ... (file: [15dcc0fa16] check-in: [ad8ad49de3] user: jan.nijtmans branch: trunk, size: 48989)
2016-12-24
21:55
Improved documentation of the "fossil sql" command. Add a note to the change log discussing recent enhancements to the "fossil sql" command. ... (file: [8eeff216ac] check-in: [a52f196740] user: drh branch: trunk, size: 48894)
2016-12-08
20:10
Bring the change log up-to-date with the latest enhancements. ... (file: [05194b6f83] check-in: [d1a6222ecd] user: drh branch: trunk, size: 48652)
2016-11-07
01:18
Further updates to the changelog ... (file: [407c4849e6] check-in: [63ed4b00f3] user: andygoth branch: trunk, size: 48538)
01:13
Move changes to bottom (were placed at top by prior merge) and change verb tense to match other changes ... (file: [701f417c05] check-in: [1d1b5c732f] user: andygoth branch: trunk, size: 48174)
01:12
Add item to changes.wiki describing updated changes|status command ... (file: [6088dd7ed7] check-in: [c3c348b789] user: andygoth branch: trunk, size: 48177)
2016-11-04
15:09
Merge trunk ... (file: [e996fdeee2] check-in: [490daed204] user: andygoth branch: andygoth-timeline-ms, size: 47967)
2016-10-26
21:31
Minor security enhancements to the optional SEE integration. ... (file: [9f7490e9a5] check-in: [a8484dc327] user: mistachkin branch: trunk, size: 47845)
21:28
Fixes for incremental Git import/export. ... (file: [c26cc2e0c1] check-in: [27c8985cc1] user: mistachkin branch: trunk, size: 47756)
21:26
Add the 'project_description' variable to TH1. ... (file: [64d55bbef8] check-in: [cd219d31c1] user: mistachkin branch: trunk, size: 47710)
21:24
Add the 'unversioned' command to TH1, with the 'content' and 'list' sub-commands. ... (file: [d304711b40] check-in: [1b5b69f3cf] user: mistachkin branch: trunk, size: 47662)
21:21
Enhance 'brlist' page to make use of branch colors. ... (file: [c38e949311] check-in: [796c9abacd] user: mistachkin branch: trunk, size: 47495)
21:14
Update change log. ... (file: [28643da201] check-in: [94f7de8b2d] user: mistachkin branch: trunk, size: 47430)
19:58
Update fedora version, being used for Docker image. Minor fix in changelog ... (file: [71036d84a8] check-in: [f014e83bc4] user: jan.nijtmans branch: trunk, size: 47224)
02:07
Merge trunk ... (file: [3eb00a8402] check-in: [b5edfa3b3c] user: andygoth branch: andygoth-timeline-ms, size: 47357)
2016-10-24
21:53
Remove BOM (byte-order-mark) from the change log. ... (file: [f06ce28e91] check-in: [a2f4710221] user: mistachkin branch: trunk, size: 47232)
20:00
Typo in the change log. ... (file: [458cff4df2] check-in: [7f2af9d8eb] user: drh branch: trunk, size: 47235)
18:37
Correct change description. Intermingling declarations and code was added in C99, not C89. ... (file: [fd63c76137] check-in: [291ca60f54] user: andygoth branch: trunk, size: 47235)
18:32
Merge changes.wiki style update ... (file: [a4270ac28d] check-in: [780c0150c2] user: andygoth branch: andygoth-timeline-ms, size: 47357)
18:20
Update the version number to 1.37 and start the 1.37 change log. ... (file: [72474f579d] check-in: [a212bd1899] user: drh branch: trunk, size: 47232)
17:03
Add fragment anchors in the changes.wiki page. Update the mkdownload.tcl script so that it works with the new unversioned-file download. ... (file: [041596285b] check-in: [d0c77c7ce0] user: drh branch: trunk, size: 47087)
15:44
Push to 1.37 ... (file: [834b22ca13] check-in: [4d1bee54ee] user: andygoth branch: andygoth-timeline-ms, size: 47093)
14:58
Set the 1.36 release dates on the change log. ... (file: [363e737cd4] check-in: [fdebeba5a0] user: drh branch: trunk, size: 46919)
2016-10-23
15:36
Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. ... (file: [ade85c4743] check-in: [be58684514] user: andygoth branch: andygoth-timeline-ms, size: 47044)
2016-10-04
21:00
Add entries about diff command enhancements to the change log. ... (file: [e00d9e46c3] check-in: [06127da670] user: drh branch: trunk, size: 46919)
2016-08-23
13:52
Updates to the change log. ... (file: [9c9207e033] check-in: [2e58eec68a] user: drh branch: trunk, size: 46757)
12:14
update change log ... (file: [aaf5cdc60d] check-in: [299614d16f] user: jan.nijtmans branch: trunk, size: 45715)
2016-08-15
15:18
update change-log ... (file: [27bade1384] check-in: [4f3054bcb3] user: jan.nijtmans branch: trunk, size: 45712)
11:58
Update the built-in SQLite to version 3.14.1 ... (file: [92ac468244] check-in: [8078930932] user: jan.nijtmans branch: branch-1.35, size: 45425)
2016-08-12
13:33
Update the built-in SQLite to 3.14.1 release ... (file: [e5af21371a] check-in: [f80532e92c] user: jan.nijtmans branch: trunk, size: 45494)
2016-08-10
09:07
Update changes ... (file: [2be02ce57f] check-in: [9a70aa7c89] user: jan.nijtmans branch: trunk, size: 45482)
2016-06-14
12:27
Update internal Unicode character tables, used in regular expression handling, from version 8.0 to 9.0. ... (file: [561b22db81] check-in: [efe6ebb4b1] user: jan.nijtmans branch: trunk, size: 45374)
2016-06-10
14:48
Update the change log to include the reparent command. ... (file: [139cc97f74] check-in: [084a409e83] user: drh branch: trunk, size: 45211)
14:16
Updates to the change log. ... (file: [de14be1df5] check-in: [ecd3dc53c4] user: drh branch: trunk, size: 45151)
2016-04-29
08:28
Make option --baseurl work on Windows ... (file: [038d03ba1c] check-in: [6f35075ad7] user: jan.nijtmans branch: trunk, size: 44461)
2016-03-12
22:02
Remove support for miniz because the upstream project appears to be unmaintained. UPDATE: The miniz project is still being maintained and this branch is a dead-end. ... (file: [f2e547f49c] check-in: [b9f31fe1e7] user: mistachkin branch: removeMiniz, size: 44509)
2016-01-19
18:48
Get configure and make, via autosetup, working on MinGW. ... (file: [d3987fab2c] check-in: [a0061bb2ed] user: mistachkin branch: trunk, size: 44417)
2016-01-18
03:11
Update change log. ... (file: [79d427346c] check-in: [853a228591] user: mistachkin branch: mingwConfigure, size: 44167)
03:05
Update change log. ... (file: [449d2457e8] check-in: [042dac535a] user: mistachkin branch: tclPlatform, size: 44200)
2015-12-15
20:53
Fix a missing hyperlink in the change log. ... (file: [8ec0c7587e] check-in: [2684124311] user: drh branch: trunk, size: 43950)
20:51
Update the version number to 1.35. Begin writing the change log for version 1.35. ... (file: [bdcb2b0a25] check-in: [f998a1bf29] user: drh branch: trunk, size: 43929)
2015-11-02
17:35
Version 1.34 ... (file: [e5c305362f] check-in: [62dcb00e68] user: drh branch: trunk, size: 42738)
2015-10-27
23:59
Correct typo in change log. ... (file: [4f39f48025] check-in: [37f7b0fb00] user: mistachkin branch: trunk, size: 42657)
18:21
Change the mimetype for .n and .man files to text/plain. ... (file: [78429cae9d] check-in: [addf43c0dd] user: drh branch: trunk, size: 42658)
18:19
Updates to the change log. Trying to get the next release out... ... (file: [fc484e9e74] check-in: [39982e6bf5] user: drh branch: trunk, size: 42592)
2015-10-21
20:39
Add the 'encode64' command to TH1. ... (file: [f5b684d732] check-in: [3f21421a51] user: mistachkin branch: trunk, size: 42498)
2015-10-19
18:22
Tweaks to change log. ... (file: [c0fe7f2853] check-in: [f324a0a4b2] user: mistachkin branch: trunk, size: 42495)
2015-10-14
13:58
Update the version number to 1.34. Update the change log with some additional changes. Preparing for a new release. ... (file: [028a503628] check-in: [47ee063e83] user: drh branch: trunk, size: 42495)
2015-09-04
12:29
update changelog ... (file: [3e3d6556ae] check-in: [c5317b3a3a] user: jan.nijtmans branch: trunk, size: 41930)
2015-08-27
14:24
Update change log. ... (file: [a1b161aab5] check-in: [d43847c968] user: mistachkin branch: trunk, size: 41817)
2015-08-11
04:03
Integrate new command [/help?cmd=amend|amend] into trunk. ... (file: [33927cb5d1] check-in: [c73c95cc65] user: andybradford branch: trunk, size: 41792)
2015-07-19
18:45
Improve markup in the change log. ... (file: [17a267345d] check-in: [28bc974cba] user: mistachkin branch: trunk, size: 41692)
18:34
Add the 'markdown' command to TH1. ... (file: [577401f841] check-in: [f6d29e9c3d] user: mistachkin branch: trunk, size: 41613)
2015-07-15
00:54
Add 'double' and 'integer' classes to the 'string is' command in TH1. ... (file: [00ce703d94] check-in: [5e9c7a4a78] user: mistachkin branch: trunk, size: 41575)
00:31
Add 'list' class to the 'string is' command in TH1. ... (file: [7bffcec4a3] check-in: [c3ffd0e396] user: mistachkin branch: trunk, size: 41543)
00:21
Update the changes file. ... (file: [af87b603ec] check-in: [a1024ff762] user: mistachkin branch: trunk, size: 41469)
2015-06-19
09:03
Update internal Unicode character tables, used in regular expression handling, from version 7.0 to 8.0. ... (file: [2dc3b46592] check-in: [192c8266ef] user: jan.nijtmans branch: trunk, size: 41255)
2015-05-30
21:51
Update the changes file. ... (file: [e6a2818bce] check-in: [53be87d7d7] user: mistachkin branch: trunk, size: 41141)
04:15
Fix one-character typo in changelog. ... (file: [90fcd02770] check-in: [a3c6971a1b] user: andygoth branch: trunk, size: 40860)
2015-05-23
11:45
Add the release date to version 1.33 in the change log. ... (file: [f43a76a80e] check-in: [bdc2f11d28] user: drh branch: trunk, size: 40860)
10:12
Update the built-in SQLite to version 3.8.10.2. ... (file: [1a8a018eb9] check-in: [36c457b086] user: drh branch: trunk, size: 40866)
2015-05-18
17:53
Catch up with recent changes on trunk. ... (file: [80e2a26ce5] check-in: [991f4b98f6] user: drh branch: andygoth-user-reports, size: 40866)
14:09
Inhibit timeline links to wiki pages that have been deleted. ... (file: [6a9f00c9f8] check-in: [425df28c02] user: drh branch: trunk, size: 40640)
05:00
Update changelog. ... (file: [902f57b11e] check-in: [acbf5ca244] user: andygoth branch: andygoth-brackets-outside-link, size: 40616)
03:04
Update changelog for adding user field. ... (file: [6116b1b09f] check-in: [ed60255709] user: andygoth branch: andygoth-user-reports, size: 40700)
02:22
Permit filtering weekday and file reports by user. Also ensure the user parameter is preserved when changing types. Lots of general cleanup to make this possible. ... (file: [4d2abf5af8] check-in: [60018f9d8a] user: andygoth branch: andygoth-user-reports, size: 40621)
2015-05-17
19:42
Inhibit timeline links to wiki pages that have been deleted. ... (file: [37264b45c2] check-in: [e6dae0228d] user: andygoth branch: andygoth-inhibit-deleted-wiki-link, size: 40540)
17:43
Create parents of empty-dirs if they don't already exist. ... (file: [b3ae802df6] check-in: [1ab80be485] user: andygoth branch: andygoth-empty-dirs-parents, size: 40574)
02:45
Changelog URL correction. Credit: jungle Boogie. ... (file: [e9fe1d64eb] check-in: [6cf8f3648b] user: andygoth branch: trunk, size: 40474)
00:59
Integrate andygoth-metadata-info. The /info page now shows symlinks as well as execute changes when a file's contents haven't changed. Previously it showed symlinks as "execute permission cleared" which is confusing. Additionally it shows a link to the file contents when only the type (executable/symlink) changes. ... (file: [f7569fe738] check-in: [b80c9e3be2] user: andygoth branch: trunk, size: 40474)
2015-05-15
18:48
Update changelog. ... (file: [bb1ccc53fe] check-in: [af05fe23a3] user: andygoth branch: andygoth-metadata-info, size: 40302)
17:10
Merge trunk. ... (file: [27260ebb95] check-in: [d186eb56f1] user: andygoth branch: andygoth-metadata-changes, size: 40271)
14:43
Update change log with detail about fork warning on sync. ... (file: [7496d4aa8b] check-in: [209da9bced] user: andybradford branch: trunk, size: 40099)
05:00
Add EXECUTABLE, SYMLINK, UNEXEC, UNLINK reports to [fossil changes] and [fossil status] when a file becomes or ceases to be executable or a symlink yet is otherwise unmodified. This change does not apply to Windows. Update the changelog accordingly. Update vfile_check_signature() comment to also describe "integrate" changes. BUG: [fossil commit] does not update the "isexe" and "islink" flags. Thus the files continue to show as changed. Fixed by [076c8544]. ... (file: [995000e8a7] check-in: [03679b5827] user: andygoth branch: andygoth-metadata-changes, size: 40210)
04:38
Minor correction to the changes file. ... (file: [00ce170a13] check-in: [9037c8033f] user: mistachkin branch: trunk, size: 40038)
02:29
Update changelog to document [46675ed2]. ... (file: [212a709821] check-in: [2ec8327aa4] user: andygoth branch: trunk, size: 40037)
01:45
Update changelog to document [010451e7]. ... (file: [149521d457] check-in: [ebbff96276] user: andygoth branch: trunk, size: 39877)
2015-05-14
16:20
Increase the version number to 1.33. Update the change log. ... (file: [07589027e2] check-in: [af872dedcb] user: drh branch: trunk, size: 39797)
2015-04-27
10:07
Don't reference removed "fossil forks" command any more. ... (file: [e55ae1946d] check-in: [3a497793e9] user: jan.nijtmans branch: trunk, size: 38767)
2015-04-20
07:20
Fix links in changes.wiki ... (file: [fcdd66f12d] check-in: [92be5246f8] user: jan.nijtmans branch: trunk, size: 38725)
2015-04-16
08:18
Add [/help?cmd=forks|fossil forks], for finding all forks. ... (file: [62c5653f0f] check-in: [e1ee31a954] user: jan.nijtmans branch: trunk, size: 38738)
2015-04-13
08:29
Better fork detection on [/help?cmd=update|fossil update], [/help?cmd=status|fossil status] and related commands. ... (file: [1efdfe1ad3] check-in: [5c40f8565e] user: jan.nijtmans branch: trunk, size: 38674)
2015-04-05
19:51
Update the change log. ... (file: [92138b85d1] check-in: [7e02af8c33] user: mistachkin branch: trunk, size: 38550)
2015-03-17
10:45
Add [/help?cmd=import|fossil import --svn], for importing a subversion repository into fossil which was exported using "svnadmin dump". ... (file: [ee2e3abf7f] check-in: [6a2016098a] user: jan.nijtmans branch: trunk, size: 38077)
2015-03-14
13:20
Version 1.32 ... (file: [48e54a8e8c] check-in: [6c40678e91] user: drh branch: trunk, size: 37877)
2015-03-13
13:34
Create a change log for the 1.32 release. ... (file: [5b4a8527bf] check-in: [7b074869b3] user: drh branch: trunk, size: 37877)
2015-02-26
21:52
replace 'checkin' by 'check-in' in WWW-docs, except in links, arguments and combined words already containing a hyphen ... (file: [11bd374ff6] check-in: [3312e40f0f] user: michai branch: ml-jb-doc-typos, size: 37022)
21:38
capitalise 'Windows' throughout WWW-docs ... (file: [07d1d69510] check-in: [b2f6c4b7ea] user: michai branch: ml-jb-doc-typos, size: 37020)
21:33
fixed more typos and grammatical errors in WWW-docs as specified by ML-posted patches ... (file: [428933f000] check-in: [bf1b99723e] user: michai branch: ml-jb-doc-typos, size: 37020)
20:18
fixed a number of typos in WWW-docs, as suggested on ML ... (file: [47f7feadd0] check-in: [05fc09c5dd] user: michai branch: ml-jb-doc-typos, size: 37020)
2015-02-23
16:22
Update the 1.31 change log. Set the release date to today. ... (file: [8294f14893] check-in: [513c0f2d8a] user: drh branch: trunk, size: 37023)
2015-02-14
20:55
Documentation updates: Revise the change list. Continue migrating from the term "Event" over to "Technical Note". Update the wiki documentation to acknowledge the ability to use Markdown for the past two years. ... (file: [1f36b1a3f2] check-in: [de6a590a0f] user: drh branch: trunk, size: 36761)
2015-02-11
19:02
Update the change log. ... (file: [8cd8c6090d] check-in: [ef2db66199] user: drh branch: trunk, size: 36396)
2015-01-29
09:14
Changelog additions, and a single "const" addition ... (file: [f7538fcb42] check-in: [9586ac14b8] user: jan.nijtmans branch: trunk, size: 34999)
2015-01-17
16:01
Mention CVE-2014-3566 fix in changelog. ... (file: [8670822cbb] check-in: [98e30b7222] user: jan.nijtmans branch: trunk, size: 34011)
2015-01-16
22:10
Further enhancements to the change-log. ... (file: [563e436ab8] check-in: [55243b0d87] user: drh branch: trunk, size: 33939)
19:12
Updates to the change log and a typo fix in one of the documentation pages. ... (file: [d7782ddb07] check-in: [7705070de7] user: drh branch: trunk, size: 33260)
10:43
Add entry for Docker in changes.wiki, and minor bug-fix ... (file: [9fc5c46957] check-in: [7ad592b915] user: jan.nijtmans branch: trunk, size: 32019)
08:34
Remove comment, assuming the "initial commit" change is accepted for 1.30 ... (file: [4d50aa3a07] check-in: [65815de271] user: jan.nijtmans branch: trunk, size: 31894)
05:52
Update change log with some of the obvious bug fixes. ... (file: [5ce4c08f1c] check-in: [64d831245a] user: andybradford branch: trunk, size: 32038)
2014-09-01
18:51
Add the --with-miniz configuration option (with the complete miniz source code.) Add the globalState TH1 command and fixes to the TH1 expr command. ... (file: [493c4a8e85] check-in: [66ae70a54b] user: drh branch: trunk, size: 31527)
2014-08-29
02:36
Minor correction to the change log entry describing Tcl integration. ... (file: [9ea4bb37e4] check-in: [bb5fa49274] user: mistachkin branch: trunk, size: 31350)
02:32
Update the change log. ... (file: [8afd1b116b] check-in: [7e955147a1] user: mistachkin branch: optionalMiniz, size: 31451)
02:29
Update the change log. ... (file: [f4757b3eaf] check-in: [57b1290be3] user: mistachkin branch: th1ExprFix, size: 31387)
02:28
Add globalState TH1 command to the change log. ... (file: [602a630185] check-in: [3e60428c4c] user: mistachkin branch: globalStateCmd, size: 31353)
2014-08-27
18:40
Updated changelog for previous commit. ... (file: [d55d1ee459] check-in: [8b4bcd9d1f] user: stephan branch: trunk, size: 31338)
2014-07-11
07:22
Make [/help?cmd=new|fossil new --empty] the default way to create a new repository. THIS COMMIT WILL BE REVERTED BEFORE FOSSIL 1.30 IS BEING RELEASED, (UNLESS RICHARD DECIDES OTHERWISE AT THAT TIME). The intent of this commit is to expose [/help?cmd=new|fossil new --empty] to more field-testing. It should be 100% upwards/downwards compatible, but if there still turn out to be some corner-cases, now is the right time to find out (I am not aware of any!). ... (file: [3b1828d0df] check-in: [8364065c45] user: jan.nijtmans branch: trunk, size: 31220)
2014-07-10
07:36
When committing a (non-binary) file which contains bytes forming an invalid UTF-8 stream, add the possibility to convert it to a valid UTF-8 stream ('c') if you like. ... (file: [c458ba2653] check-in: [45f5184e2a] user: jan.nijtmans branch: trunk, size: 30889)
2014-06-26
07:31
Make "fossil fusefs" entry in changelog a hyperlink. Use a "T" in stead of "+" in hyperlinks containing dates, in order to prevent ambiugity. A few typos in wiki. ... (file: [a4f6935956] check-in: [68ce1305b1] user: jan.nijtmans branch: trunk, size: 30695)
2014-06-16
18:02
Add an 'artifact' command to TH1. ... (file: [20ffce0338] check-in: [109d8f5dd6] user: mistachkin branch: trunk, size: 30677)
16:44
Update the list of changes. ... (file: [314b3c741b] check-in: [42dec3fedd] user: mistachkin branch: trunk, size: 30665)
2014-06-15
04:58
Slight clarification of change log. ... (file: [e4663171dc] check-in: [53c53624b9] user: andybradford branch: trunk, size: 30231)
2014-06-14
06:19
changelog update ... (file: [74836589ca] check-in: [f99ef287dc] user: jan.nijtmans branch: trunk, size: 30225)
2014-06-12
17:25
Set the publication date for version 1.29 to 2014-06-12. ... (file: [34a410f78a] check-in: [4ec7e53a81] user: drh branch: trunk, size: 29847)
2014-06-04
19:53
Minor changelog addition. ... (file: [6d4211734f] check-in: [1e4f77d7b4] user: stephan branch: trunk, size: 29854)
2014-06-02
09:39
Fix comment, some formatting. ... (file: [15a8bf15b9] check-in: [74640de96e] user: jan.nijtmans branch: trunk, size: 29762)
2014-05-31
22:22
Documented the new -empty flag. ... (file: [ca5af7657e] check-in: [2a17ab66b2] user: stephan branch: trunk, size: 29769)
2014-05-20
06:03
Sync operations now commit each round-trip. ... (file: [eebf5a06ea] check-in: [16da1b6dff] user: andybradford branch: trunk, size: 29729)
2014-05-08
10:25
rebase ... (file: [89c22cd9a6] check-in: [3ef59c357c] user: jan.nijtmans branch: no-initial-commit, size: 29473)
2014-05-02
08:23
Backout [1aef260f4c0a0fc74f45f624eb0cbe92b98bf6e8|1aef260f4c]: "Honor timezones in imports from git", per ML thread ... (file: [7b8ba6d3a4] check-in: [77f53423ae] user: jan.nijtmans branch: trunk, size: 29286)
2014-05-01
08:06
[/help?cmd=new|fossil new] no longer (by default) creates an initial empty commit. The first commit after initializing a new repository will become the initial commit, and it doesn't need to be empty any more. If you specify --date-override, an initial commit with the specified date still will be created. ... (file: [74f0e908c7] check-in: [f2c8b4f375] user: jan.nijtmans branch: no-initial-commit, size: 29540)
2014-04-30
18:02
Typo fix (thanks to Joe P). ... (file: [7a16bf3888] check-in: [003db810a2] user: stephan branch: trunk, size: 29328)
17:36
changelog update for root-user enhancement. ... (file: [6fcf465f8b] check-in: [3fd9599210] user: stephan branch: trunk, size: 29329)
2014-04-25
21:34
Add a mention of the "fossil cache" command to the server load management discussion on the "server.wiki" page. And mention "fossil cache" in the change log. Documentation changes only. ... (file: [f581f23009] check-in: [34ea8daf90] user: drh branch: trunk, size: 29257)
2014-04-23
14:14
Add option -W|--width to "[/help?cmd=stash|fossil stash ls]" and "[/help?cmd=leaves|fossil leaves]" commands. ... (file: [7687697c13] check-in: [fa6ece72b6] user: jan.nijtmans branch: trunk, size: 29077)
2014-04-22
12:44
Increase the version number to 1.29 with the idea that we might do a new release soon. Fill out the change-log for version 1.29. ... (file: [99eb5bdc93] check-in: [61c66596e8] user: drh branch: trunk, size: 28957)
09:43
[a138dc97fc]: Fix a potential segfault when the SSH_CONNECTION environment variable is defined. [http://www.sqlite.org/src/info/9d2ae6342c|9d2ae6342c]: In the command-line shell, run set writable_schema before running the ".clone" command. ... (file: [eabd95ab04] check-in: [d7889a2e83] user: jan.nijtmans branch: branch-1.28, size: 28091)
2014-04-11
21:30
Added new /reports page: byweekday. Most tags and commits happen on Thursdays. Most tickets on Wednesdays. ... (file: [41173824dc] check-in: [2cf6304bc3] user: stephan branch: trunk, size: 27520)
2014-04-04
12:18
Cherry-pick [ee1aa460a4]: Fix using the unary bitwise NOT operator in TH1. Update to SQLite 3.8.4.3 ... (file: [85defafe54] check-in: [97608a6b57] user: jan.nijtmans branch: branch-1.28, size: 27686)
2014-03-28
07:12
Update to SQLite 3.8.4.2. No need for "win32-longpath" any more for Cygwin. ... (file: [a9b5dc9372] check-in: [2ae080c1a3] user: jan.nijtmans branch: branch-1.28, size: 27619)
2014-03-23
09:52
update changes.wiki for the branch-1.28 branch ... (file: [c473d6237b] check-in: [0e40f659ab] user: jan.nijtmans branch: branch-1.28, size: 27579)
2014-03-17
11:46
Update changes.wiki (-b|--ignore-space-change not implemented, I doubt anyone would need this) ... (file: [7648da6013] check-in: [dc981860ee] user: jan.nijtmans branch: strip-trailing-cr, size: 27446)
2014-03-11
22:26
update changes.wiki ... (file: [7775391572] check-in: [927257ea56] user: jan.nijtmans branch: branch-1.28, size: 27314)
2014-03-10
21:51
Update internal SQLite to version 3.8.4 ... (file: [7f5fead32c] check-in: [92f31e01d4] user: jan.nijtmans branch: branch-1.28, size: 27312)
2014-03-07
15:49
Rename the options for whitespace handling in annotate/blame/diff following GNU diff, not following GIT. So whether your diff tool is configured being internal or external, the same options can be used. ... (file: [bec0c8ba93] check-in: [28234db8bc] user: jan.nijtmans branch: trunk, size: 27329)
14:38
Implement -b|--ignore-space-change. Doesn't work right yet (needs better hash function)! ... (file: [6186976608] check-in: [c0d1ed927e] user: jan.nijtmans branch: strip-trailing-cr, size: 27477)
13:11
Combine ANN flags and DIFF flags into a single 64-bit variable, where appropriate. Make DIFF_STRIP_EOLCR a separate flag, as this flag does more than the other whitespace-related flags. Merge trunk. ... (file: [568a4bb83f] check-in: [da205cf44b] user: jan.nijtmans branch: strip-trailing-cr, size: 27447)
11:42
Make annotation work with UTF-16 files. Remove some unnecessary end-of-line spaces in (UTF-8 and UTF-16) text files. ... (file: [9bd9e8299c] check-in: [46459fd922] user: jan.nijtmans branch: trunk, size: 27367)
09:01
Rename --ignore-space-at-eol (from Git) to -Z|--ignore-trailing-space (gnu diff). Add --ignore-all-space as well (doesn't behave exactly like GNU's option yet) ... (file: [902a91f828] check-in: [d9e79f685b] user: jan.nijtmans branch: strip-trailing-cr, size: 27434)
2014-03-05
21:43
Merge trunk. Simplify handling of "w" option a little. ... (file: [7d9ba51b66] check-in: [f4d98b2b9e] user: jan.nijtmans branch: diff-eolws, size: 27354)
08:43
Merge trunk. Fix indentation in annotation/blame commands/pages, which was broken since [28b39cc516]. Changelog entry. ... (file: [0217e78760] check-in: [bcb22ce1b0] user: jan.nijtmans branch: diff-eolws, size: 27250)
2014-02-27
17:51
Add a shebang and an introductory comment to the script generated by the SaveAs button in the graphical diff. Update the change log to mention the SaveAs button. ... (file: [b7adec117f] check-in: [8f65d49c25] user: drh branch: trunk, size: 26997)
17:24
updated the changelog. ... (file: [db0e963ded] check-in: [45fc909a30] user: stephan branch: trunk, size: 26845)
2014-02-17
09:51
Add option --empty to the "[/help?cmd=open | fossil open]" command. See: [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14359.html] ... (file: [63bf789a8c] check-in: [640626fdbf] user: jan.nijtmans branch: trunk, size: 26764)
09:44
Remove end-of-line spaces ... (file: [65e0be5818] check-in: [e5d4c3ae68] user: jan.nijtmans branch: trunk, size: 26691)
2014-02-16
21:30
Cherrypick [b4dffdac5e]: Avoid unnecessary no-op write transactions on the server during a pull. Adapt changes.wiki with all candidate cherry-picks so far. ... (file: [e742b732fc] check-in: [ebac09bcf7] user: jan.nijtmans branch: branch-1.28, size: 26895)
2014-02-06
13:42
Add support for tunneling https through a http proxy (Ticket [e854101c4f]) ... (file: [d49b97fa44] check-in: [3a33435666] user: jan.nijtmans branch: trunk, size: 26714)
2014-01-29
20:43
Typo fix. ... (file: [9c2a6b671a] check-in: [167b24c744] user: stephan branch: trunk, size: 26633)
15:16
Added is-a-leaf and leaf status to info [/help/info] and friends, per ML request. ... (file: [1047ad980a] check-in: [0b5670dce6] user: stephan branch: trunk, size: 26633)
2014-01-28
12:58
Update change-log ... (file: [84d2b33164] check-in: [6b396efa01] user: jan.nijtmans branch: trunk, size: 26386)
2014-01-09
15:03
Updates to the change-log. ... (file: [d2c8875517] check-in: [ad2dd5680b] user: drh branch: trunk, size: 26198)
2013-12-26
17:38
update changes.wiki ... (file: [28d875dcad] check-in: [6fd4c41eb9] user: jan.nijtmans branch: trunk, size: 25372)
2013-12-24
11:54
Add tkt-change-hook possibilities to changelog ... (file: [6a17357428] check-in: [c36d34e5fc] user: jan.nijtmans branch: hidden-tag, size: 25297)
2013-12-20
06:16
Record recently added features in change log. Minor touch-up to previous logs. ... (file: [7cf530fcad] check-in: [b51ff64e25] user: andybradford branch: trunk, size: 25190)
2013-11-12
08:58
Add option --offset to "fossil timeline" ... (file: [03bafb3e6a] check-in: [32a9b55e17] user: jan.nijtmans branch: trunk, size: 25017)
08:32
Backout remaining of [8e01c2257d] and fix corresponding change log entry, as it apparently is not accepted upstream. See: [http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg13883.html]. Sorry Joerg. ... (file: [59e080b366] check-in: [0625a42c68] user: jan.nijtmans branch: trunk, size: 25008)
03:43
Merge change to fossil ui which first looks for default user if set before falling back to the Setup user. ... (file: [86384540ef] check-in: [1460b7476f] user: andybradford branch: trunk, size: 25057)
02:41
Merge in fixes for the password embedded in the URL, save password prompting, and new clone --once option. ... (file: [e8851be5f7] check-in: [ff159bfdd7] user: andybradford branch: trunk, size: 24972)
2013-11-11
19:32
Output "+++ end of timeline reached +++" when appropriate at the end of timeline output in stead of marker indicating that a limit is reached. After ML request. If n=0 no marker will be output. ... (file: [c473f1c953] check-in: [8e01c2257d] user: jan.nijtmans branch: trunk, size: 24791)
2013-10-30
08:42
Make option -n|--limit of "fossil timeline" now specify the number of entries, just like all other commands which have the -n|--limit option. Suggested by Martin Gagnon. ... (file: [2896f54f3e] check-in: [6e4e16fb8c] user: jan.nijtmans branch: trunk, size: 24742)
2013-10-29
10:55
Add option -W|--width to the "fossil timeline" and "fossil finfo" commands. Defaults to 79. ... (file: [ee8cba85fb] check-in: [2eb492e282] user: jan.nijtmans branch: trunk, size: 24405)
2013-10-17
18:10
Update the change log. No changes to code. ... (file: [e4880908d6] check-in: [d694ef089d] user: drh branch: trunk, size: 24275)
16:10
minor typo fix. ... (file: [3455fb865b] check-in: [bd209802bf] user: stephan branch: trunk, size: 23325)
16:08
Patch from offline drh which sets the default cloned-repo user name to the one provided in the URL. ... (file: [c9c9ca66b1] check-in: [64aa75260f] user: stephan branch: trunk, size: 23325)
2013-10-11
20:19
Improved the help text for /reports. Started 1.28 changelog entries. ... (file: [f95cf12eff] check-in: [5c123de48c] user: stephan branch: trunk, size: 23195)
2013-09-11
11:43
Version 1.27 ... (file: [9f6f7f834e] check-in: [13ad130920] user: drh branch: trunk, size: 23061)
2013-09-09
13:13
Tweaks to the change log. ... (file: [269bec8d27] check-in: [e7202edf0c] user: drh branch: trunk, size: 23068)
2013-09-08
09:00
Added JSON license change to changelog, for the sake of package maintainers (who presumably use the changelog). ... (file: [be03a72e94] check-in: [df828ca69c] user: stephan branch: trunk, size: 23033)
2013-09-05
20:03
"fossil ls" improvements were mentioned twice in the changelog. ... (file: [6c13d7940b] check-in: [9203b4cb1c] user: jan.nijtmans branch: trunk, size: 22877)
19:56
Updated changelog based on the 1.27 (pending) diffs. Added a link to the release checklist page. ... (file: [9a8e10c852] check-in: [08edbd4a3a] user: stephan branch: trunk, size: 22960)
2013-09-04
12:50
New --close option to "fossil [/help?cmd=commit|commit]", which immediately closes the branch being committed. ... (file: [7d7b686109] check-in: [c0daf6157a] user: jan.nijtmans branch: commit-close, size: 22458)
00:08
Add mention of SBS diff change to changelog. ... (file: [22b173f7f1] check-in: [f2ce086b5d] user: joel branch: trunk, size: 22337)
2013-09-02
17:44
Added recent assertion/stderr fix to changelog. ... (file: [86c3f24ae5] check-in: [429aba33c2] user: stephan branch: trunk, size: 22268)
2013-08-01
21:00
minor changelog addition. ... (file: [d0ac0786c7] check-in: [9c4f91d85d] user: stephan branch: trunk, size: 22076)
10:18
Added /reports as alias for /stats_report, will remove /stats_report soon. Updated changes.wiki. ... (file: [0a810be487] check-in: [34fc301f36] user: stephan branch: trunk, size: 22028)
2013-07-14
15:52
Documentation ... (file: [4a61edae26] check-in: [d1865e7ca1] user: jan.nijtmans branch: merge-integrate, size: 21810)
2013-06-21
14:28
Enhance [/help?cmd=changes | fossil changes] and [/help?cmd=status | fossil status] the same way. ... (file: [454880da72] check-in: [eb4d631c63] user: jan.nijtmans branch: trunk, size: 21678)
08:31
Fix operation of [/help?cmd=ls | fossil ls] when local files/directories are missing. ... (file: [3719b3a6e8] check-in: [c0b98195f9] user: jan.nijtmans branch: trunk, size: 21599)
2013-06-18
22:54
Fix typos in the change log. ... (file: [3b945ddc8f] check-in: [9734d2cd45] user: drh branch: trunk, size: 21334)
21:09
Version 1.26 ... (file: [0a47069924] check-in: [c9cb6e7293] user: drh branch: trunk, size: 21333)
14:56
Updates to the change log for 1.26. ... (file: [0c0efa3f0c] check-in: [1e0afc74fb] user: drh branch: trunk, size: 21340)
14:16
Added some entries to the 1.26 changelog. ... (file: [3dd3ae6ab4] check-in: [00d516809d] user: stephan branch: trunk, size: 19974)
2013-04-17
09:19
Cygwin: the default value of the "case-sensitive" setting now depends on the case-sensitive setting of the windows kernel. See: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive]. Alphabetize some command documentation. ... (file: [f7c24acc00] check-in: [9359b41fd5] user: jan.nijtmans branch: trunk, size: 19629)
2013-03-29
15:05
Win32: Fossil now understands Cygwin paths containing one or more of the characters <nowiki>"*:<>?|</nowiki>. Those are normally forbidden in win32. This means that the win32 fossil.exe is better usable in a Cygwin environment. See [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. ... (file: [d44b984ac9] check-in: [fc413110eb] user: jan.nijtmans branch: trunk, size: 19470)
2013-03-27
09:45
Allow looks_like_utf8/16 to specify when the loop should stop, in stead of leaving it unspecified. Minor comment/doc fixes. ... (file: [1b0af72c55] check-in: [79f7eb2fc5] user: jan.nijtmans branch: trunk, size: 19131)
2013-03-22
09:36
Allow win32 forbidden characters to be used in filenames, using the Cygwin workaround: [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. The files test/00*.x should NOT be merged to trunk, otherwise trunk cannot be checked out with older win32 fossil versions any more! ... (file: [de5a6d2398] check-in: [c68afe0f5b] user: jan.nijtmans branch: win32-please-evaluate, size: 19465)
2013-02-23
14:10
Added /json/status to changelog. ... (file: [7658c486f0] check-in: [16642f9c18] user: stephan branch: trunk, size: 18960)
2013-02-20
18:54
Added timeline.rss changes to changelog. ... (file: [1924d56d51] check-in: [d84ec60ddd] user: stephan branch: trunk, size: 18885)
2013-02-15
15:53
Update the change log for version 1.25. ... (file: [cd68b09095] check-in: [b9625cfeb4] user: drh branch: trunk, size: 18619)
2012-12-01
04:37
Additional restrictions on the names of files served by "fossil server DIRECTORY": (1) only alphanumerics, "_", "-", "/", and "." characters are allowed in the pathname. (2) A "-" may not occur after a "/". (3) Every "." must be surrounded on both sides alphanumerics. This check-in also updates the changelog for the 1.25 release. ... (file: [027dd596bc] check-in: [c71e096800] user: drh branch: trunk, size: 18278)
2012-11-30
21:03
Bump the version number to 1.25 and add a change log in preparation for the next release. ... (file: [45e7947628] check-in: [ed1e34c760] user: drh branch: trunk, size: 18037)
2012-10-19
18:35
Add a mention of the ability to do dynamic loading of Tcl to the change log. ... (file: [b9ab33a38b] check-in: [5678565bec] user: drh branch: embedded-doc-buttons, size: 13226)
15:29
Further edits to the change log for 1.24. ... (file: [aa1d866c80] check-in: [5ea7a3ec56] user: drh branch: trunk, size: 12999)
14:36
Add a proposed change log for the next release. ... (file: [5e3663ed79] check-in: [a8a0985318] user: drh branch: trunk, size: 11398)
2012-08-08
11:24
Additional documentation updates prior to the 1.23 release. ... (file: [fb6b72c563] check-in: [411e88cbaf] user: drh branch: trunk, size: 8992)
2012-08-06
15:28
Update the change log. ... (file: [d0fd3f415a] check-in: [d982f8944c] user: drh branch: trunk, size: 8686)
2012-03-17
17:53
Version 1.22 ... (file: [b38f45ce74] check-in: [f7e215bcac] user: drh branch: trunk, size: 6768)
2012-03-16
17:37
minor text fix. ... (file: [eadaca8567] check-in: [3f6c1f7033] user: stephan branch: trunk, size: 6627)
15:59
Added "missing" changes for 1.22 release. ... (file: [dd1caffa6b] check-in: [b82563d7f7] user: stephan branch: trunk, size: 6619)
2012-02-08
03:04
Update the version number to 1.22 and begin entering change log information for the next release. ... (file: [99cc096bc5] check-in: [9b1d394a71] user: drh branch: trunk, size: 6360)
2011-12-13
14:05
Update the release date on the change log. ... (file: [31e5dadcfa] check-in: [489c67ae46] user: drh branch: trunk, size: 5678)
2011-11-25
18:54
Change the version number to 1.21 in preparation for the next release. Begin constructing a change log. ... (file: [8ef600b030] check-in: [53db205302] user: drh branch: trunk, size: 5678)
2011-10-21
12:52
Version 1.20. ... (file: [0c71e033d1] check-in: [a75e2d2504] user: drh branch: trunk, size: 4374)
2011-10-20
17:10
minor 1.20 changelog tweak. ... (file: [8c82c017f1] check-in: [1d12fcc416] user: stephan branch: trunk, size: 4225)
15:39
added version numbers to the changes where i could find a specific commit. ... (file: [843d8b51bc] check-in: [f93a082391] user: stephan branch: trunk, size: 4187)
14:40
initial 1.20 changelog. ... (file: [bafa05eabf] check-in: [e080560378] user: stephan branch: stephan-hack, size: 3821)
02:03
Sorry, wrong branch! started changelog for 1.20 release. ... (file: [6e7715180a] check-in: [a942086390] user: stephan branch: declined, size: 3257)
2011-09-01
18:25
Version 1.19. ... (file: [fa1d0fa1b3] check-in: [6517b5c857] user: drh branch: trunk, size: 2288)
2011-08-14
07:13
Change the relative-paths default to 'on', after feedback from the community. ... (file: [36291c4d62] check-in: [42a830e76d] user: ben branch: ben-testing, size: 1753)
2011-08-12
09:21
Add documentation for settings, SSL usage, and change log. ... (file: [8a4bdbf75e] check-in: [0769acd2e0] user: ben branch: ben-testing, size: 1565)
2011-07-19
22:41
Increment the version number. Update the change log. ... (file: [16a8579b39] check-in: [a3717e1378] user: drh branch: trunk, size: 1000)
2011-07-13
23:03
Version 1.18 ... (file: [216fd6b228] check-in: [df9da91ba8] user: drh branch: trunk, size: 791)
2011-06-18
18:30
Update the release-test document. Add a Change Log. ... (file: [b95024df10] check-in: [a992b276e1] user: drh branch: trunk, size: 699)