v0.2 references
This commit is contained in:
parent
c2eb87b78d
commit
eef375ddae
@ -8,7 +8,7 @@ CHANGELOG
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
* 0.2 (2012-07-TBD)
|
* 0.2 (2012-09-07)
|
||||||
|
|
||||||
* Ratchet passes every non-binary-frame test from the Autobahn Testsuite
|
* Ratchet passes every non-binary-frame test from the Autobahn Testsuite
|
||||||
* Major performance improvements
|
* Major performance improvements
|
||||||
|
@ -5,7 +5,7 @@ namespace Ratchet;
|
|||||||
* The version of Ratchet being used
|
* The version of Ratchet being used
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = 'Ratchet/0.2b';
|
const VERSION = 'Ratchet/0.2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A proxy object representing a connection to the application
|
* A proxy object representing a connection to the application
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
, "outdir": "reports/profile"
|
, "outdir": "reports/profile"
|
||||||
|
|
||||||
, "servers": [
|
, "servers": [
|
||||||
{"agent": "Ratchet-libevent/0.2b", "url": "ws://localhost:8000", "options": {"version": 18}}
|
{"agent": "Ratchet-libevent/0.2", "url": "ws://localhost:8000", "options": {"version": 18}}
|
||||||
]
|
]
|
||||||
|
|
||||||
, "cases": ["9.7.4"]
|
, "cases": ["9.7.4"]
|
||||||
|
Loading…
Reference in New Issue
Block a user