Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-03-08 12:42:37 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-03-08 12:42:37 (GMT)
commit64fe91e95435fc314594939c74cdbf57e43a5050 (patch)
tree577a8c39cc4225299063884b0ce1017b890a50d4 /README
parent658c38552a359640c317018e98174ace6866ea16 (diff)
rebuild index on migration (#1787)
Currently we force an index rescan on migration, but not a rebuild. Any entry that's already in the index will _not_ be updated. This patch fixes the migration logic to do a full index rebuild, thus actually migrating the index. Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index ae5ec36..84da051 100644
--- a/README
+++ b/README
@@ -32,3 +32,11 @@ Storage format history
3 not-mainstream
test versioning support
+
+4 0.88, 0.86.2
+ version bump to force index rebuild that may have been missed during the
+ migration to version 2 (SL#1787)
+
+5 not-mainstream
+ test versioning support (version bump for SL#1787)
+