Matthew Fitzsimmons
831c8199f6
Nodejs.org design refresh.
2012-01-23 13:11:32 -08:00
isaacs
d18cebaf8a
2012.01.19, Version 0.6.8 (stable)
...
* Update V8 to 3.6.6.19
* Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny)
* Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie)
* path.extname bugfix with . and .. paths (Bert Belder)
* cluster: don't always kill the master on uncaughtException (Ben
* Noordhuis)
* Update npm to 1.1.0-2 (isaacs)
* typed arrays: set class name (Ben Noordhuis)
* zlib binding cleanup (isaacs, Bert Belder)
* dgram: use slab memory allocator (Michael Bernstein)
* fix segfault #2473
2012-01-19 18:29:43 -08:00
Guillermo Rauch
766f609838
website: Add "Api Docs" button next to "Download"
...
* Added Docs button and `button` class.
* Refactored download button style into `.button`
* Applied color overrides for download/docs buttons.
* Pointed docs link to latest available docs.
2012-01-12 14:24:40 -08:00
isaacs
d5a189acef
2012.01.06, Version 0.6.7 (stable)
...
* V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
* Upgrade V8 to 3.6.6.15
* Upgrade npm to 1.1.0-beta-10 (isaacs)
* many doc updates (Ben Noordhuis, Jeremy Martin, koichik, Dave Irvine,
Seong-Rak Choi, Shannen, Adam Malcontenti-Wilson, koichik)
* Fix segfault in node_http_parser.cc
* dgram, timers: fix memory leaks (Ben Noordhuis, Yoshihiro Kukuchi)
* repl: fix repl.start not passing the `ignoreUndefined` arg (Damon Oehlman)
* #1980 : Socket.pause null reference when called on a closed Stream (koichik)
* #2263 : XMLHttpRequest piped in a writable file stream hang (koichik)
* #2069 : http resource leak (koichik)
* buffer.readInt global pollution fix (Phil Sung)
* timers: fix performance regression (Ben Noordhuis)
* #2308 , #2246 : node swallows openssl error on request (koichik)
* #2114 : timers: remove _idleTimeout from item in .unenroll() (James Hartig)
* #2379 : debugger: Request backtrace w/o refs (Fedor Indutny)
* simple DTrace ustack helper (Dave Pacheco)
* crypto: rewrite HexDecode without snprintf (Roman Shtylman)
* crypto: don't ignore DH init errors (Ben Noordhuis)
2012-01-06 16:31:03 -08:00
Shannen
ef659192a1
docs: use "Level 1" HTML5 features
...
Since we're using an HTML doctype we might as well use "Level 1" HTML5 features.
See more: http://mathiasbynens.be/notes/html5-levels#level-1
Fixes #2386 .
2011-12-22 17:30:41 +09:00
Ryan Dahl
926365c9f8
add links to package manager on download page
2011-12-18 22:54:15 -08:00
isaacs
9a059ea69e
2011.12.14, Version 0.6.6 (stable)
...
* npm update to 1.1.0-beta-4 (Isaac Z. Schlueter)
* cli: fix output of --help (Ben Noordhuis)
* new website
* pause/resume semantics for stdin (Isaac Z. Schlueter)
* Travis CI integration (Maciej Małecki)
* child_process: Fix bug regarding closed stdin (Ben Noordhuis)
* Enable upgrades in MSI. (Igor Zinkovsky)
* net: Fixes memory leak (Ben Noordhuis)
* fs: handle fractional or NaN ReadStream buffer size (Ben Noordhuis)
* crypto: fix memory leaks in PBKDF2 error path (Ben Noordhuis)
2011-12-15 10:55:52 -08:00
isaacs
f490934c33
Properly support old IE DOM methods.
2011-12-14 14:17:16 -08:00
Ryan Dahl
1c3883bef2
Add changelog link to website
2011-12-14 11:11:55 -08:00
Ryan Dahl
6e76fc2866
make jobs the last nav
...
fixes display bug
2011-12-12 14:40:03 -08:00
Ryan Dahl
19a18add4e
better <br>s
2011-12-12 14:34:37 -08:00
Ryan Dahl
95b034e484
Reorder nav
2011-12-12 14:30:54 -08:00
isaacs
93188918ea
Website js/css tweaks
...
Remove jquery
Use HTML5 doctype
Simpler clearfix implementation
Close download dialog with <Esc> key
2011-12-12 14:28:49 -08:00
Ryan Dahl
e698dd38c3
website fixes
2011-12-12 09:58:23 -08:00
Ryan Dahl
5bbb4cadc3
new website
2011-12-12 09:12:42 -08:00
Ryan Dahl
6cc94db653
Bump version to v0.6.5
2011-12-04 00:10:23 -08:00
Ryan Dahl
46b6954acd
Add link to license file on website
2011-12-02 17:06:05 -08:00
Ben Noordhuis
9170077f13
Bump version to v0.6.4
2011-12-02 02:31:41 +01:00
Bert Belder
b159c6d62e
Bump version to v0.6.3
2011-11-25 11:23:28 +01:00
Ben Noordhuis
a4402f0b2e
Bump version to v0.6.2
2011-11-18 23:43:03 +01:00
Ryan Dahl
170f2addb2
Bump version to v0.6.1
2011-11-11 14:56:27 -08:00
Ryan Dahl
6a83df04b6
Update multi-core text on index.html
2011-11-07 10:43:48 -08:00
Ryan Dahl
a9366818a1
Remove v0.4 links from index.html
2011-11-07 10:41:01 -08:00
Ben Noordhuis
099c717baf
docs: fix copy/paste error, 0.6.0 is a stable release
2011-11-05 10:44:27 +01:00
Ryan Dahl
865b077819
Bump version to v0.6.0
2011-11-04 23:48:57 -07:00
Maciej Małecki
fc61134b1a
doc: fix links
...
Changes:
* 'http://github.com ' => 'https://github.com '
* 'https://github.com/ry/node ' => 'https://github.com/joyent/node '
* 'https://github.com/ry/http-parser ' =>
'https://github.com/joyent/http-parser '
* old issue links
* wiki link
2011-11-01 22:26:52 +01:00
Ben Noordhuis
1d94d4fa70
docs: fix home page link to API docs
2011-10-28 18:22:39 +02:00
koichik
7e2d799328
docs: fix typo
2011-10-22 14:02:35 +09:00
Ryan Dahl
220e61c1f6
Bump version to v0.5.10
2011-10-21 18:46:42 -07:00
Ryan Dahl
3bd9b08fb1
Bump version to v0.5.9
2011-10-10 18:18:56 -07:00
Ryan Dahl
7cc17a0cea
Bump version to v0.5.8
2011-09-30 13:59:44 -07:00
Ryan Dahl
558241166c
Bump version to v0.5.7
2011-09-16 17:54:20 -07:00
Ryan Dahl
8821eb24c2
Correct date
2011-09-09 20:18:40 -07:00
Bert Belder
b49bec5580
Bump version to 0.5.6
2011-09-10 00:29:35 +02:00
Ben Noordhuis
d2d53d4bb2
Bump version to v0.5.5
2011-08-26 23:24:18 +02:00
Ryan Dahl
a745d19ce7
Bump version to v0.4.11
2011-08-17 18:18:10 -07:00
Ryan Dahl
1b8dd65d6e
Bump version to v0.4.10
2011-07-19 23:51:42 -07:00
koichik
128d1bab2a
The Node.JS website should link to whichever ChangeLog will be updated soonest.
...
Fixes #1316 .
2011-07-14 02:00:57 +09:00
Ryan Dahl
b1c90a4e22
logo update
2011-07-11 08:30:37 -07:00
Ryan Dahl
de44eafd78
Bump to v0.4.9
2011-06-29 13:24:02 +02:00
Ryan Dahl
7dd22c26e4
Bump to v0.4.8
2011-05-20 19:40:06 -07:00
Ryan Dahl
63c0d71213
Changes for job bullets
2011-05-17 13:25:25 -07:00
Ryan Dahl
9a3dd754be
Add trademark stuff to homepage
2011-05-11 13:40:42 -07:00
Ryan Dahl
5ab3ea3955
Point changelog to correct branch
...
Fixes #1002 . Thanks cjavapro.
2011-05-06 16:05:04 -07:00
Ryan Dahl
c85455a954
bump version to v0.4.7
2011-04-22 17:06:25 -07:00
Ryan Dahl
3ce5e6fe5e
Use better ports on the home page
2011-04-22 16:01:34 -07:00
Ryan Dahl
cbdd92e184
Add community link on homepage
2011-04-16 13:55:03 -07:00
Ryan Dahl
58002d56bc
Bump to v0.4.6
2011-04-13 21:20:05 -07:00
George Stagas
21e3b668cb
Added favicon.ico
2011-04-02 02:35:23 -07:00
Ryan Dahl
787a343b58
Bump version to v0.4.5
2011-04-01 18:00:43 -07:00