Fossil SCM
Update changelog.
Commit
af05fe23a36ee08bc0dce751de95a83c394c8fc3
Parent
cb420eabd0ca093…
1 file changed
+3
+3
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -34,10 +34,13 @@ | ||
| 34 | 34 | * Update the built-in SQLite to version 3.8.10.1. |
| 35 | 35 | * Made [/help?cmd=open|fossil open] honor ".fossil-settings/allow-symlinks". |
| 36 | 36 | * Allow [/help?cmd=add|fossil add] to be used on symlinks to nonexistent or |
| 37 | 37 | unreadable files in the same way as [/help?cmd=addremove|fossil addremove]. |
| 38 | 38 | * Added fork warning to be issued if sync produced a fork |
| 39 | + * Update the [/help?cmd=/info|info] page to report when a file becomes a | |
| 40 | + symlink. Additionally show the UUID for files whose types have changed | |
| 41 | + without changing contents or symlink target. | |
| 39 | 42 | |
| 40 | 43 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 41 | 44 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 42 | 45 | that the new repository is fully compatible with historical versions of |
| 43 | 46 | Fossil by having a valid manifest as RID 1. |
| 44 | 47 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -34,10 +34,13 @@ | |
| 34 | * Update the built-in SQLite to version 3.8.10.1. |
| 35 | * Made [/help?cmd=open|fossil open] honor ".fossil-settings/allow-symlinks". |
| 36 | * Allow [/help?cmd=add|fossil add] to be used on symlinks to nonexistent or |
| 37 | unreadable files in the same way as [/help?cmd=addremove|fossil addremove]. |
| 38 | * Added fork warning to be issued if sync produced a fork |
| 39 | |
| 40 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 41 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 42 | that the new repository is fully compatible with historical versions of |
| 43 | Fossil by having a valid manifest as RID 1. |
| 44 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -34,10 +34,13 @@ | |
| 34 | * Update the built-in SQLite to version 3.8.10.1. |
| 35 | * Made [/help?cmd=open|fossil open] honor ".fossil-settings/allow-symlinks". |
| 36 | * Allow [/help?cmd=add|fossil add] to be used on symlinks to nonexistent or |
| 37 | unreadable files in the same way as [/help?cmd=addremove|fossil addremove]. |
| 38 | * Added fork warning to be issued if sync produced a fork |
| 39 | * Update the [/help?cmd=/info|info] page to report when a file becomes a |
| 40 | symlink. Additionally show the UUID for files whose types have changed |
| 41 | without changing contents or symlink target. |
| 42 | |
| 43 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 44 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 45 | that the new repository is fully compatible with historical versions of |
| 46 | Fossil by having a valid manifest as RID 1. |
| 47 |