Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 380eef8..89e4d63 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v0.86.1 2009-10-01
+* Screenshot file is not deleted #1445
+
v0.86.0 2009-09-21
* fix 'error return without exception set' on ARM (#1404)
* eliminate incorrect warning about unknown search terms (#1363)
diff --git a/configure.ac b/configure.ac
index 084d59e..a003cfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sugar-datastore],[0.86.0],[],[sugar-datastore])
+AC_INIT([sugar-datastore],[0.86.1],[],[sugar-datastore])
AC_PREREQ([2.59])