From 057bc0b9320e1118940f61239fc21a5598beb124 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 9 Aug 2011 08:12:02 +0200 Subject: prepare 0.98.3 --- build.xml | 13 +++++++------ data/templates/default/about.tpl.php | 2 +- doc/ChangeLog | 8 ++++++++ doc/README.rst | 2 +- doc/UPGRADE.txt | 2 +- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index 3136da3..e60e861 100644 --- a/build.xml +++ b/build.xml @@ -10,14 +10,13 @@ - + @@ -47,6 +46,8 @@ + + diff --git a/data/templates/default/about.tpl.php b/data/templates/default/about.tpl.php index a9dae5c..bd9348c 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.2
  • +
  • SemanticScuttle v0.98.3
  • 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. -- cgit v1.2.3-54-g00ecf