Mercurial > evolve
diff CHANGELOG @ 4034:215235c734e7 stable
obshashrange: force obshashrange invalidation by bumping schema
The fix in 8.1.1 deserve recomputing the obs hash range cache. So we bump its
schema version to declare the older cache invalid. The other caches, including
the expensive stablerange are unaffected.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 28 Aug 2018 20:00:46 +0200 |
parents | e8ce05aa9138 |
children | f1cde4c97806 |
line wrap: on
line diff
--- a/CHANGELOG Tue Aug 28 10:24:18 2018 +0200 +++ b/CHANGELOG Tue Aug 28 20:00:46 2018 +0200 @@ -5,6 +5,8 @@ ------------------- * obshashrange: improved robusness of the cache under heavy load + * obshashrange: force recomputation of the final obshash related cache + (to make sure people benefit from the 8.1.1 fixes) 8.1.1 -- 2018-08-21 -------------------