Fossil SCM
Update the version number to 1.22 and begin entering change log information for the next release.
Commit
9b1d394a719f00f5a293612fe824e1a1fb1ed2e4
Parent
fbaa7ca99f79bdf…
2 files changed
+1
-1
+13
M
VERSION
+1
-1
| --- VERSION | ||
| +++ VERSION | ||
| @@ -1,1 +1,1 @@ | ||
| 1 | -1.21 | |
| 1 | +1.22 | |
| 2 | 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.21 |
| 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.22 |
| 2 |
+13
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,6 +1,19 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | + | |
| 3 | +<h2>Changes For Version 1.22 (2012-02-xx)</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 | + * Add the ability to run TH1 scripts after sync requests | |
| 9 | + * Store the repository name in _FOSSIL_ as it is type in the "open" command, | |
| 10 | + possibly as a relative pathname. | |
| 11 | + * Make ".fslckout" the alternative name for the "_FOSSIL_" file. | |
| 12 | + * Change the "ssh:" transfer method to allow all access regardless of | |
| 13 | + user permission. | |
| 14 | + * Various minor bug fixes | |
| 2 | 15 | |
| 3 | 16 | <h2>Changes For Version 1.21 (2011-12-13)</h2> |
| 4 | 17 | * Added side-by-side diffs in the command-line interface |
| 5 | 18 | * Automatically enable hyperlinks if the UserAgent string in the |
| 6 | 19 | HTTP header suggests that the requestor is a human and not a bot. |
| 7 | 20 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,6 +1,19 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.21 (2011-12-13)</h2> |
| 4 | * Added side-by-side diffs in the command-line interface |
| 5 | * Automatically enable hyperlinks if the UserAgent string in the |
| 6 | HTTP header suggests that the requestor is a human and not a bot. |
| 7 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,6 +1,19 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.22 (2012-02-xx)</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 | * Add the ability to run TH1 scripts after sync requests |
| 9 | * Store the repository name in _FOSSIL_ as it is type in the "open" command, |
| 10 | possibly as a relative pathname. |
| 11 | * Make ".fslckout" the alternative name for the "_FOSSIL_" file. |
| 12 | * Change the "ssh:" transfer method to allow all access regardless of |
| 13 | user permission. |
| 14 | * Various minor bug fixes |
| 15 | |
| 16 | <h2>Changes For Version 1.21 (2011-12-13)</h2> |
| 17 | * Added side-by-side diffs in the command-line interface |
| 18 | * Automatically enable hyperlinks if the UserAgent string in the |
| 19 | HTTP header suggests that the requestor is a human and not a bot. |
| 20 |