Fossil SCM
Updates to the change log.
Commit
ecd3dc53c4b6cd74a37dba44fdae3662cb9c589a
Parent
5566c8535ae3c0a…
1 file changed
+11
-2
+11
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,13 +1,14 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2>Changes for Version 1.35 (2016-00-00)</h2> |
| 4 | 4 | |
| 5 | 5 | * Enable symlinks by default on all non-Windows platforms. |
| 6 | + * Enhance the [/md_rules|Markdown formatting] so that hyperlinks that begin | |
| 7 | + with "/" are relative to the root of the Fossil repository. | |
| 6 | 8 | * Rework the [/help?cmd=/setup_ulist|/setup_list page] (the User List page) |
| 7 | - to display all users | |
| 8 | - in a click-to-sort table. | |
| 9 | + to display all users in a click-to-sort table. | |
| 9 | 10 | * Fix backslash-octal escape on filenames while importing from git |
| 10 | 11 | * When markdown documents begin with <h1> HTML elements, use that |
| 11 | 12 | header at the document title. |
| 12 | 13 | * Added the [/help?cmd=/bigbloblist|/bigbloblist page]. |
| 13 | 14 | * Enhance the [/help?cmd=/finfo|/finfo page] so that when it is showing |
| @@ -29,11 +30,19 @@ | ||
| 29 | 30 | </ul> |
| 30 | 31 | * Get autosetup working with MinGW. |
| 31 | 32 | * Fix autosetup detection of zlib in the source tree. |
| 32 | 33 | * Added autosetup detection of OpenSSL when it may be present under the |
| 33 | 34 | "compat" subdirectory of the source tree. |
| 35 | + * Added --include and --exclude options to [/help?cmd=tarball|fossil tarball] | |
| 36 | + and [/help?cmd=zip|fossil zip] and the in= and ex= query parameters to the | |
| 37 | + [/help?cmd=/tarball|/tarball] and [/help?cmd=/zip|/zip] web pages. | |
| 38 | + * Add support for [./encryptedrepos.wiki|encrypted Fossil repositories]. | |
| 39 | + * If the FOSSIL_PWREADER environment variable is set, then use the program it | |
| 40 | + names in place of getpass() to read passwords and passphrases | |
| 34 | 41 | * Option --baseurl now works on Windows. |
| 42 | + * Numerious documentation improvements. | |
| 43 | + * Update the built-in SQLite to version 3.13.0. | |
| 35 | 44 | |
| 36 | 45 | <h2>Changes for Version 1.34 (2015-11-02)</h2> |
| 37 | 46 | |
| 38 | 47 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 39 | 48 | than 10MiB. |
| 40 | 49 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,13 +1,14 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes for Version 1.35 (2016-00-00)</h2> |
| 4 | |
| 5 | * Enable symlinks by default on all non-Windows platforms. |
| 6 | * Rework the [/help?cmd=/setup_ulist|/setup_list page] (the User List page) |
| 7 | to display all users |
| 8 | in a click-to-sort table. |
| 9 | * Fix backslash-octal escape on filenames while importing from git |
| 10 | * When markdown documents begin with <h1> HTML elements, use that |
| 11 | header at the document title. |
| 12 | * Added the [/help?cmd=/bigbloblist|/bigbloblist page]. |
| 13 | * Enhance the [/help?cmd=/finfo|/finfo page] so that when it is showing |
| @@ -29,11 +30,19 @@ | |
| 29 | </ul> |
| 30 | * Get autosetup working with MinGW. |
| 31 | * Fix autosetup detection of zlib in the source tree. |
| 32 | * Added autosetup detection of OpenSSL when it may be present under the |
| 33 | "compat" subdirectory of the source tree. |
| 34 | * Option --baseurl now works on Windows. |
| 35 | |
| 36 | <h2>Changes for Version 1.34 (2015-11-02)</h2> |
| 37 | |
| 38 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 39 | than 10MiB. |
| 40 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,13 +1,14 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes for Version 1.35 (2016-00-00)</h2> |
| 4 | |
| 5 | * Enable symlinks by default on all non-Windows platforms. |
| 6 | * Enhance the [/md_rules|Markdown formatting] so that hyperlinks that begin |
| 7 | with "/" are relative to the root of the Fossil repository. |
| 8 | * Rework the [/help?cmd=/setup_ulist|/setup_list page] (the User List page) |
| 9 | to display all users in a click-to-sort table. |
| 10 | * Fix backslash-octal escape on filenames while importing from git |
| 11 | * When markdown documents begin with <h1> HTML elements, use that |
| 12 | header at the document title. |
| 13 | * Added the [/help?cmd=/bigbloblist|/bigbloblist page]. |
| 14 | * Enhance the [/help?cmd=/finfo|/finfo page] so that when it is showing |
| @@ -29,11 +30,19 @@ | |
| 30 | </ul> |
| 31 | * Get autosetup working with MinGW. |
| 32 | * Fix autosetup detection of zlib in the source tree. |
| 33 | * Added autosetup detection of OpenSSL when it may be present under the |
| 34 | "compat" subdirectory of the source tree. |
| 35 | * Added --include and --exclude options to [/help?cmd=tarball|fossil tarball] |
| 36 | and [/help?cmd=zip|fossil zip] and the in= and ex= query parameters to the |
| 37 | [/help?cmd=/tarball|/tarball] and [/help?cmd=/zip|/zip] web pages. |
| 38 | * Add support for [./encryptedrepos.wiki|encrypted Fossil repositories]. |
| 39 | * If the FOSSIL_PWREADER environment variable is set, then use the program it |
| 40 | names in place of getpass() to read passwords and passphrases |
| 41 | * Option --baseurl now works on Windows. |
| 42 | * Numerious documentation improvements. |
| 43 | * Update the built-in SQLite to version 3.13.0. |
| 44 | |
| 45 | <h2>Changes for Version 1.34 (2015-11-02)</h2> |
| 46 | |
| 47 | * Make the [/help?cmd=clean|fossil clean] command undoable for files less |
| 48 | than 10MiB. |
| 49 |