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-09-24 21:27:10 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-09-24 21:27:10 (GMT)
commit6790cbf040d09137a2fd3018179363c2cf972808 (patch)
tree0ac2f92136b70421397cd157c330e5535f6fdbd5
parent3c5d44fcc52e5ffdefa01c2edb00ce6f0ff90564 (diff)
Bump v0.86.0v0.86.0
-rw-r--r--NEWS8
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 26e08f5..380eef8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,8 @@
+v0.86.0 2009-09-21
+* fix 'error return without exception set' on ARM (#1404)
+* eliminate incorrect warning about unknown search terms (#1363)
+* Fix AUTHORS file
+* Add AM_MAINTAINER_MODE macro to configure.ac
+
v0.85.4 2009-09-17
-- Use basename for uploaded files by default in copy-to-journal script #1372
+* Use basename for uploaded files by default in copy-to-journal script #1372
diff --git a/configure.ac b/configure.ac
index 29c3eac..084d59e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sugar-datastore],[0.85.4],[],[sugar-datastore])
+AC_INIT([sugar-datastore],[0.86.0],[],[sugar-datastore])
AC_PREREQ([2.59])