Fossil SCM
Tweaks to the change log.
Commit
e7202edf0c9898e35110fd9010da260b01414e90
Parent
8e50e2e7bdddbc7…
1 file changed
+3
-3
+3
-3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -9,13 +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 | + * Updates to SQLite to prevent opening a repository file using file descriptors | |
| 15 | + 1 or 2 on unix. This fixes a bug under which an assertion failure could | |
| 16 | + overwrite part of a repository database file, corrupting it. | |
| 17 | 17 | * Added support for unlimited line lengths in side-by-side diffs. |
| 18 | 18 | * New --close option to [/help?cmd=commit | fossil commit], which |
| 19 | 19 | immediately closes the branch being committed. |
| 20 | 20 | * Added <tt>chart</tt> option to [/help?cmd=bisect | fossil bisect]. |
| 21 | 21 | * Improvements to the "human or bot?" determination. |
| 22 | 22 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -9,13 +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 | * Added support for unlimited line lengths in side-by-side diffs. |
| 18 | * New --close option to [/help?cmd=commit | fossil commit], which |
| 19 | immediately closes the branch being committed. |
| 20 | * Added <tt>chart</tt> option to [/help?cmd=bisect | fossil bisect]. |
| 21 | * Improvements to the "human or bot?" determination. |
| 22 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -9,13 +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 | * Updates to SQLite to prevent opening a repository file using file descriptors |
| 15 | 1 or 2 on unix. This fixes a bug under which an assertion failure could |
| 16 | overwrite part of a repository database file, corrupting it. |
| 17 | * Added support for unlimited line lengths in side-by-side diffs. |
| 18 | * New --close option to [/help?cmd=commit | fossil commit], which |
| 19 | immediately closes the branch being committed. |
| 20 | * Added <tt>chart</tt> option to [/help?cmd=bisect | fossil bisect]. |
| 21 | * Improvements to the "human or bot?" determination. |
| 22 |