Fossil SCM
Updated changelog based on the 1.27 (pending) diffs. Added a link to the release checklist page.
Commit
08edbd4a3af4f6163721f49b611b26044d9f314c
Parent
0efd9e6a9410430…
2 files changed
+2
-1
+8
+2
-1
| --- test/release-checklist.wiki | ||
| +++ test/release-checklist.wiki | ||
| @@ -55,11 +55,12 @@ | ||
| 55 | 55 | <li> <b>valgrind fossil rebuild</b> |
| 56 | 56 | <li> <b>valgrind fossil sync</b> |
| 57 | 57 | </ol> |
| 58 | 58 | |
| 59 | 59 | <li><p> |
| 60 | -Inspect all code changes since the previous release, paying particular | |
| 60 | + | |
| 61 | +Inspect [http://www.fossil-scm.org/index.html/vdiff?from=release&to=trunk&sbs=1|all code changes since the previous release], paying particular | |
| 61 | 62 | attention to the following details: |
| 62 | 63 | <ol type="a"> |
| 63 | 64 | <li> Can a malicious HTTP request cause a buffer overrun. |
| 64 | 65 | <li> Can a malicious HTTP request expose privileged information to |
| 65 | 66 | unauthorized users. |
| 66 | 67 |
| --- test/release-checklist.wiki | |
| +++ test/release-checklist.wiki | |
| @@ -55,11 +55,12 @@ | |
| 55 | <li> <b>valgrind fossil rebuild</b> |
| 56 | <li> <b>valgrind fossil sync</b> |
| 57 | </ol> |
| 58 | |
| 59 | <li><p> |
| 60 | Inspect all code changes since the previous release, paying particular |
| 61 | attention to the following details: |
| 62 | <ol type="a"> |
| 63 | <li> Can a malicious HTTP request cause a buffer overrun. |
| 64 | <li> Can a malicious HTTP request expose privileged information to |
| 65 | unauthorized users. |
| 66 |
| --- test/release-checklist.wiki | |
| +++ test/release-checklist.wiki | |
| @@ -55,11 +55,12 @@ | |
| 55 | <li> <b>valgrind fossil rebuild</b> |
| 56 | <li> <b>valgrind fossil sync</b> |
| 57 | </ol> |
| 58 | |
| 59 | <li><p> |
| 60 | |
| 61 | Inspect [http://www.fossil-scm.org/index.html/vdiff?from=release&to=trunk&sbs=1|all code changes since the previous release], paying particular |
| 62 | attention to the following details: |
| 63 | <ol type="a"> |
| 64 | <li> Can a malicious HTTP request cause a buffer overrun. |
| 65 | <li> Can a malicious HTTP request expose privileged information to |
| 66 | unauthorized users. |
| 67 |
+8
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -15,10 +15,18 @@ | ||
| 15 | 15 | part of a repository database file, corrupting it. This problem has only |
| 16 | 16 | been seen once in the wild. |
| 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 | + * Added <tt>chart</tt> option to [/help?cmd=bisect | fossil bisect]. | |
| 21 | + * Improvements to the "human or bot?" determination. | |
| 22 | + * Reports errors about missing CGI-standard environment variables for HTTP | |
| 23 | + servers which do not support them. | |
| 24 | + * [/help?cmd=ls | fossil ls] now accepts filenames or directories as arguments. | |
| 25 | + * Minor improvements to sync support on Windows. | |
| 26 | + * Added <tt>--scgi</tt> option to [/help?cmd=server | fossil server]. | |
| 27 | + * Internal improvements to the sync process. | |
| 20 | 28 | |
| 21 | 29 | <h2>Changes For Version 1.26 (2013-06-18)</h2> |
| 22 | 30 | * The argument to the --port option for the [/help?cmd=ui | fossil ui] and |
| 23 | 31 | [/help?cmd=server | fossil server] commands can take an IP address in addition |
| 24 | 32 | to the port number, causing Fossil to bind to just that one IP address. |
| 25 | 33 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -15,10 +15,18 @@ | |
| 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 | |
| 21 | <h2>Changes For Version 1.26 (2013-06-18)</h2> |
| 22 | * The argument to the --port option for the [/help?cmd=ui | fossil ui] and |
| 23 | [/help?cmd=server | fossil server] commands can take an IP address in addition |
| 24 | to the port number, causing Fossil to bind to just that one IP address. |
| 25 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -15,10 +15,18 @@ | |
| 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 | * Reports errors about missing CGI-standard environment variables for HTTP |
| 23 | servers which do not support them. |
| 24 | * [/help?cmd=ls | fossil ls] now accepts filenames or directories as arguments. |
| 25 | * Minor improvements to sync support on Windows. |
| 26 | * Added <tt>--scgi</tt> option to [/help?cmd=server | fossil server]. |
| 27 | * Internal improvements to the sync process. |
| 28 | |
| 29 | <h2>Changes For Version 1.26 (2013-06-18)</h2> |
| 30 | * The argument to the --port option for the [/help?cmd=ui | fossil ui] and |
| 31 | [/help?cmd=server | fossil server] commands can take an IP address in addition |
| 32 | to the port number, causing Fossil to bind to just that one IP address. |
| 33 |