X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=ChangeLog;h=e032f791eb9621144493e7d807d3bb3f353836aa;hp=d91166c02ca5acdb64babebdd2216d489beb5a18;hb=238968291ce5627e94dbc3928d377d09f6e9eeda;hpb=31d3cedaafa355e5682d55a3d7178b53aedfbaa0 diff --git a/ChangeLog b/ChangeLog index d91166c..e032f79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,21 @@ NB: All recent commits are available online. This file will not be updated further. See https://github.com/gggeek/phpxmlrpc/commits/master +2014-05-26 - G. Giunta (giunta.gaetano@gmail.com) -2014-02-3 - G. Giunta (giunta.gaetano@gmail.com) + * removed bundled phpunit + * converted all tabs to spaces in php files and removed closing tags + +2014-05-12 - Samu Voutilainen (smar@smar.fi) + + * removed obsolete xml.so open; dl() is deprecated and removed from 5.3.0 + * removed deprecated xmlEntities + * removed deprecated xmlrpc_backslash + * converted $GLOBALS to internal class. This makes testing much easier and should be more flexible regarding other projects + * changed verifyhost from 1 to 2. This makes modern php versions work properly. + * split off each class in its own file + +2014-02-03 - G. Giunta (giunta.gaetano@gmail.com) * bumped up requirements to php 5.1.0