Browse Source

bump version

v0.7.4-release v0.1.5
Ryan 16 years ago
parent
commit
a73998d6f4
  1. 18
      ChangeLog
  2. 2
      src/node.h
  3. 2
      website/api.txt
  4. 4
      website/index.html

18
ChangeLog

@ -1,4 +1,20 @@
2009.08.13, Version 0.1.4 2009.08.21, Version 0.1.5
* Bugfix: Buggy connections could crash node.js. Now check connection
before sending data every time (Kevin van Zonneveld)
* Bugfix: stdin fd (0) being ignored by node.File. (Abe Fettig)
* API: Remove connnection.fullClose()
* API: Return the EventEmitter from addListener for chaining.
* API: tcp.Connection "disconnect" event renamed to "close"
* Upgrade evcom
Upgrade v8 to 1.3.6
2009.08.13, Version 0.1.4, 0f888ed6de153f68c17005211d7e0f960a5e34f3
* Major refactor to evcom. * Major refactor to evcom.

2
src/node.h

@ -10,7 +10,7 @@
namespace node { namespace node {
#define NODE_VERSION "0.1.4" #define NODE_VERSION "0.1.5"
#define NODE_DEFINE_CONSTANT(target, constant) \ #define NODE_DEFINE_CONSTANT(target, constant) \
(target)->Set(v8::String::NewSymbol(#constant), \ (target)->Set(v8::String::NewSymbol(#constant), \

2
website/api.txt

@ -1,7 +1,7 @@
NODE(1) NODE(1)
======= =======
Ryan Dahl <ry@tinyclouds.org> Ryan Dahl <ry@tinyclouds.org>
Version, 0.1.4, 2009.08.13 Version, 0.1.5, 2009.08.21
== NAME == NAME

4
website/index.html

@ -155,6 +155,10 @@ Server running at http://127.0.0.1:8000/</pre>
<a href="http://github.com/ry/node/tree/master">git repo</a> <a href="http://github.com/ry/node/tree/master">git repo</a>
</p> </p>
<ul> <ul>
<li>
2009.08.21
<a href="http://s3.amazonaws.com/four.livejournal/20090821/node-0.1.5.tar.gz">node-0.1.5.tar.gz</a>
</li>
<li> <li>
2009.08.13 2009.08.13
<a href="http://s3.amazonaws.com/four.livejournal/20090813/node-0.1.4.tar.gz">node-0.1.4.tar.gz</a> <a href="http://s3.amazonaws.com/four.livejournal/20090813/node-0.1.4.tar.gz">node-0.1.4.tar.gz</a>

Loading…
Cancel
Save