Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-03-08 16:17:10 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-03-08 16:17:10 (GMT)
commitd7bd72f115037d6d39137245a49cdf3f6c20f7bd (patch)
tree48be59e599862fe99be1a259411194d526ebdd9c
parentf37d7c51f76cdd1bead1d936d6ec88d792a97765 (diff)
Bump v87.3v0.87.3
-rw-r--r--NEWS6
-rw-r--r--README5
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 4 deletions
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])