File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ ### 0.4.1 (2014-04-13)
5+
6+ * Bug fix: [ EventLoop] null timeout in StreamSelectLoop causing 100% CPU usage (@clue )
7+ * Bug fix: [ Socket] Check read buffer for data before shutdown signal and end emit (@ArtyDev )
8+ * Bug fix: [ DNS] Fixed PSR-4 autoload path (@marcj/WyriHaximus )
9+ * Bug fix: v0.3.4 changes merged for v0.4.1
10+
411### 0.3.4 (2014-03-30)
512
613 * Bug fix: [ Stream] Fixed 100% CPU spike from non-empty write buffer on closed stream
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The recommended way to install react is [through composer](http://getcomposer.or
1111``` JSON
1212{
1313 "require" : {
14- "react/react" : " 0.3 .*"
14+ "react/react" : " 0.4 .*"
1515 }
1616}
1717```
Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ $GIT_SUBSPLIT publish "
1818 src/Http:git@github.com:reactphp/http.git
1919 src/HttpClient:git@github.com:reactphp/http-client.git
2020 src/Dns:git@github.com:reactphp/dns.git
21+ src/ChildProcess:git@github.com/reactphp/child-process.git
2122" --heads=master
You can’t perform that action at this time.
0 commit comments