Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-pgp@silbe.org>2010-09-18 13:24:18 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2010-09-18 13:24:18 (GMT)
commit37c62d446c90deb8ac789f8fad356d4829bd8d60 (patch)
tree533144afbdcf8dec42f5279dab1156cfbeec37fa
parentb8610f05fc2b716b207b6011af5797d3ea3a11c0 (diff)
parent45790db8ae28d71aebca49b9e5734fd0f7d9974d (diff)
Merge commit 'refs/top-bases/t/migration-rebuild-index' into t/migration-rebuild-index
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f5a9eb6..3ce3812 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+v0.89.4 2010-09-11
+* metadata-only update sets filesize property to 0 #2229
+* commit 3644fac reintroduced race condition, broke test suite #2104
+* autogen.sh: pass --enable-maintainer-mode to configure
+
v0.89.3 2010-08-24
* New metadata fields, creation_time and filesize to support sorting
in the Journal #1915
diff --git a/configure.ac b/configure.ac
index 5eb3d9a..b50b88d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sugar-datastore],[0.89.3],[],[sugar-datastore])
+AC_INIT([sugar-datastore],[0.89.4],[],[sugar-datastore])
AC_PREREQ([2.59])