Fossil SCM
Update changelog to document [46675ed2].
Commit
2ec8327aa4ea85fcbee5f704b10fae8bfd6f75cc
Parent
46675ed219ff5e5…
1 file changed
+2
+2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -31,10 +31,12 @@ | ||
| 31 | 31 | * Added the "Blitz" skin option. |
| 32 | 32 | * Removed support for ".fossil-settings/keep-glob". The keep-glob should |
| 33 | 33 | not be a versioned setting. |
| 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 | + * 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]. | |
| 36 | 38 | |
| 37 | 39 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 38 | 40 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 39 | 41 | that the new repository is fully compatible with historical versions of |
| 40 | 42 | Fossil by having a valid manifest as RID 1. |
| 41 | 43 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -31,10 +31,12 @@ | |
| 31 | * Added the "Blitz" skin option. |
| 32 | * Removed support for ".fossil-settings/keep-glob". The keep-glob should |
| 33 | not be a versioned setting. |
| 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 | |
| 37 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 38 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 39 | that the new repository is fully compatible with historical versions of |
| 40 | Fossil by having a valid manifest as RID 1. |
| 41 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -31,10 +31,12 @@ | |
| 31 | * Added the "Blitz" skin option. |
| 32 | * Removed support for ".fossil-settings/keep-glob". The keep-glob should |
| 33 | not be a versioned setting. |
| 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 | |
| 39 | <h2>Changes for Version 1.32 (2015-03-14)</h2> |
| 40 | * When creating a new repository using [/help?cmd=init|fossil init], ensure |
| 41 | that the new repository is fully compatible with historical versions of |
| 42 | Fossil by having a valid manifest as RID 1. |
| 43 |