summaryrefslogtreecommitdiffstats
path: root/docs/CHANGELOG
diff options
context:
space:
mode:
authorDominik George <nik@naturalnet.de>2012-04-15 23:18:44 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2012-04-15 23:31:17 -0400
commitb64649e720055496fb40d7e6b9dbe4d8246e230c (patch)
tree1538feaad668d10933f4a1c88392bd96af082935 /docs/CHANGELOG
parent4aa37feccc93b6c4508bd5774436d8ba69920b4a (diff)
downloadampache-b64649e720055496fb40d7e6b9dbe4d8246e230c.tar.gz
ampache-b64649e720055496fb40d7e6b9dbe4d8246e230c.tar.bz2
ampache-b64649e720055496fb40d7e6b9dbe4d8246e230c.zip
FS#225 - xml_from_array() produces runtime error
Newer versions of the PCRE library changed behaviour so we can't replace invalid characters by listing them, since it now requires that the characters in a pattern are valid Unicode characters. Use an inverted character class instead. Might work.
Diffstat (limited to 'docs/CHANGELOG')
-rwxr-xr-xdocs/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index d7158b70..8923937c 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -4,6 +4,8 @@
--------------------------------------------------------------------------
v.3.6-Alpha2
+ - Fixed XML cleanup to work with newer versions of libpcre
+ (patch by Natureshadow)
- Fixed ID3v2 disk number parsing
- Updated getID3 to 1.9.3
- Added php-gettext for fallback emulation when a locale (or gettext)