Fossil SCM
Updates to the change log for 1.26.
Commit
1e0afc74fb2466f9957160fdf9d18967ec48bdbf
Parent
6d28482a4c49cc8…
1 file changed
+21
+21
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,8 +1,23 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2>Changes For Version 1.26 (as yet unreleased)</h2> |
| 4 | + * The argument to the --port option for the [/help?cmd=ui | fossil ui] and | |
| 5 | + [/help?cmd=server | fossil server] commands can take an IP address in addition | |
| 6 | + to the port number, causing Fossil to bind to just that one IP address. | |
| 7 | + * After prompting for a password, also ask if that password should be | |
| 8 | + remembered. | |
| 9 | + * Performance improvements to the diff engine. | |
| 10 | + * Fix the side-by-side diff engine to work better with multi-byte unicode text. | |
| 11 | + * Color-coding in the web-based annotation (blame) display. Fix the annotation | |
| 12 | + engine so that it is no longer confused by time-warps. | |
| 13 | + * The markdown formatter is now available by default and can be used for | |
| 14 | + tickets, wiki, and embedded documentation. | |
| 15 | + * Add subcommands "fossil bisect log" and "fossil bisect status" to the | |
| 16 | + [/help?cmd=bisect | fossil bisect] command, as well as other bisect enhancements. | |
| 17 | + * Enhanced defenses that prevent spiders from using excessive CPU and bandwidth. | |
| 18 | + * Consistent us of the -n or --dry-run command line options. | |
| 4 | 19 | * Win32: Fossil now understands Cygwin paths containing one or more of |
| 5 | 20 | the characters <nowiki>"*:<>?|</nowiki>. Those are normally forbidden in |
| 6 | 21 | win32. This means that the win32 fossil.exe is better usable in a Cygwin |
| 7 | 22 | environment. See |
| 8 | 23 | [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. |
| @@ -12,16 +27,22 @@ | ||
| 12 | 27 | See |
| 13 | 28 | [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive] |
| 14 | 29 | * Enhancements to /timeline.rss, adding more flags for filtering |
| 15 | 30 | results, including the ability to subscribe to changes made |
| 16 | 31 | to individual tickets. For example: [/timeline.rss?y=t&tkt=12fceeec82]. |
| 32 | + * Improved handling of the differences between case-sensitive and | |
| 33 | + case-insensitive filesystems. | |
| 17 | 34 | * JSON API: added the 'status' command to report local checkout status. |
| 18 | 35 | * Fixes to the <tt>--args</tt> support and documented this feature in the help. |
| 19 | 36 | * Added [/stats_report] page. |
| 20 | 37 | * Added <tt>ym=YYYY-MM</tt> filter to the [/timeline?ym=2013-06]. |
| 21 | 38 | * Fixed: <tt>config reset</tt> now re-installs default ticket report format. |
| 22 | 39 | * <tt>ssh://</tt> and <tt>file://</tt> protocols now ignore proxy settings. |
| 40 | + * Added [/hash-color-test] web page. | |
| 41 | + * Cherry-pick merges are recorded internally (though no yet displayed on the | |
| 42 | + timeline graph.) | |
| 43 | + * Bring in the latest versions of SQLite, zlib, and autosetup from upstream. | |
| 23 | 44 | |
| 24 | 45 | |
| 25 | 46 | <h2>Changes For Version 1.25 (2013-02-16)</h2> |
| 26 | 47 | * Enhancements to ticket processing. There are now two tables: TICKET and |
| 27 | 48 | TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. |
| 28 | 49 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,8 +1,23 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.26 (as yet unreleased)</h2> |
| 4 | * Win32: Fossil now understands Cygwin paths containing one or more of |
| 5 | the characters <nowiki>"*:<>?|</nowiki>. Those are normally forbidden in |
| 6 | win32. This means that the win32 fossil.exe is better usable in a Cygwin |
| 7 | environment. See |
| 8 | [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. |
| @@ -12,16 +27,22 @@ | |
| 12 | See |
| 13 | [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive] |
| 14 | * Enhancements to /timeline.rss, adding more flags for filtering |
| 15 | results, including the ability to subscribe to changes made |
| 16 | to individual tickets. For example: [/timeline.rss?y=t&tkt=12fceeec82]. |
| 17 | * JSON API: added the 'status' command to report local checkout status. |
| 18 | * Fixes to the <tt>--args</tt> support and documented this feature in the help. |
| 19 | * Added [/stats_report] page. |
| 20 | * Added <tt>ym=YYYY-MM</tt> filter to the [/timeline?ym=2013-06]. |
| 21 | * Fixed: <tt>config reset</tt> now re-installs default ticket report format. |
| 22 | * <tt>ssh://</tt> and <tt>file://</tt> protocols now ignore proxy settings. |
| 23 | |
| 24 | |
| 25 | <h2>Changes For Version 1.25 (2013-02-16)</h2> |
| 26 | * Enhancements to ticket processing. There are now two tables: TICKET and |
| 27 | TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. |
| 28 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,8 +1,23 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.26 (as yet unreleased)</h2> |
| 4 | * The argument to the --port option for the [/help?cmd=ui | fossil ui] and |
| 5 | [/help?cmd=server | fossil server] commands can take an IP address in addition |
| 6 | to the port number, causing Fossil to bind to just that one IP address. |
| 7 | * After prompting for a password, also ask if that password should be |
| 8 | remembered. |
| 9 | * Performance improvements to the diff engine. |
| 10 | * Fix the side-by-side diff engine to work better with multi-byte unicode text. |
| 11 | * Color-coding in the web-based annotation (blame) display. Fix the annotation |
| 12 | engine so that it is no longer confused by time-warps. |
| 13 | * The markdown formatter is now available by default and can be used for |
| 14 | tickets, wiki, and embedded documentation. |
| 15 | * Add subcommands "fossil bisect log" and "fossil bisect status" to the |
| 16 | [/help?cmd=bisect | fossil bisect] command, as well as other bisect enhancements. |
| 17 | * Enhanced defenses that prevent spiders from using excessive CPU and bandwidth. |
| 18 | * Consistent us of the -n or --dry-run command line options. |
| 19 | * Win32: Fossil now understands Cygwin paths containing one or more of |
| 20 | the characters <nowiki>"*:<>?|</nowiki>. Those are normally forbidden in |
| 21 | win32. This means that the win32 fossil.exe is better usable in a Cygwin |
| 22 | environment. See |
| 23 | [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars]. |
| @@ -12,16 +27,22 @@ | |
| 27 | See |
| 28 | [http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive] |
| 29 | * Enhancements to /timeline.rss, adding more flags for filtering |
| 30 | results, including the ability to subscribe to changes made |
| 31 | to individual tickets. For example: [/timeline.rss?y=t&tkt=12fceeec82]. |
| 32 | * Improved handling of the differences between case-sensitive and |
| 33 | case-insensitive filesystems. |
| 34 | * JSON API: added the 'status' command to report local checkout status. |
| 35 | * Fixes to the <tt>--args</tt> support and documented this feature in the help. |
| 36 | * Added [/stats_report] page. |
| 37 | * Added <tt>ym=YYYY-MM</tt> filter to the [/timeline?ym=2013-06]. |
| 38 | * Fixed: <tt>config reset</tt> now re-installs default ticket report format. |
| 39 | * <tt>ssh://</tt> and <tt>file://</tt> protocols now ignore proxy settings. |
| 40 | * Added [/hash-color-test] web page. |
| 41 | * Cherry-pick merges are recorded internally (though no yet displayed on the |
| 42 | timeline graph.) |
| 43 | * Bring in the latest versions of SQLite, zlib, and autosetup from upstream. |
| 44 | |
| 45 | |
| 46 | <h2>Changes For Version 1.25 (2013-02-16)</h2> |
| 47 | * Enhancements to ticket processing. There are now two tables: TICKET and |
| 48 | TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. |
| 49 |