]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
prepare 0.98.2
authorChristian Weiske <cweiske@cweiske.de>
Mon, 8 Aug 2011 05:30:59 +0000 (07:30 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 8 Aug 2011 05:30:59 +0000 (07:30 +0200)
build.xml
data/templates/default/about.tpl.php
doc/ChangeLog
doc/README.rst

index ebbf6da93f463050039167bdf6dd9157901ca240..b52f60d075c3637020a797abd6ccaf9ad9551422 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.1" />
+  <property name="version"    value="0.98.2" />
   <property name="stability"  value="beta" />
   <property name="releasenotes" value="
-- Fix bug #3375635: XML parsing problem in top.inc.php
-- Fix bug #3375428: Forgot to remove some old dojo files
-- Fix bug #3160512: Make SemanticScuttle work with FastCGI
-- Fix bug #3376618: Broken tag completion for private bookmarks
+- 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
 " />
   <property name="zipfile"     value="${phing.project.name}-${version}.zip" />
   <property name="pkgfile"     value="${phing.project.name}-${version}.tgz" />
       type="pear-config" from="@data_dir@" to="data_dir"
       />
 
+     <changelog version="0.98.2" date="2011-08-08" license="GPL">
+- 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
+     </changelog>
+
      <changelog version="0.98.1" date="2011-08-01" license="GPL">
 - Fix bug #3375635: XML parsing problem in top.inc.php
 - Fix bug #3375428: Forgot to remove some old dojo files
index 73815707279a772fcc927c0e9e9680395308fdc5..a9dae5c48b42fc6dab0d341cd9ba4eb07ab5a772 100644 (file)
@@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']);
 
 
 <?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
-<li>SemanticScuttle v0.98.1</li>
+<li>SemanticScuttle v0.98.2</li>
 <?php endif ?>
 </ul>
 
index 714eae3b3029285168dbfc4fadbbc7f450a42f51..81c2f6d822b7bd39d87fc23a2872ec7d2ad0fa15 100644 (file)
@@ -3,7 +3,7 @@ ChangeLog for SemantiScuttle
 
 .. contents::
 
-0.98.2 - 2011-08-XX
+0.98.2 - 2011-08-08
 -------------------
 - Fix bug #3385724: Rename tag ends with XML Parsing Error
 - Fix bug #3386178: "system:unfiled" secret tag does not work
index 77024000fd2be8a719abd403ffd07e1def812492..225f021f7f82f534b41c9119252594250fc2fcbf 100644 (file)
@@ -1,6 +1,6 @@
-====================
-SemanticScuttle 0.98
-====================
+======================
+SemanticScuttle 0.98.2
+======================
 A social bookmarking tool experimenting with new features
 like structured tags or collaborative descriptions of tags.
 
@@ -46,7 +46,6 @@ Links
 - `suggestions`_ for SemanticScuttle
 - `bug reports`_
 - `feature requests`_
-- `patches`_
 
 __ http://semanticscuttle.wiki.sourceforge.net/
 __ http://sourceforge.net/forum/forum.php?forum_id=759510
@@ -54,7 +53,6 @@ __ https://sourceforge.net/mailarchive/forum.php?forum_name=semanticscuttle-deve
 .. _suggestions:  http://sourceforge.net/forum/forum.php?forum_id=759511
 .. _bug reports: http://sourceforge.net/tracker/?group_id=211356&atid=1017430
 .. _feature requests: https://sourceforge.net/tracker/?group_id=211356&atid=1017433
-.. _patches: https://sourceforge.net/tracker/?group_id=211356&atid=1017432