Fossil SCM
Added recent assertion/stderr fix to changelog.
Commit
429aba33c27a5986145f97939d6fc975a603acef
Parent
021866fd9196a09…
1 file changed
+3
+3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -9,10 +9,13 @@ | ||
| 9 | 9 | automatically closes the merged branch when committing. |
| 10 | 10 | * Renamed <tt>/stats_report</tt> page to [/reports]. Graph width is now |
| 11 | 11 | relative, not absolute. |
| 12 | 12 | * Added <tt>yw=YYYY-WW</tt> (year-week) filter to timeline to limit the results |
| 13 | 13 | to a specific year and calendar week number, e.g. [/timeline?yw=2013-01]. |
| 14 | + * Fixed an obscure condition under which an assertion failure could overwrite | |
| 15 | + part of a repository database file, corrupting it. This problem has only | |
| 16 | + been seen once in the wild. | |
| 14 | 17 | |
| 15 | 18 | <h2>Changes For Version 1.26 (2013-06-18)</h2> |
| 16 | 19 | * The argument to the --port option for the [/help?cmd=ui | fossil ui] and |
| 17 | 20 | [/help?cmd=server | fossil server] commands can take an IP address in addition |
| 18 | 21 | to the port number, causing Fossil to bind to just that one IP address. |
| 19 | 22 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -9,10 +9,13 @@ | |
| 9 | automatically closes the merged branch when committing. |
| 10 | * Renamed <tt>/stats_report</tt> page to [/reports]. Graph width is now |
| 11 | relative, not absolute. |
| 12 | * Added <tt>yw=YYYY-WW</tt> (year-week) filter to timeline to limit the results |
| 13 | to a specific year and calendar week number, e.g. [/timeline?yw=2013-01]. |
| 14 | |
| 15 | <h2>Changes For Version 1.26 (2013-06-18)</h2> |
| 16 | * The argument to the --port option for the [/help?cmd=ui | fossil ui] and |
| 17 | [/help?cmd=server | fossil server] commands can take an IP address in addition |
| 18 | to the port number, causing Fossil to bind to just that one IP address. |
| 19 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -9,10 +9,13 @@ | |
| 9 | automatically closes the merged branch when committing. |
| 10 | * Renamed <tt>/stats_report</tt> page to [/reports]. Graph width is now |
| 11 | relative, not absolute. |
| 12 | * Added <tt>yw=YYYY-WW</tt> (year-week) filter to timeline to limit the results |
| 13 | to a specific year and calendar week number, e.g. [/timeline?yw=2013-01]. |
| 14 | * Fixed an obscure condition under which an assertion failure could overwrite |
| 15 | part of a repository database file, corrupting it. This problem has only |
| 16 | been seen once in the wild. |
| 17 | |
| 18 | <h2>Changes For Version 1.26 (2013-06-18)</h2> |
| 19 | * The argument to the --port option for the [/help?cmd=ui | fossil ui] and |
| 20 | [/help?cmd=server | fossil server] commands can take an IP address in addition |
| 21 | to the port number, causing Fossil to bind to just that one IP address. |
| 22 |