]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
prepare release of 0.98.5 v0.98.5
authorChristian Weiske <cweiske@cweiske.de>
Wed, 20 Mar 2013 17:06:15 +0000 (18:06 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 20 Mar 2013 17:06:15 +0000 (18:06 +0100)
build.xml
data/templates/default/about.tpl.php
doc/ChangeLog
doc/README.rst

index 431fdbfb094e149091881395e40ed20ca3e547b9..828515f193743f762f3a6e6ccc07d70f44537d1b 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.4" />
+  <property name="version"    value="0.98.5" />
   <property name="stability"  value="beta" />
   <property name="releasenotes" value="
-- Fix bug #3439729: URLs were escaped too often in bookmark list
-- Fix bug: Subtitle was not escaped
-- Fix bug #3388219: Incorrect URL when cancelling tag2tag-actions
-- Fix bug #3393951: Logo images missing on bookmark page
-- Fix bug #3399815: PHP error in opensearch API in 0.98.3
-- Fix bug #3407728: Can't delete users from admin page
-- Fix bug #3431742: open_basedir problems with /etc/ config files
-- Fix bug #3436624: Wrong URL for Delicious API when importing
-- Fix bug #3463481: RSS feed show warnings in feedvalidator.org
-- Fix bug #3384416: Use URL with protocol in bookmarklet
-- Fix bug: Invalid HTML when website thumbnails are activated
-- Fix bug #3413459: Thumbnails not in one line
-- Fix bug #3468293: Delicious import does not preserve private links
-- Fix bug #3396727: Title of http://lesscss.org/ not loaded
-- Fix bug #3111254: getIdFromUser() always returns an integer now (part 2)
-- Implement request #3403609: fr_CA translation update
-- Implement patch #3476011: PostgreSQL tables can not be initialized
-  (Frédéric Fauberteau [triaxx])
+- Fix bug #109: preserve privacy setting from Delicious export files
+  (Thanks to David Glenck)
+- Fix bug #110: Document solution for &quot;searching slashes&quot;
+- Fix bug #111: Comments in config.php mention *.inc.php files
+  (José María Mateos [rinze])
+- Fix bug: Do not use eregi functions anymore
 " />
   <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.5" date="2013-03-20" license="GPL">
+- 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
+     </changelog>
+
      <changelog version="0.98.4" date="2012-01-21" license="GPL">
 - Fix bug #3439729: URLs were escaped too often in bookmark list
 - Fix bug: Subtitle was not escaped
index d85078381afe186eeffce7d52cddf1345f17907a..843a31f54dca00f8c51cb0a6d0d931133596741d 100644 (file)
@@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']);
 
 
 <?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
-<li>SemanticScuttle v0.98.4</li>
+<li>SemanticScuttle v0.98.5</li>
 <?php endif ?>
 </ul>
 
index 17111276048b87eb77cf961c9fb879807b0519aa..ff60527d7c2d11603942aa7420b26ec7c2d1a80e 100644 (file)
@@ -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
index caf6b75ed4bbdb8340e8df8162abb1477aa628d9..ed41a386cebd264113437128e234309cb01fafc1 100644 (file)
@@ -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.