aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-08-08 07:46:45 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-08-08 07:46:45 +0200
commit4c9560cf67a97f99078d50475a6463037599e117 (patch)
tree2273ea1de358b629ecfa467ccd4cffbd3be8cd14 /build.xml
parent2a22f9d0a515ccae37359dd703ef0070f023084b (diff)
parent6df5f60e4491900c04c84a9554ab897d5c8a3c21 (diff)
downloadsemanticscuttle-4c9560cf67a97f99078d50475a6463037599e117.tar.gz
semanticscuttle-4c9560cf67a97f99078d50475a6463037599e117.tar.bz2
Merge branch '0.98'
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml21
1 files changed, 15 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index 27a7fe8..d7735c8 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />
@@ -108,6 +109,7 @@
<dirroles key="www">www</dirroles>
<dirroles key="data">data</dirroles>
<dirroles key="doc">doc</dirroles>
+ <dirroles key="scripts">doc</dirroles>
<dirroles key="src">php</dirroles>
<dirroles key="tests">test</dirroles>
@@ -122,7 +124,6 @@
<ignore>data/locales/messages.po</ignore>
<ignore>data/locales/*/LC_MESSAGES/messages.po</ignore>
<ignore>dist/**</ignore>
- <ignore>scripts/**</ignore>
<ignore>src/php-gettext/examples/**</ignore>
<ignore>src/php-gettext/tests/**</ignore>
<ignore>*.properties</ignore>
@@ -148,6 +149,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