]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
prepare 0.98.3 v0.98.3
authorChristian Weiske <cweiske@cweiske.de>
Tue, 9 Aug 2011 06:12:02 +0000 (08:12 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 9 Aug 2011 06:12:02 +0000 (08:12 +0200)
build.xml
data/templates/default/about.tpl.php
doc/ChangeLog
doc/README.rst
doc/UPGRADE.txt

index 3136da396b20dafdf375cc4f27a83e212410ec1c..e60e861e3cbc8faac6ad0e34ff93b5022f3d3500 100644 (file)
--- a/build.xml
+++ b/build.xml
   <property file="html.properties" />
 
   <property name="version-m"  value="0.98" />
-  <property name="version"    value="0.98.2" />
+  <property name="version"    value="0.98.3" />
   <property name="stability"  value="beta" />
   <property name="releasenotes" value="
-- Fix bug #3385724: Rename tag ends with XML Parsing Error
-- Fix bug #3386178: 'system:unfiled' secret tag does not work
-- Fix bug #3384416: Update documentation to explain HTTP/HTTPS root problem
-- Fix bug #3382126: Linked tags does not work for tags with spaces
-- Fix delicious API help page link
+- 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.
 " />
   <property name="zipfile"     value="${phing.project.name}-${version}.zip" />
   <property name="pkgfile"     value="${phing.project.name}-${version}.tgz" />
@@ -47,6 +46,8 @@
         <include name="doc/**"/>
         <include name="src/**"/>
         <include name="www/**"/>
+        <include name="scripts/avahi-export.php"/>
+        <include name="scripts/fix-unfiled-tags.php"/>
         <exclude name="**/.gitignore/"/>
         <exclude name="**/.svn/"/>
         <exclude name="data/config.php"/>
index a9dae5c48b42fc6dab0d341cd9ba4eb07ab5a772..bd9348c763e981a69c77fd254dcd398c88ad1eb7 100644 (file)
@@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']);
 
 
 <?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
-<li>SemanticScuttle v0.98.2</li>
+<li>SemanticScuttle v0.98.3</li>
 <?php endif ?>
 </ul>
 
index 81c2f6d822b7bd39d87fc23a2872ec7d2ad0fa15..942c65c13807fd30ec071e11a849504d096f90d5 100644 (file)
@@ -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
index 225f021f7f82f534b41c9119252594250fc2fcbf..a8ef83e9e76405a994c9c1a763d1d41ac7380924 100644 (file)
@@ -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.
index e4054315edfa399628b19c3ac2ca37f026d38c27..511748eeecbc82c966d412bf72852dceeb461bc1 100644 (file)
@@ -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.