Skip to content

Commit b65a11e

Browse files
committed
2015-01-16 io.js v1.0.2 Release
Notable changes: * Windows installer fixes * Bundled node-gyp fixes for Windows * http_parser v2.4.1 upgrade * libuv v1.2.1 upgrade
1 parent 265cb76 commit b65a11e

2 files changed

Lines changed: 34 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# io.js ChangeLog
22

3-
## 2015-01-14, Version 1.0.1
3+
## 2015-01-16, Version 1.0.2, @rvagg
4+
5+
### Notable changes
6+
7+
* Windows installer fixes
8+
* Bundled node-gyp fixes for Windows
9+
* http_parser v2.4.1 upgrade
10+
* libuv v1.2.1 upgrade
11+
12+
### Commits
13+
14+
* 265cb76 - build: add new installer config for OS X (Rod Vagg)
15+
* 8cf6079 - doc: update AUTHORS list (Rod Vagg)
16+
* c80a944 - doc: Add http keepalive behavior to CHANGELOG.md (Isaac Z. Schlueter)
17+
* 9b81c3e - doc: fix author attribution (Tom Hughes)
18+
* fd30eb2 - src: fix jslint errors (Yosuke Furukawa)
19+
* 946eabd - tools: update closure linter to 2.3.17 (Yosuke Furukawa)
20+
* 9e62ae4 - _debug_agent: use `readableObjectMode` option (Vladimir Kurchatkin)
21+
* eec4c81 - doc: fix formatting in LICENSE for RTF generation (Rod Vagg)
22+
* e789103 - doc: fix 404s for syntax highlighting js (Phil Hughes)
23+
* ca039b4 - src: define AI_V4MAPPED for OpenBSD (Aaron Bieber)
24+
* 753fcaa - doc: extend example of http.request by end event (Michal Tehnik)
25+
* 8440cac - src: fix documentation url in help message (Shigeki Ohtsu)
26+
* 24def66 - win,msi: warn that older io.js needs manual uninstall (Bert Belder)
27+
* 59d9361 - win,msi: change UpgradeCode (Bert Belder)
28+
* 5de334c - deps: make node-gyp work again on windows (Bert Belder)
29+
* 07bd05b - deps: update libuv to 1.2.1 (Saúl Ibarra Corretgé)
30+
* e177377 - doc: mention io.js alongside Node in Punycode docs (Mathias Bynens)
31+
* 598efcb - deps: update http_parser to 2.4.1 (Fedor Indutny)
32+
* 3dd7ebb - doc: update cluster entry in CHANGELOG (Ben Noordhuis)
33+
* 0c5de1f - doc: fix double smalloc example (Mathias Buus)
34+
35+
## 2015-01-14, Version 1.0.1, @rvagg
436

537
Rebuild due to stale build slave git reflogs for 1.0.0 release
638

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define NODE_MINOR_VERSION 0
66
#define NODE_PATCH_VERSION 2
77

8-
#define NODE_VERSION_IS_RELEASE 0
8+
#define NODE_VERSION_IS_RELEASE 1
99

1010
#ifndef NODE_STRINGIFY
1111
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)