Fossil SCM
Update the change log.
Commit
d982f8944cf4bde26e15c10d23a2659acf24fa0b
Parent
399e868d72a7ef6…
1 file changed
+34
+34
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,7 +1,41 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | +<h2>Changes For Version 1.23 (2012-08-08)</h2> | |
| 4 | + * The default checkout database name is now ".fslckout" instead of | |
| 5 | + "_FOSSIL_" on unix. Both names continue to work. | |
| 6 | + * Added the "fossil all changes" command | |
| 7 | + * Added the "fossil all list --ckout" command | |
| 8 | + * Added the "public-pages" glob pattern that allows anonymous users to | |
| 9 | + embedded documentation on sites where source code should not be | |
| 10 | + accessible to anonymous users. | |
| 11 | + * Allow multiple --tag options on the same "fossil commit" command. | |
| 12 | + * Change the meaning of the --bgcolor option for "fossil commit" to only | |
| 13 | + change the color for that one commit. The new --branchcolor option | |
| 14 | + is available to set a persistent background color. | |
| 15 | + * Add the branch= query parameter to the vdiff page and the --branch option | |
| 16 | + to the "fossil diff" command. | |
| 17 | + * Check-in names of the form "root:BRANCH" now refer to the origin of | |
| 18 | + the branch. | |
| 19 | + * Add the ability to set a background image as part of server configuration. | |
| 20 | + * Allow partial commits of cherrypick merges. | |
| 21 | + * Updates against an uncommitted merge are now a warning, not a fatal error. | |
| 22 | + * Prompt the user to continue if a check-in comment is unedited. | |
| 23 | + * Fixes to case sensitivity settings with the /dir webpage. | |
| 24 | + * Repositories now try to remember the locations of all checkouts and | |
| 25 | + web-access URLs and display this information with the | |
| 26 | + "fossil info $REPO" command. | |
| 27 | + * Improved defense against spiders: The src= attribute of | |
| 28 | + <a> elements is set using javascript after the page loads. | |
| 29 | + * Enhanced formatting of the user list page. | |
| 30 | + * If a file named in "fossil add" is missing, that is now a warning not | |
| 31 | + a fatal error. | |
| 32 | + * Fix side-by-side diff so that it displays correctly with | |
| 33 | + multi-byte UTF8 characters. | |
| 34 | + * Performance improvements in the diff logic. | |
| 35 | + * Lots of other performance tweaks and documentation updates. | |
| 36 | + | |
| 3 | 37 | <h2>Changes For Version 1.22 (2012-03-17)</h2> |
| 4 | 38 | * Greatly improved "diff" processing including the new --brief option, |
| 5 | 39 | partial line matching, colorized in-line diffs, and better performance. |
| 6 | 40 | * Promote "allow-symlinks" to a versionable setting |
| 7 | 41 | * Harden the CGI processing logic against DOS attacks |
| 8 | 42 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,7 +1,41 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.22 (2012-03-17)</h2> |
| 4 | * Greatly improved "diff" processing including the new --brief option, |
| 5 | partial line matching, colorized in-line diffs, and better performance. |
| 6 | * Promote "allow-symlinks" to a versionable setting |
| 7 | * Harden the CGI processing logic against DOS attacks |
| 8 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,7 +1,41 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.23 (2012-08-08)</h2> |
| 4 | * The default checkout database name is now ".fslckout" instead of |
| 5 | "_FOSSIL_" on unix. Both names continue to work. |
| 6 | * Added the "fossil all changes" command |
| 7 | * Added the "fossil all list --ckout" command |
| 8 | * Added the "public-pages" glob pattern that allows anonymous users to |
| 9 | embedded documentation on sites where source code should not be |
| 10 | accessible to anonymous users. |
| 11 | * Allow multiple --tag options on the same "fossil commit" command. |
| 12 | * Change the meaning of the --bgcolor option for "fossil commit" to only |
| 13 | change the color for that one commit. The new --branchcolor option |
| 14 | is available to set a persistent background color. |
| 15 | * Add the branch= query parameter to the vdiff page and the --branch option |
| 16 | to the "fossil diff" command. |
| 17 | * Check-in names of the form "root:BRANCH" now refer to the origin of |
| 18 | the branch. |
| 19 | * Add the ability to set a background image as part of server configuration. |
| 20 | * Allow partial commits of cherrypick merges. |
| 21 | * Updates against an uncommitted merge are now a warning, not a fatal error. |
| 22 | * Prompt the user to continue if a check-in comment is unedited. |
| 23 | * Fixes to case sensitivity settings with the /dir webpage. |
| 24 | * Repositories now try to remember the locations of all checkouts and |
| 25 | web-access URLs and display this information with the |
| 26 | "fossil info $REPO" command. |
| 27 | * Improved defense against spiders: The src= attribute of |
| 28 | <a> elements is set using javascript after the page loads. |
| 29 | * Enhanced formatting of the user list page. |
| 30 | * If a file named in "fossil add" is missing, that is now a warning not |
| 31 | a fatal error. |
| 32 | * Fix side-by-side diff so that it displays correctly with |
| 33 | multi-byte UTF8 characters. |
| 34 | * Performance improvements in the diff logic. |
| 35 | * Lots of other performance tweaks and documentation updates. |
| 36 | |
| 37 | <h2>Changes For Version 1.22 (2012-03-17)</h2> |
| 38 | * Greatly improved "diff" processing including the new --brief option, |
| 39 | partial line matching, colorized in-line diffs, and better performance. |
| 40 | * Promote "allow-symlinks" to a versionable setting |
| 41 | * Harden the CGI processing logic against DOS attacks |
| 42 |