diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-08-08 07:30:59 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-08-08 07:30:59 +0200 |
commit | 08435a517af7f1ec73baed6d7387b1b9611e3379 (patch) | |
tree | b61fa15eb6a6e8d89e3c0a3868ef1004d3b55f1c /build.xml | |
parent | dd29ad13eb1c3dd11fa67c533f7538fb0932218b (diff) | |
download | semanticscuttle-08435a517af7f1ec73baed6d7387b1b9611e3379.tar.gz semanticscuttle-08435a517af7f1ec73baed6d7387b1b9611e3379.tar.bz2 |
prepare 0.98.2
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -10,13 +10,14 @@ <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" /> @@ -136,6 +137,14 @@ 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 |