Skip to content

Commit 17044db

Browse files
committed
v0.4.1 changelog, child-process split, v0.4.* for readme
1 parent ebf704e commit 17044db

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

scripts/do-split.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)