*** Version 1.4.0 (stable) - API 1.4.0 (stable) - 2012-06-29


* [mms] Add Horde_String::trimUtf8Bom().
 

*** Version 0.0.1 (alpha) - API 0.0.1 (alpha) - 2003-10-28


Initial release as a PEAR package
   

*** Version 0.0.2 (alpha) - API 0.0.2 (alpha) - 2006-05-08


Converted to package.xml 2.0 for pear.horde.org
   

*** Version 0.1.0 (beta) - API 0.1.0 (beta) - 2008-09-25


* Added magic PHP5 methods to the Variables class.
* Added array_merge_recursive_overwrite() to Horde_Array().
* Fixed a bug in Horde_Array::arraySort where auto-detecting the first key
failed.
* Added sorter functions for array keys.
* Removed use of array_unique().
* Cleaned up addParameter() in the Util class.
* Implemented a much more efficient, yet safer file wiping algorithm.
* Fixed Util::addParameter when it is passed a base URL that contains an
urlencoded ampersand.
* Added a parameter to Util::nocacheUrl() to not encode url.
* Added Util::getPathInfo().
* Signed parameters to go.php with an HMAC based on a new secret key
configuration value, to prevent using go.php as an open referrer.
* Made logout tokens only valid for a configurable length of time.
* Made it possible to use String.php without having any other files available.
* Use utf8_decode() in String::length() if possible.
* Always use preg_match() in String::regexMatch().
* Workaround for korean messages in a non-standard charset.
* Fixed String::substr() length calculations.
* Added multibyte-safe String::wordwrap() method.
* Added parameter to use wordwrap() for line folding.
* Use C as the portable locale (Bug #6194).
* Don't use utf8_encode/decode on very large strings if other options are
available. (Bug #6660)
* Fixed order of checks in String::convertCharset (Bug #6794).
   

*** Version 1.0.0alpha1 (alpha) - API 1.0.0 (alpha) - 2011-03-08


* First alpha release for Horde 4.
* Added Horde_String::rpos().
* Renamed Horde_Array::array_merge_recursive_overwrite() to
Horde_Array::replaceRecursive().
* Added Horde_String::common().
* Added Horde_Domhtml::.
* Removed Horde_Util::assertDriverConfig().
* Removed Horde_Util::bufferOutput().
* Removed Horde_Util::uriB64Encode() and Horde_Util::uriB64Decode().
* Removed Horde_Util::strftime2date() and Horde_Util::date2strftime().
* Removed Horde_Util::closeWindowJs() and Horde_Util::nocacheUrl().
* Added Horde_String::convertToUtf8().
* Added Horde_Util::abbreviate().
* Removed Horde_Array::combine() and Horde_Util::hmac().
   

*** Version 1.0.0beta1 (beta) - API 1.0.0 (beta) - 2011-03-16


* First beta release for Horde 4.
   

*** Version 1.0.0RC1 (beta) - API 1.0.0 (beta) - 2011-03-22


* First release candidate for Horde 4.
* [mms] Tweak loading HTML documents (encodings) in Horde_Domhtml.
* [mms] Added Horde_Domhtml#returnBody().
* [mms] Added Domhtml unit tests.
   

*** Version 1.0.0RC2 (beta) - API 1.0.0 (beta) - 2011-03-29


* Second release candidate for Horde 4.
* Fix parsing ISO-8859-15 data with Horde_Domhtml (Bug #9714).
   

*** Version 1.0.0 (stable) - API 1.0.0 (stable) - 2011-04-06


* First stable release for Horde 4.
   

*** Version 1.0.1 (stable) - API 1.0.0 (stable) - 2011-04-20


* [jan] Fix wrapping of several follow-up lines with existing line breaks.
* [jan] Fix creating temporary files with open_basedir restrictions.
   

*** Version 1.0.2 (stable) - API 1.0.0 (stable) - 2011-05-03


* [mms] In Horde_Variables, operate on a copy of the $_REQUEST variable.
   

*** Version 1.0.3 (stable) - API 1.0.0 (stable) - 2011-06-01


* [mms] Don't try to use dl() in PHP 5.3+.
   

*** Version 1.0.4 (stable) - API 1.0.0 (stable) - 2011-06-14


* [jan] Unescape escaped quotes when importing CSV data.
   

*** Version 1.0.5 (stable) - API 1.0.0 (stable) - 2011-07-27


* [jan] Fix removing too many backslashes with magic quotes enabled (Bug
#10149).
* [jan] Fix reading CSV data with PHP < 5.3.
   

*** Version 1.0.6 (stable) - API 1.0.0 (stable) - 2011-10-11


* [jan] Speed up Horde_String::substr() (Evert Pot, Request #8627).
   

*** Version 1.1.0 (stable) - API 1.1.0 (stable) - 2011-12-06


* [mms] Add Horde_String::validUtf8().
   

*** Version 1.2.0 (stable) - API 1.2.0 (stable) - 2012-01-17


* [mms] Add Horde_Variables#filter().
   

*** Version 1.3.0 (stable) - API 1.3.0 (stable) - 2012-03-20


* [jan] Implement ArrayAccess in Horde_Variables.
   

*** Version 1.3.1 (stable) - API 1.3.0 (stable) - 2012-05-29


* [mms] Fix Horde_String::validUtf8() to workaround PHP/PCRE bug where
segfault will occur on input strings > ~5000 characters
   

*** Version 1.4.0 (stable) - API 1.4.0 (stable) - 2012-06-29


* [mms] Add Horde_String::trimUtf8Bom().
   

