The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / node_version.h @ 8d9766a9

History | View | Annotate | Download (2.26 KB)

# Date Author Comment
8d9766a9 06/11/2012 11:19 AM isaacs

2012.06.11, Version 0.7.10 (unstable)

  • Roll V8 back to 3.9.24.31
  • build: x64 target should always pass -m64 (Robert Mustacchi)
  • add NODE_EXTERN to node::Start (Joel Brandt)
  • repl: Warn about running npm commands (isaacs)
  • slab_allocator: fix crash in dtor if V8 is dead (Ben Noordhuis)...
dc8b488b 05/29/2012 01:08 PM isaacs

Now working on 0.7.10

782277f1 05/28/2012 11:03 PM isaacs

2012.05.28, Version 0.7.9 (unstable)

  • Upgrade V8 to 3.11.1
  • Upgrade npm to 1.1.23
  • uv: rework reference counting scheme (Ben Noordhuis)
  • uv: add interface for joining external event loops (Bert Belder)
  • repl, readline: Handle Ctrl+Z and SIGCONT better (Nathan Rajlich)...
0fcb1246 04/18/2012 02:17 PM isaacs

Now working on 0.7.9

c2b47097 04/18/2012 12:37 PM isaacs

2012.04.18, Version 0.7.8, (unstable)

  • Upgrade V8 to 3.9.24.9
  • Upgrade OpenSSL to 1.0.0f
  • Upgrade npm to 1.1.18
  • Show licenses in Binary installers
  • Domains (isaacs)
  • readline: rename "end" to "close" (Nathan Rajlich)
  • tcp: make getsockname() return address family as string (Shigeki Ohtsu)...
8d3278b9 03/30/2012 02:54 PM isaacs

Now working on 0.7.8

5cda2542 03/29/2012 11:20 PM isaacs

2012.03.30, Version 0.7.7 (unstable)

  • Upgrade V8 to 3.9.24.7
  • Upgrade npm to 1.1.15
  • Handle Emoji characters properly (Erik Corry, Bert Belder)
  • readline: migrate ansi/vt100 logic from tty to readline (Nathan Rajlich)
  • readline: Fix multiline handling (Alex Kocharin)...
bda08bfa 03/13/2012 05:03 PM isaacs

Now working on 0.7.7

f06abda6 03/13/2012 04:02 PM isaacs

2012.03.13, Version 0.7.6 (unstable)

  • Upgrade v8 to 3.9.17
  • Upgrade npm to 1.1.8
    - Add support for os/cpu fields in package.json (Adam Blackburn)
    - Automatically node-gyp packages containing a binding.gyp
    - Fix failures unpacking in UNC shares
    - Never create un-listable directories...
f492baa6 02/23/2012 05:41 PM isaacs

Now working on 0.7.6

d384b8b0 02/23/2012 05:12 PM isaacs

2012.02.23, Version 0.7.5 (unstable)

  • startup speed improvements (Maciej Małecki)
  • crypto: add function getDiffieHellman() (Tomasz Buchert)
  • buffer: support decoding of URL-safe base64 (Ben Noordhuis)
  • Make QueryString.parse() even faster (Brian White)...
6a2cb6c5 02/15/2012 02:37 PM isaacs

Now working on 0.7.5

de21de92 02/14/2012 05:34 PM isaacs

2012.02.14, Version 0.7.4 (unstable)

  • Upgrade V8 to 3.9.5
  • Upgrade npm to 1.1.1
  • build: Detect host_arch better (Karl Skomski)
  • debugger: export `debug_port` to `process` (Fedor Indutny)
  • api docs: CSS bug fixes (isaacs)
  • build: use -fPIC for native addons on UNIX (Nathan Rajlich)...
e612143a 02/07/2012 07:44 PM isaacs

Now working on 0.7.4

99059aad 02/07/2012 06:42 PM isaacs

2012.02.07, Version 0.7.3 (unstable)

  • Upgrade V8 to 3.9.2
  • Revert support for isolates. (Ben Noordhuis)
  • cluster: Cleanup docs, event handling, and process.disconnect (Andreas Madsen)
  • gyp_addon: link with node.lib on Windows (Nathan Rajlich)
  • http: fix case where http-parser is freed twice (koichik)...
ec79acb3 02/01/2012 04:05 PM isaacs

working on 0.7.3 now

a3efcd20 02/01/2012 02:37 PM isaacs

2012.02.01, Version 0.7.2 (unstable)

  • Update V8 to 3.8.9
  • Support for sharing streams across Isolates (Igor Zinkovsky)
  • #2636 - Fix case where http_parsers are freed too early (koichik)
  • url: Support for IPv6 addresses in URLs (Łukasz Walukiewicz)...
77f2cb66 01/23/2012 08:27 PM isaacs

Now working on 0.7.2

a7435473 01/23/2012 08:26 PM isaacs

2012.01.23, Version 0.7.1 (unstable)

  • Update V8 to 3.8.8
  • Install node-waf by default (Fedor Indutny)
  • crypto: Add ability to turn off PKCS padding (Ingmar Runge)
  • v8: implement VirtualMemory class on SunOS (Ben Noordhuis)
  • Add cluster.setupMaster (Andreas Madsen)...
ff512634 01/22/2012 05:10 PM Maciej Małecki

version: bump `NODE_PATCH_VERSION`

Patch version hasn't been bumped correctly in
72cbb7492cb5956c8265b415bd6ff473b7b89f35.

72cbb749 01/16/2012 10:46 PM Ryan Dahl

Now working on v0.7.1-pre

9cc55dca 01/16/2012 10:00 PM Ryan Dahl

Bump version to v0.7.0

2445fb8b 11/26/2011 08:09 PM Ben Noordhuis

Fix double #define of NODE_VERSION_IS_RELEASE

cffd0bb6 11/25/2011 06:34 AM Bert Belder

Merge branch 'v0.6'

Conflicts:
Makefile
src/node_version.h
test/simple/test-http-response-no-headers.js

b159c6d6 11/25/2011 05:23 AM Bert Belder

Bump version to v0.6.3

61e796de 11/18/2011 06:22 PM Ben Noordhuis

Now working on v0.6.3

a4402f0b 11/18/2011 05:43 PM Ben Noordhuis

Bump version to v0.6.2

40cb3988 11/16/2011 04:38 PM Ryan Dahl

Working on v0.7.0

8082858e 11/11/2011 06:35 PM Ryan Dahl

Now working on v0.6.2

170f2add 11/11/2011 05:56 PM Ryan Dahl

Bump version to v0.6.1

9e00b7d3 11/05/2011 04:55 AM Ryan Dahl

Now working on v0.6.1

865b0778 11/05/2011 02:48 AM Ryan Dahl

Bump version to v0.6.0

9b808c2d 10/21/2011 10:16 PM Ryan Dahl

Now working on v0.5.11

220e61c1 10/21/2011 09:46 PM Ryan Dahl

Bump version to v0.5.10

24dabec0 10/10/2011 09:56 PM Ryan Dahl

now working on v0.5.10

3bd9b08f 10/10/2011 09:18 PM Ryan Dahl

Bump version to v0.5.9

8f23fd54 09/30/2011 07:49 PM Ryan Dahl

Now working on v0.5.9

7cc17a0c 09/30/2011 04:59 PM Ryan Dahl

Bump version to v0.5.8

dcd911e2 09/16/2011 09:38 PM Ryan Dahl

Now working on v0.5.8

55824116 09/16/2011 08:54 PM Ryan Dahl

Bump version to v0.5.7

0be4812c 09/09/2011 07:38 PM Bert Belder

Now working on v0.5.7

b49bec55 09/09/2011 06:29 PM Bert Belder

Bump version to 0.5.6

8342f31a 08/26/2011 07:27 PM Ben Noordhuis

Now working on 0.5.6

d2d53d4b 08/26/2011 05:24 PM Ben Noordhuis

Bump version to v0.5.5

5b58473b 08/12/2011 05:15 AM Ryan Dahl

Now working on v0.5.5

cfba1f59 08/12/2011 04:17 AM Ryan Dahl

Bump version to v0.5.4

a979ab9d 08/06/2011 06:12 AM Ryan Dahl

Improve gyp build - now works kind of

158bfab9 08/02/2011 04:08 AM Ryan Dahl

Now working on v0.5.4

4585330a 08/02/2011 03:17 AM Ryan Dahl

Bump version to v0.5.3

82905fa3 07/22/2011 02:51 PM Ryan Dahl

Now working on v0.5.3

08ffce1a 07/22/2011 06:55 AM Ryan Dahl

Bump version to v0.5.2

306af253 07/14/2011 07:56 PM Ryan Dahl

Now working on v0.5.2

f8bfa54d 07/14/2011 07:10 PM Ryan Dahl

Bump to v0.5.1

2dfed9f6 07/06/2011 01:13 AM Ryan Dahl

Now working on version v0.5.1

ae7ed848 07/05/2011 09:45 PM Ryan Dahl

Bump to v0.5.0

247d8801 03/14/2011 08:45 PM Ryan Dahl

Merge branch 'v0.4'

Conflicts:
src/node_version.h

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

39280e1b 03/03/2011 01:10 AM Ryan Dahl

Bump version to v0.4.2

e5a47222 02/19/2011 10:06 PM Ryan Dahl

Now working on v0.4.2

e8aef841 02/19/2011 09:45 PM Ryan Dahl

Bump version to v0.4.1

f11e7304 02/14/2011 05:27 PM Ryan Dahl

Working on v0.5.0

485ce139 02/14/2011 12:36 PM Ryan Dahl

Now working on v0.4.1

eb155ea6 02/10/2011 05:40 AM Ryan Dahl

Bump version to v0.4.0

30f24bb2 02/04/2011 10:54 PM Ryan Dahl

Now working on v0.4.0

9493b756 02/04/2011 10:35 PM Ryan Dahl

Bump version to v0.3.8

43d818a1 01/28/2011 04:09 PM Ryan Dahl

Fix version

97375c47 01/28/2011 12:11 AM Ryan Dahl

Now working on v0.3.8

d8579c6a 01/27/2011 11:07 PM Ryan Dahl

Bump version to v0.3.7

78929183 01/21/2011 09:26 PM Ryan Dahl

Now working on v0.3.7

bb3e7146 01/21/2011 09:18 PM Ryan Dahl

Bump version to v0.3.6

082a4b60 01/16/2011 06:28 PM Ryan Dahl

Now working on v0.3.6

b622bc63 01/16/2011 06:12 PM Ryan Dahl

Bump version to v0.3.5

318b1a0a 01/08/2011 07:19 PM Ryan Dahl

Now working on v0.3.5-pre

73f53e12 01/08/2011 06:46 PM Ryan Dahl

Bump version to v0.3.4

2b5b128c 01/02/2011 09:57 PM Ryan Dahl

Now working on v0.3.4-pre

57544ba1 01/02/2011 09:33 PM Ryan Dahl

Bump version to v0.3.3

a8f666eb 12/17/2010 01:10 PM Ryan Dahl

Now working on v0.3.3-pre

4bb914bd 12/17/2010 12:51 PM Ryan Dahl

Bump version to v0.3.2

c87b7b7c 11/17/2010 12:31 PM Ryan Dahl

Now working on v0.3.2-pre

ce9a54aa 11/16/2010 10:17 PM Ryan Dahl

Bump version to v0.3.1

bb85e775 10/23/2010 07:01 PM Ryan Dahl

Now working on v0.3.1

1582cfeb 10/23/2010 07:00 PM Ryan Dahl

bump version to 0.3.0

354150f4 09/19/2010 08:22 PM Ryan Dahl

Tag release versions in 'process.version'

9283e134 08/20/2010 04:53 AM Ryan Dahl

bump version

b14dd492 08/13/2010 12:02 PM Ryan Dahl

bump version

0b925d07 08/04/2010 03:04 PM Ryan Dahl

bump version

2a4568c8 07/26/2010 02:39 AM Ryan Dahl

bump version

8acea269 07/20/2010 03:41 PM Sam Shull

Add parenthesis to NODE_VERSION_AT_LEAST

0174ceb6 07/17/2010 12:50 AM Ryan Dahl

bump version

480164f9 07/13/2010 09:39 AM Paul Querna

Move node version to a single static header file.

Some compile time variables like the cflags and prefix have been moved to
the node_config.h.in, in the anticipation that they will be removed at
somepoint.