Fossil SCM
Change the version number to 1.21 in preparation for the next release. Begin constructing a change log.
Commit
53db20530286ca7e495131b8d8772eabd4f6c3b9
Parent
83284480a39ba70…
2 files changed
+1
-1
+25
M
VERSION
+1
-1
| --- VERSION | ||
| +++ VERSION | ||
| @@ -1,1 +1,1 @@ | ||
| 1 | -1.20 | |
| 1 | +1.21 | |
| 2 | 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.20 |
| 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.21 |
| 2 |
+25
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,6 +1,31 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | + | |
| 3 | +<h2>Changes For Version 1.21 (2011-12-02)</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 | + * Show only commonly used commands with "fossil help". Use | |
| 8 | + "fossil help --all" to see the complete list now. | |
| 9 | + * Improvements to the "stash" command: (1) Stash all files, not just | |
| 10 | + those below the working directory. (2) Add the --detail option to | |
| 11 | + "list". (3) Confirm before "drop --all". (4) Add the "help" | |
| 12 | + subcommand. | |
| 13 | + * Add an Admin/Access setting to change the number of octets of the | |
| 14 | + IP address that are saved in login cookies - allowing this setting | |
| 15 | + to be changed to zero | |
| 16 | + * Promote the "test-md5sum" command to "md5sum". | |
| 17 | + * Added the "whatis" command. | |
| 18 | + * Stop showing the server-code in status outputs - it is no longer used | |
| 19 | + for anything. | |
| 20 | + * Added a compile-time option (--with-tcl) to build in the full | |
| 21 | + TCL interpreter to augment TH1. | |
| 22 | + * Merged the JSON branch into trunk. Disabled by default. Enabled | |
| 23 | + by a compile-time option. Probably it will be enabled by default | |
| 24 | + in some future release. | |
| 25 | + * Update to use SQLite version 3.7.9 plus the alignment fix for Sparc. | |
| 26 | + align | |
| 2 | 27 | |
| 3 | 28 | <h2>Changes For Version 1.20 (2011-10-21)</h2> |
| 4 | 29 | * Added side-by-side diffs in HTML interface. [0bde74ea1e] |
| 5 | 30 | * Added support for symlinks. (Controlled by "allow-symlinks" setting, |
| 6 | 31 | off by default). [e4f1c1fe95] |
| 7 | 32 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,6 +1,31 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.20 (2011-10-21)</h2> |
| 4 | * Added side-by-side diffs in HTML interface. [0bde74ea1e] |
| 5 | * Added support for symlinks. (Controlled by "allow-symlinks" setting, |
| 6 | off by default). [e4f1c1fe95] |
| 7 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,6 +1,31 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.21 (2011-12-02)</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 | * Show only commonly used commands with "fossil help". Use |
| 8 | "fossil help --all" to see the complete list now. |
| 9 | * Improvements to the "stash" command: (1) Stash all files, not just |
| 10 | those below the working directory. (2) Add the --detail option to |
| 11 | "list". (3) Confirm before "drop --all". (4) Add the "help" |
| 12 | subcommand. |
| 13 | * Add an Admin/Access setting to change the number of octets of the |
| 14 | IP address that are saved in login cookies - allowing this setting |
| 15 | to be changed to zero |
| 16 | * Promote the "test-md5sum" command to "md5sum". |
| 17 | * Added the "whatis" command. |
| 18 | * Stop showing the server-code in status outputs - it is no longer used |
| 19 | for anything. |
| 20 | * Added a compile-time option (--with-tcl) to build in the full |
| 21 | TCL interpreter to augment TH1. |
| 22 | * Merged the JSON branch into trunk. Disabled by default. Enabled |
| 23 | by a compile-time option. Probably it will be enabled by default |
| 24 | in some future release. |
| 25 | * Update to use SQLite version 3.7.9 plus the alignment fix for Sparc. |
| 26 | align |
| 27 | |
| 28 | <h2>Changes For Version 1.20 (2011-10-21)</h2> |
| 29 | * Added side-by-side diffs in HTML interface. [0bde74ea1e] |
| 30 | * Added support for symlinks. (Controlled by "allow-symlinks" setting, |
| 31 | off by default). [e4f1c1fe95] |
| 32 |