From 08435a517af7f1ec73baed6d7387b1b9611e3379 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 8 Aug 2011 07:30:59 +0200 Subject: prepare 0.98.2 --- build.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index ebbf6da..b52f60d 100644 --- a/build.xml +++ b/build.xml @@ -10,13 +10,14 @@ - + @@ -136,6 +137,14 @@ type="pear-config" from="@data_dir@" to="data_dir" /> + +- 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 #3375635: XML parsing problem in top.inc.php - Fix bug #3375428: Forgot to remove some old dojo files -- cgit v1.2.3 From fe7c4d4090aef132eadba490fa06744f5ac407d8 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 8 Aug 2011 07:31:47 +0200 Subject: fix xml --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index b52f60d..9a736e2 100644 --- a/build.xml +++ b/build.xml @@ -14,7 +14,7 @@ Date: Mon, 8 Aug 2011 07:41:16 +0200 Subject: add scripts to pear package --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 9a736e2..3136da3 100644 --- a/build.xml +++ b/build.xml @@ -97,6 +97,7 @@ www data doc + doc php test @@ -111,7 +112,6 @@ data/locales/messages.po data/locales/*/LC_MESSAGES/messages.po dist/** - scripts/** src/php-gettext/examples/** src/php-gettext/tests/** *.properties -- cgit v1.2.3