X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NEWS;h=bba59f7dc502d5c841c2f95f86e83c4cc4bfb9db;hb=a518f173b88b757ad83e694d088331fe5496d977;hp=7f2c26140ea3cf561324adbbcc14d4ba76e32765;hpb=5282cf295c80ee4acfdde505e7122d050e574596;p=plcapi.git diff --git a/NEWS b/NEWS index 7f2c261..bba59f7 100644 --- a/NEWS +++ b/NEWS @@ -41,9 +41,6 @@ PLEASE READ CAREFULLY THE NOTES BELOW to insure a smooth upgrade. * improved: the testsuite has basic checks for the debugger and demo files -* fixed: the debugger would fail sending a request with ISO-8859-1 payload (it missed the character set declaration). - It would have a hard time coping with ISO-8859-1 in other fields, such as e.g. the remote method name - * fixed: the server would fail to decode a request with ISO-8859-1 payload and character set declaration in the xml prolog only * fixed: the client would fail to decode a response with ISO-8859-1 payload and character set declaration in the xml prolog only @@ -52,6 +49,11 @@ PLEASE READ CAREFULLY THE NOTES BELOW to insure a smooth upgrade. * fixed: the client can now successfully call methods using ISO-8859-1 or UTF-8 characters in their name +* fixed: the debugger would fail sending a request with ISO-8859-1 payload (it missed the character set declaration). + It would have a hard time coping with ISO-8859-1 in other fields, such as e.g. the remote method name + +* improved: the debugger is displayed using UTF-8, making it more useful to debug any kind of service + * improved: echo all debug messages even when there are characters in them which php deems to be in a wrong encoding (this is visible e.g. in the debugger) @@ -60,6 +62,8 @@ PLEASE READ CAREFULLY THE NOTES BELOW to insure a smooth upgrade. - at debug level 1, curl communication info are not dumped to screen - at debug level 1, the tests echo payloads of failures; at debug level 2 all payloads +* improved: makefiles have been replaced with a php_based pakefile + XML-RPC for PHP version 3.0.0 - 2014/6/15