diff options
author | Christian Weiske <cweiske@cweiske.de> | 2013-03-21 06:31:16 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2013-03-21 06:31:16 +0100 |
commit | f8b5ad1cadd1370420f5477c47545386865baf94 (patch) | |
tree | 07d5c6c24a665ee19a960e7b0d37b793aba91104 /doc | |
parent | 85e2ccd942fc67944c9324e71097f426abf75a01 (diff) | |
parent | 54b5726157c262df3d79e0f92bfacc6d13dfb47b (diff) | |
download | semanticscuttle-f8b5ad1cadd1370420f5477c47545386865baf94.tar.gz semanticscuttle-f8b5ad1cadd1370420f5477c47545386865baf94.tar.bz2 |
Merge branch '0.98'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 10 | ||||
-rw-r--r-- | doc/README.rst | 2 |
2 files changed, 11 insertions, 1 deletions
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. |