Fossil SCM
Added the mv/rm files change to the 2.7 changelog
Commit
be1bc912fe67d075225c7fe89fb3723d9be5590de233152bae1e282a19e26989
Parent
1f4a9eb90c15037…
1 file changed
+6
+6
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -34,10 +34,16 @@ | ||
| 34 | 34 | * Add the [./grep.md|grep] command. |
| 35 | 35 | * Update the built-in SQLite to version 3.25.1. |
| 36 | 36 | * Some code and interfaces are in place to support sending and |
| 37 | 37 | receiving email directly via SMTP, but this feature is not yet |
| 38 | 38 | complete or ready for production use. |
| 39 | + * The `mv-rm-files` setting is now compiled into Fossil in the | |
| 40 | + default Fossil configuration; no longer must you say | |
| 41 | + <tt>./configure --with-legacy-mv-rm</tt> to make it available. The | |
| 42 | + setting remains disabled by default, however, so you must still say | |
| 43 | + <tt>fossil set mv-rm-files 1</tt> to enable it on each repository | |
| 44 | + where you want hard <tt>mv/rm</tt> behavior. | |
| 39 | 45 | |
| 40 | 46 | <a name='v2_6'></a> |
| 41 | 47 | <h2>Changes for Version 2.6 (2018-05-04)</h2> |
| 42 | 48 | |
| 43 | 49 | * Fix a bug that was causing crashes while trying to clone the TCL |
| 44 | 50 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -34,10 +34,16 @@ | |
| 34 | * Add the [./grep.md|grep] command. |
| 35 | * Update the built-in SQLite to version 3.25.1. |
| 36 | * Some code and interfaces are in place to support sending and |
| 37 | receiving email directly via SMTP, but this feature is not yet |
| 38 | complete or ready for production use. |
| 39 | |
| 40 | <a name='v2_6'></a> |
| 41 | <h2>Changes for Version 2.6 (2018-05-04)</h2> |
| 42 | |
| 43 | * Fix a bug that was causing crashes while trying to clone the TCL |
| 44 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -34,10 +34,16 @@ | |
| 34 | * Add the [./grep.md|grep] command. |
| 35 | * Update the built-in SQLite to version 3.25.1. |
| 36 | * Some code and interfaces are in place to support sending and |
| 37 | receiving email directly via SMTP, but this feature is not yet |
| 38 | complete or ready for production use. |
| 39 | * The `mv-rm-files` setting is now compiled into Fossil in the |
| 40 | default Fossil configuration; no longer must you say |
| 41 | <tt>./configure --with-legacy-mv-rm</tt> to make it available. The |
| 42 | setting remains disabled by default, however, so you must still say |
| 43 | <tt>fossil set mv-rm-files 1</tt> to enable it on each repository |
| 44 | where you want hard <tt>mv/rm</tt> behavior. |
| 45 | |
| 46 | <a name='v2_6'></a> |
| 47 | <h2>Changes for Version 2.6 (2018-05-04)</h2> |
| 48 | |
| 49 | * Fix a bug that was causing crashes while trying to clone the TCL |
| 50 |