Fossil SCM
Update the change log for version 1.25.
Commit
b9625cfeb4198f1667148a268708dd112e8ba13c
Parent
89a2e88107f2e9a…
1 file changed
+7
-1
+7
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | -<h2>Changes For Version 1.25 (2012-12-19)</h2> | |
| 3 | +<h2>Changes For Version 1.25 (2013-02-16)</h2> | |
| 4 | 4 | * Enhancements to ticket processing. There are now two tables: TICKET and |
| 5 | 5 | TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. |
| 6 | 6 | Fields from ticket artifacts go into either or both of TICKET and |
| 7 | 7 | TICKETCHNG, whichever contain matching column names. Default ticket |
| 8 | 8 | edit and viewing scripts are updated to use TICKETCHNG. The TH1 |
| @@ -81,10 +81,16 @@ | ||
| 81 | 81 | use those sources when compiling on (windows) systems that do not have |
| 82 | 82 | a zlib library installed by default. |
| 83 | 83 | * Prompt the user with the option to convert non-UTF8 files into UTF8 |
| 84 | 84 | when committing. |
| 85 | 85 | * Allow the characters <nowiki>*[]?</nowiki> in filenames. |
| 86 | + * Allow the --context option on diff commands to have a value of 0. | |
| 87 | + * Added the "dbstat" command. | |
| 88 | + * Enhanced "fossil merge" so that if the VERSION argument is omitted, Fossil | |
| 89 | + tries to merge any forks of the current branch. | |
| 90 | + * Improved detection of forks in a commit race. | |
| 91 | + * Added the --analyze option to "fossil rebuild". | |
| 86 | 92 | |
| 87 | 93 | <h2>Changes For Version 1.24 (2012-10-22)</h2> |
| 88 | 94 | * Added support for WYSIWYG editing of wiki pages. WYSIWYG is turned off |
| 89 | 95 | by default and can be turned on by setting a configuration option. |
| 90 | 96 | * Allow style= attribute to occur in HTML markup on wiki pages. |
| 91 | 97 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,8 +1,8 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.25 (2012-12-19)</h2> |
| 4 | * Enhancements to ticket processing. There are now two tables: TICKET and |
| 5 | TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. |
| 6 | Fields from ticket artifacts go into either or both of TICKET and |
| 7 | TICKETCHNG, whichever contain matching column names. Default ticket |
| 8 | edit and viewing scripts are updated to use TICKETCHNG. The TH1 |
| @@ -81,10 +81,16 @@ | |
| 81 | use those sources when compiling on (windows) systems that do not have |
| 82 | a zlib library installed by default. |
| 83 | * Prompt the user with the option to convert non-UTF8 files into UTF8 |
| 84 | when committing. |
| 85 | * Allow the characters <nowiki>*[]?</nowiki> in filenames. |
| 86 | |
| 87 | <h2>Changes For Version 1.24 (2012-10-22)</h2> |
| 88 | * Added support for WYSIWYG editing of wiki pages. WYSIWYG is turned off |
| 89 | by default and can be turned on by setting a configuration option. |
| 90 | * Allow style= attribute to occur in HTML markup on wiki pages. |
| 91 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,8 +1,8 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.25 (2013-02-16)</h2> |
| 4 | * Enhancements to ticket processing. There are now two tables: TICKET and |
| 5 | TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. |
| 6 | Fields from ticket artifacts go into either or both of TICKET and |
| 7 | TICKETCHNG, whichever contain matching column names. Default ticket |
| 8 | edit and viewing scripts are updated to use TICKETCHNG. The TH1 |
| @@ -81,10 +81,16 @@ | |
| 81 | use those sources when compiling on (windows) systems that do not have |
| 82 | a zlib library installed by default. |
| 83 | * Prompt the user with the option to convert non-UTF8 files into UTF8 |
| 84 | when committing. |
| 85 | * Allow the characters <nowiki>*[]?</nowiki> in filenames. |
| 86 | * Allow the --context option on diff commands to have a value of 0. |
| 87 | * Added the "dbstat" command. |
| 88 | * Enhanced "fossil merge" so that if the VERSION argument is omitted, Fossil |
| 89 | tries to merge any forks of the current branch. |
| 90 | * Improved detection of forks in a commit race. |
| 91 | * Added the --analyze option to "fossil rebuild". |
| 92 | |
| 93 | <h2>Changes For Version 1.24 (2012-10-22)</h2> |
| 94 | * Added support for WYSIWYG editing of wiki pages. WYSIWYG is turned off |
| 95 | by default and can be turned on by setting a configuration option. |
| 96 | * Allow style= attribute to occur in HTML markup on wiki pages. |
| 97 |