Fossil SCM
Add a mention of the ability to do dynamic loading of Tcl to the change log. (This change originally checked into the wrong branch.)
Commit
e40e4faabb79bbb8ef59f71259a419110a3180de
Parent
2116906fb1b1ae0…
1 file changed
+3
+3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -62,10 +62,13 @@ | ||
| 62 | 62 | * Add another built-in skin: "Enhanced Default". Other minor tweaks to |
| 63 | 63 | the existing skins. |
| 64 | 64 | * Add the "urllist" webpage, showing a list of URLs by which a server |
| 65 | 65 | instance of Fossil has been accessed. Requires "Administrator" privileges. |
| 66 | 66 | A link is on the "Setup" main page. |
| 67 | + * Enable dynamic loading of the Tcl runtime for installations that want | |
| 68 | + to use Tcl as part of their configuration. This reduces the size of | |
| 69 | + the Fossil binary and allows any version of Tcl 8.4 or later to be used. | |
| 67 | 70 | * Merge the latest SQLite changes from upstream. |
| 68 | 71 | * Lots of minor bug fixes. |
| 69 | 72 | |
| 70 | 73 | <h2>Changes For Version 1.23 (2012-08-08)</h2> |
| 71 | 74 | * The default checkout database name is now ".fslckout" instead of |
| 72 | 75 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -62,10 +62,13 @@ | |
| 62 | * Add another built-in skin: "Enhanced Default". Other minor tweaks to |
| 63 | the existing skins. |
| 64 | * Add the "urllist" webpage, showing a list of URLs by which a server |
| 65 | instance of Fossil has been accessed. Requires "Administrator" privileges. |
| 66 | A link is on the "Setup" main page. |
| 67 | * Merge the latest SQLite changes from upstream. |
| 68 | * Lots of minor bug fixes. |
| 69 | |
| 70 | <h2>Changes For Version 1.23 (2012-08-08)</h2> |
| 71 | * The default checkout database name is now ".fslckout" instead of |
| 72 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -62,10 +62,13 @@ | |
| 62 | * Add another built-in skin: "Enhanced Default". Other minor tweaks to |
| 63 | the existing skins. |
| 64 | * Add the "urllist" webpage, showing a list of URLs by which a server |
| 65 | instance of Fossil has been accessed. Requires "Administrator" privileges. |
| 66 | A link is on the "Setup" main page. |
| 67 | * Enable dynamic loading of the Tcl runtime for installations that want |
| 68 | to use Tcl as part of their configuration. This reduces the size of |
| 69 | the Fossil binary and allows any version of Tcl 8.4 or later to be used. |
| 70 | * Merge the latest SQLite changes from upstream. |
| 71 | * Lots of minor bug fixes. |
| 72 | |
| 73 | <h2>Changes For Version 1.23 (2012-08-08)</h2> |
| 74 | * The default checkout database name is now ".fslckout" instead of |
| 75 |