Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 61c8014

Browse files
committed
bump version
1 parent d7efb0f commit 61c8014

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ Arlo Breault <arlolra@gmail.com>
5858
Kris Kowal <kris.kowal@cixar.com>
5959
Jacek Becela <jacek.becela@gmail.com>
6060
Rob Ellis <kazoomer@gmail.com>
61+
Tim-Smart <timehAndGod@gmail.com>

ChangeLog

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
2010.03.05, Version 0.1.31
1+
2010.03.12, Version 0.1.32
2+
3+
* Optimize event emitter for single listener
4+
5+
* Add process.evalcx, require.registerExtension (Tim Smart)
6+
7+
* Replace --cflags with --vars
8+
9+
* Fix bugs in fs.create*Stream (Felix Geisendörfer)
10+
11+
* Deprecate process.mixin, process.unloop
12+
13+
* Remove the 'Error: (no message)' exceptions, print stack
14+
trace instead
15+
16+
* INI parser bug fixes (Isaac Schlueter)
17+
18+
* FreeBSD fixes (Vanilla Hsu)
19+
20+
* Upgrade to V8 2.1.3, WAF 1.5.14a, libev
21+
22+
23+
2010.03.05, Version 0.1.31, 39b63dfe1737d46a8c8818c92773ef181fd174b3
224

325
* API: - Move process.watchFile into fs module
426
- Move process.inherits to sys

doc/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.31, 2010.03.05
4+
Version, 0.1.32, 2010.03.12
55

66

77
== NAME

doc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ <h2 id="download">Download</h2>
9696
<a href="http://github.com/ry/node/tree/master">git repo</a>
9797
</p>
9898
<p>
99-
2010.03.05
100-
<a href="http://nodejs.org/dist/node-v0.1.31.tar.gz">node-v0.1.31.tar.gz</a>
99+
2010.03.12
100+
<a href="http://nodejs.org/dist/node-v0.1.32.tar.gz">node-v0.1.32.tar.gz</a>
101101
</p>
102102

103103
<h2 id="build">Build</h2>

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
77
from logging import fatal
88

99
cwd = os.getcwd()
10-
VERSION="0.1.31"
10+
VERSION="0.1.32"
1111
APPNAME="node.js"
1212

1313
import js2c

0 commit comments

Comments
 (0)