# HG changeset patch # User Joerg Sonnenberger # Date 1588703133 -7200 # Node ID 3847dedd12d773fd1b809b50e618a75ea9907f88 # Parent 6e9c5aebe3d18540dea7a83980c6b08b4a519f49 changelog: adjust The changes only apply to newly created sqlite database. There are code pathes that drop existing ones, but that's a more complicated condition. diff -r 6e9c5aebe3d1 -r 3847dedd12d7 CHANGELOG --- a/CHANGELOG Sun May 03 20:59:34 2020 +0200 +++ b/CHANGELOG Tue May 05 20:25:33 2020 +0200 @@ -7,7 +7,7 @@ * compat: clean up old compatibility code * evolve: add {obsorigin}, a template keyword that works similarly to {obsfate}, but shows predecessors of a changeset - * evolve: fix permission of cache file using sqlite + * evolve: fix permission of new cache files using sqlite 9.3.1 -- 2020-04-08 -------------------