aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-08-09 08:12:02 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-08-09 08:12:02 +0200
commit057bc0b9320e1118940f61239fc21a5598beb124 (patch)
tree863e08497e68ddceee66895eff5785d91ebf7c79 /build.xml
parent6df5f60e4491900c04c84a9554ab897d5c8a3c21 (diff)
downloadsemanticscuttle-057bc0b9320e1118940f61239fc21a5598beb124.tar.gz
semanticscuttle-057bc0b9320e1118940f61239fc21a5598beb124.tar.bz2
prepare 0.98.3v0.98.3
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index 3136da3..e60e861 100644
--- a/build.xml
+++ b/build.xml
@@ -10,14 +10,13 @@
<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"/>