Fossil SCM
Update the change log.
Commit
7e02af8c3314d21027e9b0ea81a95013b2ce1d08
Parent
22b3d0b6ab7b605…
1 file changed
+8
+8
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,10 +1,18 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2>Changes for Version 1.33 (not released yet)</h2> |
| 4 | 4 | * Add [/help?cmd=import|fossil import --svn], for importing a subversion |
| 5 | 5 | repository into fossil which was exported using "svnadmin dump". |
| 6 | + * Added <nowiki>[info commands] and [info vars]</nowiki> commands to TH1. | |
| 7 | + These commands perform the same function as their Tcl counterparts, | |
| 8 | + except they do not accept a pattern argument. | |
| 9 | + * Fix some obscure issues with TH1 expression processing. | |
| 10 | + * Fix titles in search results for documents that are not wiki, markdown, | |
| 11 | + or HTML. | |
| 12 | + * Formally translate TH1 to Tcl return codes and vice-versa, where | |
| 13 | + necessary, in the Tcl integration subsystem. | |
| 6 | 14 | |
| 7 | 15 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 8 | 16 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 9 | 17 | that the new repository is fully compatible with historical versions of |
| 10 | 18 | Fossil by having a valid manifest as RID 1. |
| 11 | 19 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,10 +1,18 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes for Version 1.33 (not released yet)</h2> |
| 4 | * Add [/help?cmd=import|fossil import --svn], for importing a subversion |
| 5 | repository into fossil which was exported using "svnadmin dump". |
| 6 | |
| 7 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 8 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 9 | that the new repository is fully compatible with historical versions of |
| 10 | Fossil by having a valid manifest as RID 1. |
| 11 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,10 +1,18 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes for Version 1.33 (not released yet)</h2> |
| 4 | * Add [/help?cmd=import|fossil import --svn], for importing a subversion |
| 5 | repository into fossil which was exported using "svnadmin dump". |
| 6 | * Added <nowiki>[info commands] and [info vars]</nowiki> commands to TH1. |
| 7 | These commands perform the same function as their Tcl counterparts, |
| 8 | except they do not accept a pattern argument. |
| 9 | * Fix some obscure issues with TH1 expression processing. |
| 10 | * Fix titles in search results for documents that are not wiki, markdown, |
| 11 | or HTML. |
| 12 | * Formally translate TH1 to Tcl return codes and vice-versa, where |
| 13 | necessary, in the Tcl integration subsystem. |
| 14 | |
| 15 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 16 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 17 | that the new repository is fully compatible with historical versions of |
| 18 | Fossil by having a valid manifest as RID 1. |
| 19 |