Fossil SCM
Version 1.19 release candidate 1.
Commit
6517b5c857fe389e17f93efb8c3583af99ddd842
Parent
a22c3817578eabb…
1 file changed
+10
-1
+10
-1
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,15 +1,17 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | -<h2>Changes For Version 1.19 (pending)</h2> | |
| 3 | +<h2>Changes For Version 1.19 (2011-09-02)</h2> | |
| 4 | 4 | |
| 5 | 5 | * Added a ./configure script based on autosetup. |
| 6 | 6 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 7 | 7 | for creating a Fossil service on windows systems. |
| 8 | 8 | * Added "versionable settings" where settings that affect |
| 9 | 9 | the local tree can be stored in versioned files in the |
| 10 | 10 | .fossil-settings directory. |
| 11 | + * Background colors for branches are choosen automatically if no | |
| 12 | + color is specified by the user. | |
| 11 | 13 | * The status, changes and extras commands now show |
| 12 | 14 | pathnames relative to the current working directory, |
| 13 | 15 | unless overridden by command line options or the |
| 14 | 16 | "relative-paths" setting.<br><b>WARNING:</b> This |
| 15 | 17 | change will break scripts which rely on the current |
| @@ -18,10 +20,17 @@ | ||
| 18 | 20 | * Added "empty-dirs" versionable setting. |
| 19 | 21 | * Added support for client-side SSL certificates with "ssl-identity" |
| 20 | 22 | setting and --ssl-identity option. |
| 21 | 23 | * Added "ssl-ca-location" setting to specify trusted root |
| 22 | 24 | SSL certificates. |
| 25 | + * Added the --case-sensitive BOOLEAN command-line option to many commands. | |
| 26 | + Default to true for unix and false for windows. | |
| 27 | + * Added the "Color-Test" submenu button on the branch list web page. | |
| 28 | + * Compatibility improvements to the git-export feature. | |
| 29 | + * Performance improvements on SHA1 checksums | |
| 30 | + * Update to the latest SQLite version 3.7.8 alpha. | |
| 31 | + * Fix the tarball generator to work with very log pathnames | |
| 23 | 32 | |
| 24 | 33 | <h2>Changes For Version 1.18 (2011-07-14)</h2> |
| 25 | 34 | |
| 26 | 35 | * Added this Change Log |
| 27 | 36 | * Added sequential version numbering |
| 28 | 37 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,15 +1,17 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.19 (pending)</h2> |
| 4 | |
| 5 | * Added a ./configure script based on autosetup. |
| 6 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 7 | for creating a Fossil service on windows systems. |
| 8 | * Added "versionable settings" where settings that affect |
| 9 | the local tree can be stored in versioned files in the |
| 10 | .fossil-settings directory. |
| 11 | * The status, changes and extras commands now show |
| 12 | pathnames relative to the current working directory, |
| 13 | unless overridden by command line options or the |
| 14 | "relative-paths" setting.<br><b>WARNING:</b> This |
| 15 | change will break scripts which rely on the current |
| @@ -18,10 +20,17 @@ | |
| 18 | * Added "empty-dirs" versionable setting. |
| 19 | * Added support for client-side SSL certificates with "ssl-identity" |
| 20 | setting and --ssl-identity option. |
| 21 | * Added "ssl-ca-location" setting to specify trusted root |
| 22 | SSL certificates. |
| 23 | |
| 24 | <h2>Changes For Version 1.18 (2011-07-14)</h2> |
| 25 | |
| 26 | * Added this Change Log |
| 27 | * Added sequential version numbering |
| 28 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,15 +1,17 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.19 (2011-09-02)</h2> |
| 4 | |
| 5 | * Added a ./configure script based on autosetup. |
| 6 | * Added the "[/help/winsrv | fossil winsrv]" command |
| 7 | for creating a Fossil service on windows systems. |
| 8 | * Added "versionable settings" where settings that affect |
| 9 | the local tree can be stored in versioned files in the |
| 10 | .fossil-settings directory. |
| 11 | * Background colors for branches are choosen automatically if no |
| 12 | color is specified by the user. |
| 13 | * The status, changes and extras commands now show |
| 14 | pathnames relative to the current working directory, |
| 15 | unless overridden by command line options or the |
| 16 | "relative-paths" setting.<br><b>WARNING:</b> This |
| 17 | change will break scripts which rely on the current |
| @@ -18,10 +20,17 @@ | |
| 20 | * Added "empty-dirs" versionable setting. |
| 21 | * Added support for client-side SSL certificates with "ssl-identity" |
| 22 | setting and --ssl-identity option. |
| 23 | * Added "ssl-ca-location" setting to specify trusted root |
| 24 | SSL certificates. |
| 25 | * Added the --case-sensitive BOOLEAN command-line option to many commands. |
| 26 | Default to true for unix and false for windows. |
| 27 | * Added the "Color-Test" submenu button on the branch list web page. |
| 28 | * Compatibility improvements to the git-export feature. |
| 29 | * Performance improvements on SHA1 checksums |
| 30 | * Update to the latest SQLite version 3.7.8 alpha. |
| 31 | * Fix the tarball generator to work with very log pathnames |
| 32 | |
| 33 | <h2>Changes For Version 1.18 (2011-07-14)</h2> |
| 34 | |
| 35 | * Added this Change Log |
| 36 | * Added sequential version numbering |
| 37 |