Skip to content

Commit a73998d

Browse files
committed
bump version
1 parent 8489bdb commit a73998d

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

ChangeLog

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
1-
2009.08.13, Version 0.1.4
1+
2009.08.21, Version 0.1.5
2+
3+
* Bugfix: Buggy connections could crash node.js. Now check connection
4+
before sending data every time (Kevin van Zonneveld)
5+
6+
* Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig)
7+
8+
* API: Remove connnection.fullClose()
9+
10+
* API: Return the EventEmitter from addListener for chaining.
11+
12+
* API: tcp.Connection "disconnect" event renamed to "close"
13+
14+
* Upgrade evcom
15+
Upgrade v8 to 1.3.6
16+
17+
2009.08.13, Version 0.1.4, 0f888ed6de153f68c17005211d7e0f960a5e34f3
218

319
* Major refactor to evcom.
420

src/node.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace node {
1212

13-
#define NODE_VERSION "0.1.4"
13+
#define NODE_VERSION "0.1.5"
1414

1515
#define NODE_DEFINE_CONSTANT(target, constant) \
1616
(target)->Set(v8::String::NewSymbol(#constant), \

website/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NODE(1)
22
=======
33
Ryan Dahl <ry@tinyclouds.org>
4-
Version, 0.1.4, 2009.08.13
4+
Version, 0.1.5, 2009.08.21
55

66

77
== NAME

website/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ <h2 id="download">Download</h2>
155155
<a href="http://github.com/ry/node/tree/master">git repo</a>
156156
</p>
157157
<ul>
158+
<li>
159+
2009.08.21
160+
<a href="http://s3.amazonaws.com/four.livejournal/20090821/node-0.1.5.tar.gz">node-0.1.5.tar.gz</a>
161+
</li>
158162
<li>
159163
2009.08.13
160164
<a href="http://s3.amazonaws.com/four.livejournal/20090813/node-0.1.4.tar.gz">node-0.1.4.tar.gz</a>

0 commit comments

Comments
 (0)