|
1 |
| -2009.08.27, Version 0.1.7 |
| 1 | +2009.09.04, Version 0.1.8 |
| 2 | + |
| 3 | + * Feature: External modules |
| 4 | + |
| 5 | + * Feature: setTimeout() for node.tcp.Connection |
| 6 | + |
| 7 | + * Feature: add node.cwd(), node.fs.readdir(), node.fs.mkdir() |
| 8 | + |
| 9 | + * Bugfix: promise.wait() releasing out of order. |
| 10 | + |
| 11 | + * Bugfix: Asyncly do getaddrinfo() on Apple. |
| 12 | + |
| 13 | + * Disable useless evcom error messages. |
| 14 | + |
| 15 | + * Better stack traces. |
| 16 | + |
| 17 | + * Built natively on x64. |
| 18 | + |
| 19 | + * Upgrade v8 to 1.3.9 |
| 20 | + |
| 21 | +2009.08.27, Version 0.1.7, f7acef9acf8ba8433d697ad5ed99d2e857387e4b |
2 | 22 |
|
3 | 23 | * Feature: global 'process' object. Emits "exit".
|
4 | 24 |
|
5 | 25 | * Feature: promise.wait()
|
6 | 26 |
|
7 | 27 | * Feature: node.stdio
|
8 | 28 |
|
9 |
| - * Feature: EventEmitters emit "newListener" when listeners are added |
| 29 | + * Feature: EventEmitters emit "newListener" when listeners are |
| 30 | + added |
10 | 31 |
|
11 |
| - * API: Use flat object instead of array-of-arrays for HTTP headers. |
| 32 | + * API: Use flat object instead of array-of-arrays for HTTP |
| 33 | + headers. |
12 | 34 |
|
13 | 35 | * API: Remove buffered file object (node.File)
|
14 | 36 |
|
15 |
| - * API: require(), include() are synchronous. (Uses continuations.) |
| 37 | + * API: require(), include() are synchronous. (Uses |
| 38 | + continuations.) |
16 | 39 |
|
17 | 40 | * API: Deprecate onLoad and onExit.
|
18 | 41 |
|
|
113 | 136 |
|
114 | 137 | * Move EventEmitter.prototype.emit() completely into C++.
|
115 | 138 |
|
116 |
| - * Bugfix: Fix memory leak in event emitters. |
| 139 | + * Bugfix: Fix memory leak in event emitters. |
117 | 140 | http://groups.google.com/group/nodejs/browse_thread/thread/a8d1dfc2fd57a6d1
|
118 | 141 |
|
119 | 142 | * Bugfix: Had problems reading scripts with non-ascii characters.
|
|
122 | 145 |
|
123 | 146 | * Bugfix: Sockets not properly reattached if reconnected during
|
124 | 147 | disconnect event.
|
125 |
| - |
| 148 | + |
126 | 149 | * Bugfix: Server-side clients not attached between creation and
|
127 | 150 | on_connect.
|
128 | 151 |
|
|
139 | 162 | * Update documentation, use asciidoc.
|
140 | 163 |
|
141 | 164 | * EventEmitter and Promise interfaces. (Breaks previous API.)
|
142 |
| - |
| 165 | + |
143 | 166 | * Remove node.Process constructor in favor of node.createProcess
|
144 | 167 |
|
145 | 168 | * Add -m32 flags for compiling on x64 platforms.
|
146 | 169 | (Thanks to András Bártházi)
|
147 | 170 |
|
148 | 171 | * Upgrade v8 to 1.2.10 and libev to 3.6
|
149 |
| - |
| 172 | + |
150 | 173 | * Bugfix: Timer::RepeatSetter wasn't working.
|
151 | 174 |
|
152 |
| - * Bugfix: Spawning many processes in a loop |
| 175 | + * Bugfix: Spawning many processes in a loop |
153 | 176 | (reported by Felix Geisendörfer)
|
154 | 177 |
|
155 | 178 |
|
|
0 commit comments