K 10 svn:author V 2 tz K 8 svn:date V 27 2016-07-25T14:25:53.018080Z K 7 svn:log V 1188 www/rubygem-faye: Upgrade from 1.1.2 to 1.2.2 1.2.2 - 2016-07-18 - Mitigate the HTTPoxy vulnerability: https://httpoxy.org/ 1.2.1 - 2016-06-29 - Fix a missing variable error in NodeAdapter 1.2.0 - 2016-06-26 - Add client.subscribe().withChannel() to yield the message channel for wildcard subscriptions - Restructure the JavaScript codebase around Node modules (require/exports) rather than globals - Update the Promise shim to reflect the standard API, including catch() and all() - Support connecting to servers that use SNI in the Ruby client - Make the JavaScript client work inside React Native and Web Workers - Remove JSON2; you should import a JSON shim yourself if necessary - Handle errors that occur when a message is partially delivered via EventSource - Reject requests with invalid (non-array or -object) top-level JSON values - Make local client requests asynchronous to avoid re-entrant request handling errors - Remove Connection: Close from HTTP responses to allow use of keep-alive - Use XMLHttpRequest in preference to the ActiveX API in IE10 - Fix bug where flushing large message batches puts promises in an invalid state Approved by: pi (mentor) END