Fossil SCM
Update the version number to 1.34. Update the change log with some additional changes. Preparing for a new release.
Commit
47ee063e83a86a4a2f7d62e983d1b0b5482d22a3
Parent
82d84295a8b4d6c…
2 files changed
+1
-1
+18
-8
M
VERSION
+1
-1
| --- VERSION | ||
| +++ VERSION | ||
| @@ -1,1 +1,1 @@ | ||
| 1 | -1.33 | |
| 1 | +1.34 | |
| 2 | 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.33 |
| 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.34 |
| 2 |
+18
-8
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -4,24 +4,34 @@ | ||
| 4 | 4 | |
| 5 | 5 | * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm] |
| 6 | 6 | to enable them to work properly with certain relative paths. |
| 7 | 7 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 8 | 8 | than 10MiB. |
| 9 | - * Add minimal <nowiki>[lsearch]</nowiki> command to TH1. Only exact | |
| 10 | - case-sensitive matching is supported. | |
| 11 | - * Add the <nowiki>[glob_match]</nowiki>, <nowiki>[markdown]</nowiki>, and | |
| 12 | - <nowiki>[dir]</nowiki> commands to TH1. | |
| 13 | - * Add the <nowiki>[tclIsSafe] and [tclMakeSafe]</nowiki> TH1 commands to | |
| 14 | - the Tcl integration subsystem. | |
| 15 | - * Add 'double', 'integer', and 'list' classes to the | |
| 16 | - <nowiki>[string is]</nowiki> command in TH1. | |
| 17 | 9 | * Update internal Unicode character tables, used in regular expression |
| 18 | 10 | handling, from version 7.0 to 8.0. |
| 19 | 11 | * Add the new [/help?cmd=amend|amend] command which is used to modify |
| 20 | 12 | tags of a "check-in". |
| 21 | 13 | * Fix bug in [/help?cmd=import|import] command, handling version 3 of |
| 22 | 14 | the svndump format for subversion. |
| 15 | + * Add the [/help?cmd=all|all cache] command. | |
| 16 | + * TH1 enhancements: | |
| 17 | + <ul><li>Add minimal <nowiki>[lsearch]</nowiki> command to TH1. Only exact | |
| 18 | + case-sensitive matching is supported.</li> | |
| 19 | + <li>Add the <nowiki>[glob_match]</nowiki>, <nowiki>[markdown]</nowiki>, and | |
| 20 | + <nowiki>[dir]</nowiki> commands to TH1.</li> | |
| 21 | + <li>Add the <nowiki>[tclIsSafe] and [tclMakeSafe]</nowiki> TH1 commands to | |
| 22 | + the Tcl integration subsystem.</li> | |
| 23 | + <li>Add 'double', 'integer', and 'list' classes to the | |
| 24 | + <nowiki>[string is]</nowiki> command in TH1.</li> | |
| 25 | + </ul> | |
| 26 | + * Add the --undo option to the [/help?cmd=diff|diff] command. | |
| 27 | + * Build-in Antirez's "linenoise" command-linen editing library for use with | |
| 28 | + The [/help?cmd=sqlite3|fossil sql] command on unix platforms. | |
| 29 | + * Add [/help?cmd=stash|stash cat] as an alias for the | |
| 30 | + [/help?cmd=stash|stash show] command. | |
| 31 | + * Updated the built-in SQLite to version 3.9.0 and activated JSON1 and FTS5 | |
| 32 | + support (both currently unused within Fossil). | |
| 23 | 33 | |
| 24 | 34 | <h2>Changes for Version 1.33 (2015-05-23)</h2> |
| 25 | 35 | * Improved fork detection on [/help?cmd=update|fossil update], |
| 26 | 36 | [/help?cmd=status|fossil status] and related commands. |
| 27 | 37 | * Change the default skin to what used to be called "San Francisco Modern". |
| 28 | 38 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -4,24 +4,34 @@ | |
| 4 | |
| 5 | * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm] |
| 6 | to enable them to work properly with certain relative paths. |
| 7 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 8 | than 10MiB. |
| 9 | * Add minimal <nowiki>[lsearch]</nowiki> command to TH1. Only exact |
| 10 | case-sensitive matching is supported. |
| 11 | * Add the <nowiki>[glob_match]</nowiki>, <nowiki>[markdown]</nowiki>, and |
| 12 | <nowiki>[dir]</nowiki> commands to TH1. |
| 13 | * Add the <nowiki>[tclIsSafe] and [tclMakeSafe]</nowiki> TH1 commands to |
| 14 | the Tcl integration subsystem. |
| 15 | * Add 'double', 'integer', and 'list' classes to the |
| 16 | <nowiki>[string is]</nowiki> command in TH1. |
| 17 | * Update internal Unicode character tables, used in regular expression |
| 18 | handling, from version 7.0 to 8.0. |
| 19 | * Add the new [/help?cmd=amend|amend] command which is used to modify |
| 20 | tags of a "check-in". |
| 21 | * Fix bug in [/help?cmd=import|import] command, handling version 3 of |
| 22 | the svndump format for subversion. |
| 23 | |
| 24 | <h2>Changes for Version 1.33 (2015-05-23)</h2> |
| 25 | * Improved fork detection on [/help?cmd=update|fossil update], |
| 26 | [/help?cmd=status|fossil status] and related commands. |
| 27 | * Change the default skin to what used to be called "San Francisco Modern". |
| 28 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -4,24 +4,34 @@ | |
| 4 | |
| 5 | * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm] |
| 6 | to enable them to work properly with certain relative paths. |
| 7 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 8 | than 10MiB. |
| 9 | * Update internal Unicode character tables, used in regular expression |
| 10 | handling, from version 7.0 to 8.0. |
| 11 | * Add the new [/help?cmd=amend|amend] command which is used to modify |
| 12 | tags of a "check-in". |
| 13 | * Fix bug in [/help?cmd=import|import] command, handling version 3 of |
| 14 | the svndump format for subversion. |
| 15 | * Add the [/help?cmd=all|all cache] command. |
| 16 | * TH1 enhancements: |
| 17 | <ul><li>Add minimal <nowiki>[lsearch]</nowiki> command to TH1. Only exact |
| 18 | case-sensitive matching is supported.</li> |
| 19 | <li>Add the <nowiki>[glob_match]</nowiki>, <nowiki>[markdown]</nowiki>, and |
| 20 | <nowiki>[dir]</nowiki> commands to TH1.</li> |
| 21 | <li>Add the <nowiki>[tclIsSafe] and [tclMakeSafe]</nowiki> TH1 commands to |
| 22 | the Tcl integration subsystem.</li> |
| 23 | <li>Add 'double', 'integer', and 'list' classes to the |
| 24 | <nowiki>[string is]</nowiki> command in TH1.</li> |
| 25 | </ul> |
| 26 | * Add the --undo option to the [/help?cmd=diff|diff] command. |
| 27 | * Build-in Antirez's "linenoise" command-linen editing library for use with |
| 28 | The [/help?cmd=sqlite3|fossil sql] command on unix platforms. |
| 29 | * Add [/help?cmd=stash|stash cat] as an alias for the |
| 30 | [/help?cmd=stash|stash show] command. |
| 31 | * Updated the built-in SQLite to version 3.9.0 and activated JSON1 and FTS5 |
| 32 | support (both currently unused within Fossil). |
| 33 | |
| 34 | <h2>Changes for Version 1.33 (2015-05-23)</h2> |
| 35 | * Improved fork detection on [/help?cmd=update|fossil update], |
| 36 | [/help?cmd=status|fossil status] and related commands. |
| 37 | * Change the default skin to what used to be called "San Francisco Modern". |
| 38 |