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
|
||||
* Major performance improvements
|
||||
|
@ -5,7 +5,7 @@ namespace Ratchet;
|
||||
* The version of Ratchet being used
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = 'Ratchet/0.2b';
|
||||
const VERSION = 'Ratchet/0.2';
|
||||
|
||||
/**
|
||||
* A proxy object representing a connection to the application
|
||||
|
@ -3,7 +3,7 @@
|
||||
, "outdir": "reports/profile"
|
||||
|
||||
, "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"]
|
||||
|
Loading…
Reference in New Issue
Block a user