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>2009-12-21 19:03:17 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-12-21 19:03:17 (GMT)
commit86fc4060f9db84725be89577a625ffecebb78263 (patch)
tree9989b131786a5eb27a2f88e59dee453c252e2e14
parent7148f1a664963cbfc991fdc67774d27ac6f30bca (diff)
Bump v0.87.2HEADmaster
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7a280dc..7afc9d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+v0.87.2 2009-12-21
+* copy-to-journal dbus error #573
+* file descriptor leak in filestore.retrieve() #1550
+* range queries use lexical comparison, not numerical #1342
+* add and use type information for Xapian value-stored properties #1437
+
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
diff --git a/configure.ac b/configure.ac
index c5eab2f..0a482fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sugar-datastore],[0.87.1],[],[sugar-datastore])
+AC_INIT([sugar-datastore],[0.87.2],[],[sugar-datastore])
AC_PREREQ([2.59])