From d7bd72f115037d6d39137245a49cdf3f6c20f7bd Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 08 Mar 2010 16:17:10 +0000 Subject: Bump v87.3 --- diff --git a/NEWS b/NEWS index 7afc9d0..9147386 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +v0.87.3 2010-03-08 +* rebuild index on migration #1787 + v0.87.2 2009-12-21 * copy-to-journal dbus error #573 * file descriptor leak in filestore.retrieve() #1550 @@ -8,6 +11,9 @@ v0.87.1 2009-12-01 * Make reading version file more robust (sayamindu) #1562 * Use gobject_timeout_add_seconds to make power usage more efficient (sayamindu) #1567 +v0.86.2 2010-03-08 +* rebuild index on migration #1787 + v0.86.1 2009-10-01 * Screenshot file is not deleted #1445 diff --git a/README b/README index 84da051..b29cebb 100644 --- a/README +++ b/README @@ -27,16 +27,15 @@ Storage format history 1 0.84.x Refactoring, start using indexes -2 0.86.x +2 0.86.0, 0.86.1 Add sorting by title and mtime 3 not-mainstream test versioning support -4 0.88, 0.86.2 +4 0.86.2, 0.88.x 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) - diff --git a/configure.ac b/configure.ac index 0a482fd..c8a3ca9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([sugar-datastore],[0.87.2],[],[sugar-datastore]) +AC_INIT([sugar-datastore],[0.87.3],[],[sugar-datastore]) AC_PREREQ([2.59]) -- cgit v0.9.1