diff --git a/build.xml b/build.xml
index 11d52d8..a173a66 100644
--- a/build.xml
+++ b/build.xml
@@ -10,27 +10,15 @@
-
+
@@ -173,6 +161,15 @@
type="pear-config" from="@data_dir@" to="data_dir"
/>
+
+- Fix bug #109: preserve privacy setting from Delicious export files
+ (Thanks to David Glenck)
+- Fix bug #110: Document solution for "searching slashes"
+- Fix bug #111: Comments in config.php mention *.inc.php files
+ (José María Mateos [rinze])
+- Fix bug: Do not use eregi functions anymore
+
+
- Fix bug #3439729: URLs were escaped too often in bookmark list
- Fix bug: Subtitle was not escaped
diff --git a/data/templates/default/about.tpl.php b/data/templates/default/about.tpl.php
index d850783..843a31f 100644
--- a/data/templates/default/about.tpl.php
+++ b/data/templates/default/about.tpl.php
@@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']);
isAdmin()): ?>
-SemanticScuttle v0.98.4
+SemanticScuttle v0.98.5
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 1711127..ff60527 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -3,6 +3,16 @@ ChangeLog for SemantiScuttle
.. contents::
+0.98.5 - 2013-03-20
+-------------------
+- Fix bug #109: preserve privacy setting from Delicious export files
+ (Thanks to David Glenck)
+- Fix bug #110: Document solution for "searching slashes"
+- Fix bug #111: Comments in config.php mention \*.inc.php files
+ (José María Mateos [rinze])
+- Fix bug: Do not use eregi functions anymore
+
+
0.98.4 - 2012-01-21
-------------------
- Fix bug #3439729: URLs were escaped too often in bookmark list
diff --git a/doc/README.rst b/doc/README.rst
index caf6b75..ed41a38 100644
--- a/doc/README.rst
+++ b/doc/README.rst
@@ -1,5 +1,5 @@
======================
-SemanticScuttle 0.98.4
+SemanticScuttle 0.98.5
======================
A social bookmarking tool experimenting with new features
like structured tags or collaborative descriptions of tags.