Fossil SCM
Increase the version number to 1.33. Update the change log.
Commit
af872dedcb968d38245c0b502df8f9fbbae48b48
Parent
e561cfd47e02653…
2 files changed
+1
-1
+19
-2
M
VERSION
+1
-1
| --- VERSION | ||
| +++ VERSION | ||
| @@ -1,1 +1,1 @@ | ||
| 1 | -1.32 | |
| 1 | +1.33 | |
| 2 | 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.32 |
| 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.33 |
| 2 |
+19
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,22 +1,39 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2>Changes for Version 1.33 (not released yet)</h2> |
| 4 | + * Improved fork detection on [/help?cmd=update|fossil update], | |
| 5 | + [/help?cmd=status|fossil status] and related commands. | |
| 6 | + * Change the default skin to what used to be called "San Francisco Modern". | |
| 7 | + * Add the [/repo-tabsize] web page | |
| 4 | 8 | * Add [/help?cmd=import|fossil import --svn], for importing a subversion |
| 5 | 9 | repository into fossil which was exported using "svnadmin dump". |
| 10 | + * Add the "--compress-only" option to [/help?cmd=rebuild|fossil rebuild]. | |
| 11 | + * Use a pie chart on the [/reports?view=byuser] page. | |
| 12 | + * Enhanced [/help?cmd=clean|fossil clean --verily] so that it ignores | |
| 13 | + keep-glob and ignore-glob settings. Added the -x alias for --verily. | |
| 14 | + * Add the --soft and --hard options to [/help?cmd=rm|fossil rm] and | |
| 15 | + [/help?cmd=mv|fossil mv]. The default is still --soft, but that is | |
| 16 | + now configurable at compile-time or by the mv-rm-files setting. | |
| 17 | + * Improved ability to [./customgraph.md|customize the timelime graph]. | |
| 18 | + * Improvements to the [/sitemap] page. | |
| 19 | + * Automatically adjust the [/help?cmd=timeline|CLI timeline] to the terminal | |
| 20 | + width on Linux. | |
| 6 | 21 | * Added <nowiki>[info commands] and [info vars]</nowiki> commands to TH1. |
| 7 | 22 | These commands perform the same function as their Tcl counterparts, |
| 8 | 23 | except they do not accept a pattern argument. |
| 9 | 24 | * Fix some obscure issues with TH1 expression processing. |
| 10 | 25 | * Fix titles in search results for documents that are not wiki, markdown, |
| 11 | 26 | or HTML. |
| 12 | 27 | * Formally translate TH1 to Tcl return codes and vice-versa, where |
| 13 | 28 | necessary, in the Tcl integration subsystem. |
| 14 | - * Better fork detection on [/help?cmd=update|fossil update], | |
| 15 | - [/help?cmd=status|fossil status] and related commands. | |
| 16 | 29 | * Add [/help?cmd=leaves|fossil leaves -multiple], for finding multiple |
| 17 | 30 | leaves on the same branch. |
| 31 | + * Added the "Blitz" skin option. | |
| 32 | + * Removed support for ".fossil-settings/keep-glob". The keep-glob should | |
| 33 | + not be a versioned setting. | |
| 34 | + * Update the built-in SQLite to version 3.8.10.1. | |
| 18 | 35 | |
| 19 | 36 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 20 | 37 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 21 | 38 | that the new repository is fully compatible with historical versions of |
| 22 | 39 | Fossil by having a valid manifest as RID 1. |
| 23 | 40 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,22 +1,39 @@ | |
| 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 | * Better fork detection on [/help?cmd=update|fossil update], |
| 15 | [/help?cmd=status|fossil status] and related commands. |
| 16 | * Add [/help?cmd=leaves|fossil leaves -multiple], for finding multiple |
| 17 | leaves on the same branch. |
| 18 | |
| 19 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 20 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 21 | that the new repository is fully compatible with historical versions of |
| 22 | Fossil by having a valid manifest as RID 1. |
| 23 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,22 +1,39 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes for Version 1.33 (not released yet)</h2> |
| 4 | * Improved fork detection on [/help?cmd=update|fossil update], |
| 5 | [/help?cmd=status|fossil status] and related commands. |
| 6 | * Change the default skin to what used to be called "San Francisco Modern". |
| 7 | * Add the [/repo-tabsize] web page |
| 8 | * Add [/help?cmd=import|fossil import --svn], for importing a subversion |
| 9 | repository into fossil which was exported using "svnadmin dump". |
| 10 | * Add the "--compress-only" option to [/help?cmd=rebuild|fossil rebuild]. |
| 11 | * Use a pie chart on the [/reports?view=byuser] page. |
| 12 | * Enhanced [/help?cmd=clean|fossil clean --verily] so that it ignores |
| 13 | keep-glob and ignore-glob settings. Added the -x alias for --verily. |
| 14 | * Add the --soft and --hard options to [/help?cmd=rm|fossil rm] and |
| 15 | [/help?cmd=mv|fossil mv]. The default is still --soft, but that is |
| 16 | now configurable at compile-time or by the mv-rm-files setting. |
| 17 | * Improved ability to [./customgraph.md|customize the timelime graph]. |
| 18 | * Improvements to the [/sitemap] page. |
| 19 | * Automatically adjust the [/help?cmd=timeline|CLI timeline] to the terminal |
| 20 | width on Linux. |
| 21 | * Added <nowiki>[info commands] and [info vars]</nowiki> commands to TH1. |
| 22 | These commands perform the same function as their Tcl counterparts, |
| 23 | except they do not accept a pattern argument. |
| 24 | * Fix some obscure issues with TH1 expression processing. |
| 25 | * Fix titles in search results for documents that are not wiki, markdown, |
| 26 | or HTML. |
| 27 | * Formally translate TH1 to Tcl return codes and vice-versa, where |
| 28 | necessary, in the Tcl integration subsystem. |
| 29 | * Add [/help?cmd=leaves|fossil leaves -multiple], for finding multiple |
| 30 | leaves on the same branch. |
| 31 | * Added the "Blitz" skin option. |
| 32 | * Removed support for ".fossil-settings/keep-glob". The keep-glob should |
| 33 | not be a versioned setting. |
| 34 | * Update the built-in SQLite to version 3.8.10.1. |
| 35 | |
| 36 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 37 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 38 | that the new repository is fully compatible with historical versions of |
| 39 | Fossil by having a valid manifest as RID 1. |
| 40 |