diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-08-09 08:17:35 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-08-09 08:17:35 +0200 |
commit | efe5988df3eb4b4603c5e3b81d12819c3f667a5f (patch) | |
tree | 23d31c8ff1999c57e3d794cc2445ccba853d64ea /doc | |
parent | 062fe09d43b25db5f4790c5ac33ab7e2e9f3b68e (diff) | |
parent | 057bc0b9320e1118940f61239fc21a5598beb124 (diff) | |
download | semanticscuttle-efe5988df3eb4b4603c5e3b81d12819c3f667a5f.tar.gz semanticscuttle-efe5988df3eb4b4603c5e3b81d12819c3f667a5f.tar.bz2 |
Merge branch '0.98'
Conflicts:
build.xml
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 8 | ||||
-rw-r--r-- | doc/README.rst | 2 | ||||
-rw-r--r-- | doc/UPGRADE.txt | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 81c2f6d..942c65c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -3,6 +3,14 @@ ChangeLog for SemantiScuttle .. contents:: +0.98.3 - 2011-08-09 +------------------- +- Fix bug #3388456: Missing scripts/fix-unfiled-tags.php + +The script was only missing in the .zip file; the PEAR package +contained it - thus no 0.98.3 PEAR package. + + 0.98.2 - 2011-08-08 ------------------- - Fix bug #3385724: Rename tag ends with XML Parsing Error diff --git a/doc/README.rst b/doc/README.rst index 225f021..a8ef83e 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -1,5 +1,5 @@ ====================== -SemanticScuttle 0.98.2 +SemanticScuttle 0.98.3 ====================== A social bookmarking tool experimenting with new features like structured tags or collaborative descriptions of tags. diff --git a/doc/UPGRADE.txt b/doc/UPGRADE.txt index e405431..511748e 100644 --- a/doc/UPGRADE.txt +++ b/doc/UPGRADE.txt @@ -4,7 +4,7 @@ Upgrading SemanticScuttle from a previous version .. contents:: -From version 0.94-0.98.1 to 0.98.2 +From version 0.94-0.98.1 to 0.98.3 ================================== Run ``scripts/fix-unfiled-tags.php`` to fix old bookmarks that miss the ``system:unfiled`` tags. |