Skip to content

Commit

Permalink
v0.4.1 changelog, child-process split, v0.4.* for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cboden committed Apr 13, 2014
1 parent ebf704e commit 17044db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
CHANGELOG
=========

### 0.4.1 (2014-04-13)

* Bug fix: [EventLoop] null timeout in StreamSelectLoop causing 100% CPU usage (@clue)
* Bug fix: [Socket] Check read buffer for data before shutdown signal and end emit (@ArtyDev)
* Bug fix: [DNS] Fixed PSR-4 autoload path (@marcj/WyriHaximus)
* Bug fix: v0.3.4 changes merged for v0.4.1

### 0.3.4 (2014-03-30)

* Bug fix: [Stream] Fixed 100% CPU spike from non-empty write buffer on closed stream
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ The recommended way to install react is [through composer](http://getcomposer.or
```JSON
{
"require": {
"react/react": "0.3.*"
"react/react": "0.4.*"
}
}
```
Expand Down
1 change: 1 addition & 0 deletions scripts/do-split.sh
Expand Up @@ -18,4 +18,5 @@ $GIT_SUBSPLIT publish "
src/Http:git@github.com:reactphp/http.git
src/HttpClient:git@github.com:reactphp/http-client.git
src/Dns:git@github.com:reactphp/dns.git
src/ChildProcess:git@github.com/reactphp/child-process.git
" --heads=master

0 comments on commit 17044db

Please sign in to comment.