Fossil SCM
Added "missing" changes for 1.22 release.
Commit
b82563d7f7281d3b104f33e58ffc05f38e2890bd
Parent
726a6f7942385e0…
1 file changed
+6
-1
+6
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -9,11 +9,16 @@ | ||
| 9 | 9 | * Store the repository name in _FOSSIL_ as it is type in the "open" command, |
| 10 | 10 | possibly as a relative pathname. |
| 11 | 11 | * Make ".fslckout" the alternative name for the "_FOSSIL_" file. |
| 12 | 12 | * Change the "ssh:" transfer method to allow all access regardless of |
| 13 | 13 | user permission. |
| 14 | - * Various minor bug fixes | |
| 14 | + * Various additions and fixes for the JSON API. | |
| 15 | + * Improved merge-with-rename handling. | |
| 16 | + * Various minor bug fixes. | |
| 17 | + * --cherrypick merges use their origin's commit by default. | |
| 18 | + * Added support for multiple concurrent logins per user. | |
| 19 | + * Update to use SQLite version 3.7.11. | |
| 15 | 20 | |
| 16 | 21 | <h2>Changes For Version 1.21 (2011-12-13)</h2> |
| 17 | 22 | * Added side-by-side diffs in the command-line interface |
| 18 | 23 | * Automatically enable hyperlinks if the UserAgent string in the |
| 19 | 24 | HTTP header suggests that the requestor is a human and not a bot. |
| 20 | 25 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -9,11 +9,16 @@ | |
| 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 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -9,11 +9,16 @@ | |
| 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 additions and fixes for the JSON API. |
| 15 | * Improved merge-with-rename handling. |
| 16 | * Various minor bug fixes. |
| 17 | * --cherrypick merges use their origin's commit by default. |
| 18 | * Added support for multiple concurrent logins per user. |
| 19 | * Update to use SQLite version 3.7.11. |
| 20 | |
| 21 | <h2>Changes For Version 1.21 (2011-12-13)</h2> |
| 22 | * Added side-by-side diffs in the command-line interface |
| 23 | * Automatically enable hyperlinks if the UserAgent string in the |
| 24 | HTTP header suggests that the requestor is a human and not a bot. |
| 25 |