@@ -390,6 +390,23 @@ See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and curren
390390* [[ ` ee3ce2ed88 ` ] ( https://github.com/nodejs/io.js/commit/ee3ce2ed88 )] - ** tools** : install gdbinit from v8 to $PREFIX/share (Ali Ijaz Sheikh) [ #2123 ] ( https://github.com/nodejs/io.js/pull/2123 )
391391* [[ ` dd523c75da ` ] ( https://github.com/nodejs/io.js/commit/dd523c75da )] - ** win,node-gyp** : enable delay-load hook by default (Bert Belder) [ iojs/io.js #1433 ] ( https://github.com/iojs/io.js/pull/1433 )
392392
393+ ## 2015-07-09, Version 0.12.7 (Stable)
394+
395+ ### Commits
396+
397+ * [[ ` 0cf9f27703 ` ] ( https://github.com/nodejs/node/commit/0cf9f27703 )] - ** deps** : upgrade openssl sources to 1.0.1p [ #25654 ] ( https://github.com/joyent/node/pull/25654 )
398+ * [[ ` 8917e430b8 ` ] ( https://github.com/nodejs/node/commit/8917e430b8 )] - ** deps** : upgrade to npm 2.11.3 [ #25545 ] ( https://github.com/joyent/node/pull/25545 )
399+ * [[ ` 88a27a9621 ` ] ( https://github.com/nodejs/node/commit/88a27a9621 )] - ** V8** : cherry-pick JitCodeEvent patch from upstream (Ben Noordhuis) [ #25589 ] ( https://github.com/joyent/node/pull/25589 )
400+ * [[ ` 18d413d299 ` ] ( https://github.com/nodejs/node/commit/18d413d299 )] - ** win,msi** : create npm folder in AppData directory (Steven Rockarts) [ #8838 ] ( https://github.com/joyent/node/pull/8838 )
401+
402+ ## 2015-07-09, Version 0.10.40 (Maintenance)
403+
404+ ### Commits
405+
406+ * [[ ` 0cf9f27703 ` ] ( https://github.com/nodejs/node/commit/0cf9f27703 )] - ** openssl** : upgrade to 1.0.1p [ #25654 ] ( https://github.com/joyent/node/pull/25654 )
407+ * [[ ` 5a60e0d904 ` ] ( https://github.com/nodejs/node/commit/5a60e0d904 )] - ** V8** : back-port JitCodeEvent patch from upstream (Ben Noordhuis) [ #25588 ] ( https://github.com/joyent/node/pull/25588 )
408+ * [[ ` 18d413d299 ` ] ( https://github.com/nodejs/node/commit/18d413d299 )] - ** win,msi** : create npm folder in AppData directory (Steven Rockarts) [ #8838 ] ( https://github.com/joyent/node/pull/8838 )
409+
393410## 2015-07-04, Version 2.3.3, @Fishrock123
394411
395412### Notable changes
@@ -412,6 +429,16 @@ See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and curren
412429* [[ ` 0f09b8db28 ` ] ( https://github.com/nodejs/io.js/commit/0f09b8db28 )] - ** doc** : don't recommend domains for error handling (Benjamin Gruenbaum) [ #2056 ] ( https://github.com/nodejs/io.js/pull/2056 )
413430* [[ ` 9cd44bb2b6 ` ] ( https://github.com/nodejs/io.js/commit/9cd44bb2b6 )] - ** util** : prepend '(node) ' to deprecation messages (Sakthipriyan Vairamani) [ #1892 ] ( https://github.com/nodejs/io.js/pull/1892 )
414431
432+ ## 2015-07-03, Version 0.12.6 (Stable)
433+
434+ ### Notable changes
435+
436+ * ** deps** : Fixed an out-of-band write in utf8 decoder. ** This is an important security update** as it can be used to cause a denial of service attack.
437+
438+ ### Commits
439+
440+ * [[ ` 78b0e30954 ` ] ( https://github.com/nodejs/node/commit/78b0e30954 )] - ** deps** : fix out-of-band write in utf8 decoder (Fedor Indutny)
441+
415442## 2015-07-01, Version 2.3.2, @rvagg
416443
417444### Notable changes
@@ -541,6 +568,29 @@ See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and curren
541568* [[ ` 953b3e75e8 ` ] ( https://github.com/nodejs/io.js/commit/953b3e75e8 )] - ** win,node-gyp** : enable delay-load hook by default (Bert Belder) [ iojs/io.js #1433 ] ( https://github.com/iojs/io.js/pull/1433 )
542569* [[ ` 3806d875d3 ` ] ( https://github.com/nodejs/io.js/commit/3806d875d3 )] - ** zlib** : prevent uncaught exception in zlibBuffer (Michaël Zasso) [ #1811 ] ( https://github.com/nodejs/io.js/pull/1811 )
543570
571+ ## 2015-06-22, Version 0.12.5 (Stable)
572+
573+ ### Commits
574+
575+ * [[ ` 456c22f63f ` ] ( https://github.com/nodejs/node/commit/456c22f63f )] - ** openssl** : upgrade to 1.0.1o (Addressing multiple CVEs) [ #25523 ] ( https://github.com/joyent/node/pull/25523 )
576+ * [[ ` 20d8db1a42 ` ] ( https://github.com/nodejs/node/commit/20d8db1a42 )] - ** npm** : upgrade to 2.11.2 [ #25517 ] ( https://github.com/joyent/node/pull/25517 )
577+ * [[ ` 50f961596d ` ] ( https://github.com/nodejs/node/commit/50f961596d )] - ** uv** : upgrade to 1.6.1 [ #25475 ] ( https://github.com/joyent/node/pull/25475 )
578+ * [[ ` b81a643f9a ` ] ( https://github.com/nodejs/node/commit/b81a643f9a )] - ** V8** : avoid deadlock when profiling is active (Dmitri Melikyan) [ #25309 ] ( https://github.com/joyent/node/pull/25309 )
579+ * [[ ` 9d19dfbfdb ` ] ( https://github.com/nodejs/node/commit/9d19dfbfdb )] - ** install** : fix source path for openssl headers (Oguz Bastemur) [ #14089 ] ( https://github.com/joyent/node/pull/14089 )
580+ * [[ ` 4028669531 ` ] ( https://github.com/nodejs/node/commit/4028669531 )] - ** install** : make sure opensslconf.h is overwritten (Oguz Bastemur) [ #14089 ] ( https://github.com/joyent/node/pull/14089 )
581+ * [[ ` d38e865fce ` ] ( https://github.com/nodejs/node/commit/d38e865fce )] - ** timers** : fix timeout when added in timer's callback (Julien Gilli) [ #17203 ] ( https://github.com/joyent/node/pull/17203 )
582+ * [[ ` e7c84f82c7 ` ] ( https://github.com/nodejs/node/commit/e7c84f82c7 )] - ** windows** : broadcast WM_SETTINGCHANGE after install (Mathias Küsel) [ #25100 ] ( https://github.com/joyent/node/pull/25100 )
583+
584+ ## 2015-06-18, Version 0.10.39 (Maintenance)
585+
586+ ### Commits
587+
588+ * [[ ` 456c22f63f ` ] ( https://github.com/nodejs/node/commit/456c22f63f )] - ** openssl** : upgrade to 1.0.1o (Addressing multiple CVEs) [ #25523 ] ( https://github.com/joyent/node/pull/25523 )
589+ * [[ ` 9d19dfbfdb ` ] ( https://github.com/nodejs/node/commit/9d19dfbfdb )] - ** install** : fix source path for openssl headers (Oguz Bastemur) [ #14089 ] ( https://github.com/joyent/node/pull/14089 )
590+ * [[ ` 4028669531 ` ] ( https://github.com/nodejs/node/commit/4028669531 )] - ** install** : make sure opensslconf.h is overwritten (Oguz Bastemur) [ #14089 ] ( https://github.com/joyent/node/pull/14089 )
591+ * [[ ` d38e865fce ` ] ( https://github.com/nodejs/node/commit/d38e865fce )] - ** timers** : fix timeout when added in timer's callback (Julien Gilli) [ #17203 ] ( https://github.com/joyent/node/pull/17203 )
592+ * [[ ` e7c84f82c7 ` ] ( https://github.com/nodejs/node/commit/e7c84f82c7 )] - ** windows** : broadcast WM_SETTINGCHANGE after install (Mathias Küsel) [ #25100 ] ( https://github.com/joyent/node/pull/25100 )
593+
544594## 2015-06-13, Version 2.3.0, @rvagg
545595
546596### Notable changes
@@ -779,6 +829,14 @@ See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and curren
779829* [[ ` d144e96fbf ` ] ( https://github.com/nodejs/io.js/commit/d144e96fbf )] - ** win,node-gyp** : enable delay-load hook by default (Bert Belder) [ #1763 ] ( https://github.com/nodejs/io.js/pull/1763 )
780830* [[ ` 0d6d3dda95 ` ] ( https://github.com/nodejs/io.js/commit/0d6d3dda95 )] - ** win,node-gyp** : make delay-load hook C89 compliant (Sharat M R) [ TooTallNate/node-gyp #616 ] ( https://github.com/TooTallNate/node-gyp/pull/616 )
781831
832+ ## 2015-05-22, Version 0.12.4 (Stable)
833+
834+ ### Commits
835+
836+ * [[ ` 202c18bbc3 ` ] ( https://github.com/nodejs/node/commit/202c18bbc3 )] - ** npm** : upgrade to 2.10.1 [ #25364 ] ( https://github.com/joyent/node/pull/25364 )
837+ * [[ ` 6157697bd5 ` ] ( https://github.com/nodejs/node/commit/6157697bd5 )] - ** V8** : revert v8 Array.prototype.values() removal (cjihrig) [ #25328 ] ( https://github.com/joyent/node/pull/25328 )
838+ * [[ ` 3122052890 ` ] ( https://github.com/nodejs/node/commit/3122052890 )] - ** win** : bring back xp/2k3 support (Bert Belder) [ #25367 ] ( https://github.com/joyent/node/pull/25367 )
839+
782840## 2015-05-15, Version 2.0.2, @Fishrock123
783841
784842### Notable changes
@@ -828,6 +886,21 @@ See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and curren
828886* [[ ` f9dd34d301 ` ] ( https://github.com/nodejs/io.js/commit/f9dd34d301 )] - ** tools** : replace closure-linter with eslint (Yosuke Furukawa) [ #1539 ] ( https://github.com/nodejs/io.js/pull/1539 )
829887* [[ ` 64d3210c98 ` ] ( https://github.com/nodejs/io.js/commit/64d3210c98 )] - ** win,node-gyp** : enable delay-load hook by default (Bert Belder) [ #1667 ] ( https://github.com/nodejs/io.js/issues/1667 )
830888
889+ ## 2015-05-13, Version 0.12.3 (Stable)
890+
891+ ### Commits
892+
893+ * [[ ` 32166a90cf ` ] ( https://github.com/nodejs/node/commit/32166a90cf )] - ** V8** : update to 3.28.71.19 [ #18206 ] ( https://github.com/joyent/node/pull/18206 )
894+ * [[ ` 84f1ab6114 ` ] ( https://github.com/nodejs/node/commit/84f1ab6114 )] - ** uv** : upgrade to 1.5.0 [ #25141 ] ( https://github.com/joyent/node/pull/25141 )
895+ * [[ ` 03cfbd65fb ` ] ( https://github.com/nodejs/node/commit/03cfbd65fb )] - ** npm** : upgrade to 2.9.1 [ #25289 ] ( https://github.com/joyent/node/pull/25289 )
896+ * [[ ` 80cdae855f ` ] ( https://github.com/nodejs/node/commit/80cdae855f )] - ** V8** : don't busy loop in v8 cpu profiler thread (Mike Tunnicliffe) [ #25268 ] ( https://github.com/joyent/node/pull/25268 )
897+ * [[ ` 2a5f4bd7ce ` ] ( https://github.com/nodejs/node/commit/2a5f4bd7ce )] - ** V8** : fix issue with let bindings in for loops (adamk) [ #23948 ] ( https://github.com/joyent/node/pull/23948 )
898+ * [[ ` f0ef597e09 ` ] ( https://github.com/nodejs/node/commit/f0ef597e09 )] - ** debugger** : don't spawn child process in remote mode (Jackson Tian) [ #14172 ] ( https://github.com/joyent/node/pull/14172 )
899+ * [[ ` 0e392f3b68 ` ] ( https://github.com/nodejs/node/commit/0e392f3b68 )] - ** net** : do not set V4MAPPED on FreeBSD (Julien Gilli) [ #18204 ] ( https://github.com/joyent/node/pull/18204 )
900+ * [[ ` 101e103e3b ` ] ( https://github.com/nodejs/node/commit/101e103e3b )] - ** repl** : make 'Unexpected token' errors recoverable (Julien Gilli) [ #8875 ] ( https://github.com/joyent/node/pull/8875 )
901+ * [[ ` d5b32246fb ` ] ( https://github.com/nodejs/node/commit/d5b32246fb )] - ** src** : backport ignore ENOTCONN on shutdown race (Ben Noordhuis) [ #14480 ] ( https://github.com/joyent/node/pull/14480 )
902+ * [[ ` f99eaefe75 ` ] ( https://github.com/nodejs/node/commit/f99eaefe75 )] - ** src** : fix backport of SIGINT crash fix on FreeBSD (Julien Gilli) [ #14819 ] ( https://github.com/joyent/node/pull/14819 )
903+
831904## 2015-05-07, Version 2.0.1, @rvagg
832905
833906### Notable changes
@@ -1315,6 +1388,33 @@ will be removed at a later point. (Roman Reiss) [#1363](https://github.com/nodej
13151388* [[ ` 08acf1352c ` ] ( https://github.com/nodejs/io.js/commit/08acf1352c )] - ** win,node-gyp** : make delay-load hook optional (Bert Belder) [ #1266 ] ( https://github.com/nodejs/io.js/pull/1266 )
13161389* [[ ` 3d46fefe0c ` ] ( https://github.com/nodejs/io.js/commit/3d46fefe0c )] - ** win,node-gyp** : allow node.exe/iojs.exe to be renamed (Bert Belder) [ #1251 ] ( https://github.com/nodejs/io.js/pull/1251 )
13171390
1391+ ## 2015-03-31, Version 0.12.2 (Stable)
1392+
1393+ ### Commits
1394+
1395+ * [[ ` 7a37910f25 ` ] ( https://github.com/nodejs/node/commit/7a37910f25 )] - ** uv** : Upgrade to 1.4.2 [ #9179 ] ( https://github.com/joyent/node/pull/9179 )
1396+ * [[ ` 2704c62933 ` ] ( https://github.com/nodejs/node/commit/2704c62933 )] - ** npm** : Upgrade to 2.7.4 [ #14180 ] ( https://github.com/joyent/node/pull/14180 )
1397+ * [[ ` a103712a62 ` ] ( https://github.com/nodejs/node/commit/a103712a62 )] - ** V8** : do not add extra newline in log file (Julien Gilli)
1398+ * [[ ` 2fc5eeb3da ` ] ( https://github.com/nodejs/node/commit/2fc5eeb3da )] - ** V8** : Fix --max_old_space_size=4096 integer overflow (Andrei Sedoi) [ #9200 ] ( https://github.com/joyent/node/pull/9200 )
1399+ * [[ ` 605329d7f7 ` ] ( https://github.com/nodejs/node/commit/605329d7f7 )] - ** asyncwrap** : fix constructor condition for early ret (Trevor Norris) [ #9146 ] ( https://github.com/joyent/node/pull/9146 )
1400+ * [[ ` a33f23cbbc ` ] ( https://github.com/nodejs/node/commit/a33f23cbbc )] - ** buffer** : align chunks on 8-byte boundary (Fedor Indutny) [ #9375 ] ( https://github.com/joyent/node/pull/9375 )
1401+ * [[ ` a35ba2f67d ` ] ( https://github.com/nodejs/node/commit/a35ba2f67d )] - ** buffer** : fix pool offset adjustment (Trevor Norris)
1402+ * [[ ` c0766eb1a4 ` ] ( https://github.com/nodejs/node/commit/c0766eb1a4 )] - ** build** : fix use of strict aliasing (Trevor Norris) [ #9179 ] ( https://github.com/joyent/node/pull/9179 )
1403+ * [[ ` 6c3647c38d ` ] ( https://github.com/nodejs/node/commit/6c3647c38d )] - ** console** : allow Object.prototype fields as labels (Colin Ihrig) [ #9116 ] ( https://github.com/joyent/node/pull/9116 )
1404+ * [[ ` 4823afcbe2 ` ] ( https://github.com/nodejs/node/commit/4823afcbe2 )] - ** fs** : make F_OK/R_OK/W_OK/X_OK not writable (Jackson Tian) [ #9060 ] ( https://github.com/joyent/node/pull/9060 )
1405+ * [[ ` b3aa876f08 ` ] ( https://github.com/nodejs/node/commit/b3aa876f08 )] - ** fs** : properly handle fd passed to truncate() (Bruno Jouhier) [ #9161 ] ( https://github.com/joyent/node/pull/9161 )
1406+ * [[ ` d6484f3f7b ` ] ( https://github.com/nodejs/node/commit/d6484f3f7b )] - ** http** : fix assert on data/end after socket error (Fedor Indutny) [ #14087 ] ( https://github.com/joyent/node/pull/14087 )
1407+ * [[ ` 04b63e022a ` ] ( https://github.com/nodejs/node/commit/04b63e022a )] - ** lib** : fix max size check in Buffer constructor (Ben Noordhuis) [ #657 ] ( https://github.com/iojs/io.js/pull/657 )
1408+ * [[ ` 2411bea0df ` ] ( https://github.com/nodejs/node/commit/2411bea0df )] - ** lib** : fix stdio/ipc sync i/o regression (Ben Noordhuis) [ #9179 ] ( https://github.com/joyent/node/pull/9179 )
1409+ * [[ ` b8604fa480 ` ] ( https://github.com/nodejs/node/commit/b8604fa480 )] - ** module** : replace NativeModule.require (Herbert Vojčík) [ #9201 ] ( https://github.com/joyent/node/pull/9201 )
1410+ * [[ ` 1a2a4dac23 ` ] ( https://github.com/nodejs/node/commit/1a2a4dac23 )] - ** net** : allow port 0 in connect() (cjihrig) [ #9268 ] ( https://github.com/joyent/node/pull/9268 )
1411+ * [[ ` bada87bd66 ` ] ( https://github.com/nodejs/node/commit/bada87bd66 )] - ** net** : unref timer in parent sockets (Fedor Indutny) [ #891 ] ( https://github.com/iojs/io.js/pull/891 )
1412+ * [[ ` c66f8c21f0 ` ] ( https://github.com/nodejs/node/commit/c66f8c21f0 )] - ** path** : refactor for performance and consistency (Nathan Woltman) [ #9289 ] ( https://github.com/joyent/node/pull/9289 )
1413+ * [[ ` 9deade4322 ` ] ( https://github.com/nodejs/node/commit/9deade4322 )] - ** smalloc** : extend user API (Trevor Norris) [ #905 ] ( https://github.com/iojs/io.js/pull/905 )
1414+ * [[ ` 61fe1fe21b ` ] ( https://github.com/nodejs/node/commit/61fe1fe21b )] - ** src** : fix for SIGINT crash on FreeBSD (Fedor Indutny) [ #14184 ] ( https://github.com/joyent/node/pull/14184 )
1415+ * [[ ` b233131901 ` ] ( https://github.com/nodejs/node/commit/b233131901 )] - ** src** : fix builtin modules failing with --use-strict (Julien Gilli) [ #9237 ] ( https://github.com/joyent/node/pull/9237 )
1416+ * [[ ` 7e9d2f8de8 ` ] ( https://github.com/nodejs/node/commit/7e9d2f8de8 )] - ** watchdog** : fix timeout for early polling return (Saúl Ibarra Corretgé) [ #9410 ] ( https://github.com/joyent/node/pull/9410 )
1417+
13181418## 2015-03-23, Version 1.6.2, @rvagg
13191419
13201420### Notable changes
@@ -1354,6 +1454,18 @@ will be removed at a later point. (Roman Reiss) [#1363](https://github.com/nodej
13541454* [[ ` 849319a260 ` ] ( https://github.com/nodejs/io.js/commit/849319a260 )] - ** util** : Check input to util.inherits (Connor Peet) [ #1240 ] ( https://github.com/nodejs/io.js/pull/1240 )
13551455* [[ ` cf081a4712 ` ] ( https://github.com/nodejs/io.js/commit/cf081a4712 )] - ** vm** : fix crash on fatal error in debug context (Ben Noordhuis) [ #1229 ] ( https://github.com/nodejs/io.js/pull/1229 )
13561456
1457+ ## 2015-03-23, Version 0.12.1 (Stable)
1458+
1459+ ### Commits
1460+
1461+ * [[ ` 3b511a8ccd ` ] ( https://github.com/nodejs/node/commit/3b511a8ccd )] - ** openssl** : upgrade to 1.0.1m (Addressing multiple CVES)
1462+
1463+ ## 2015-03-23, Version 0.10.38 (Maintenance)
1464+
1465+ ### Commits
1466+
1467+ * [[ ` 3b511a8ccd ` ] ( https://github.com/nodejs/node/commit/3b511a8ccd )] - ** openssl** : upgrade to 1.0.1m (Addressing multiple CVES)
1468+
13571469## 2015-03-20, Version 1.6.1, @rvagg
13581470
13591471### Notable changes
@@ -1463,6 +1575,17 @@ will be removed at a later point. (Roman Reiss) [#1363](https://github.com/nodej
14631575* [[ ` 8431fc53f1 ` ] ( https://github.com/nodejs/io.js/commit/8431fc53f1 )] - ** tls_wrap** : proxy handle methods in prototype (Fedor Indutny) [ #1108 ] ( https://github.com/nodejs/io.js/pull/1108 )
14641576* [[ ` 8070b1ff99 ` ] ( https://github.com/nodejs/io.js/commit/8070b1ff99 )] - ** buffer** : Don't assign .parent if none exists (Trevor Norris) [ #1109 ] ( https://github.com/nodejs/io.js/pull/1109 )
14651577
1578+ ## 2015-03-11, Version 0.10.37 (Maintenance)
1579+
1580+ ### Commits
1581+
1582+ * [[ ` dcff5d565c ` ] ( https://github.com/nodejs/node/commit/dcff5d565c )] - uv: update to 0.10.36 (CVE-2015 -0278) [ #9274 ] ( https://github.com/joyent/node/pull/9274 )
1583+ * [[ ` f2a45caf2e ` ] ( https://github.com/nodejs/node/commit/f2a45caf2e )] - domains: fix stack clearing after error handled (Jonas Dohse) [ #9364 ] ( https://github.com/joyent/node/pull/9364 )
1584+ * [[ ` d01a900078 ` ] ( https://github.com/nodejs/node/commit/d01a900078 )] - buffer: reword Buffer.concat error message (Chris Dickinson) [ #8723 ] ( https://github.com/joyent/node/pull/8723 )
1585+ * [[ ` c8239c08d7 ` ] ( https://github.com/nodejs/node/commit/c8239c08d7 )] - console: allow Object.prototype fields as labels (Julien Gilli) [ #9215 ] ( https://github.com/joyent/node/pull/9215 )
1586+ * [[ ` 431eb172f9 ` ] ( https://github.com/nodejs/node/commit/431eb172f9 )] - V8: log version in profiler log file (Ben Noordhuis) [ #9043 ] ( https://github.com/joyent/node/pull/9043 )
1587+ * [[ ` 8bcd0a4c4a ` ] ( https://github.com/nodejs/node/commit/8bcd0a4c4a )] - http: fix performance regression for GET requests (Florin-Cristian Gavrila) [ #9026 ] ( https://github.com/joyent/node/pull/9026 )
1588+
14661589## 2015-03-09, Version 1.5.1, @rvagg
14671590
14681591### Notable changes
@@ -1895,6 +2018,12 @@ _Note: version **1.4.0** was tagged and built but not released. A libuv bug was
18952018* [[ ` 513724e ` ] ( https://github.com/nodejs/io.js/commit/513724efcc42ed150391915050fe60402f8dd48d )] - doc: add GPG fingerprint for chrisdickinson (Chris Dickinson)
18962019* [[ ` 4168198 ` ] ( https://github.com/nodejs/io.js/commit/41681983921d323da79b6d45e4ae0f8edb541e18 )] - doc: add TC meeting 2015-01-28 minutes (Rod Vagg)
18972020
2021+ ## 2015-02-06, Version 0.12.0 (Stable)
2022+
2023+ ### Commits
2024+
2025+ * [[ ` 087a7519ce ` ] ( https://github.com/nodejs/node/commit/087a7519ce )] - ** npm** : Upgrade to 2.5.1
2026+ * [[ ` 4312f8d760 ` ] ( https://github.com/nodejs/node/commit/4312f8d760 )] - ** mdb_v8** : update for v0.12 (Dave Pacheco)
18982027
18992028## 2015-02-03, Version 1.1.0, @chrisdickinson
19002029
@@ -1994,6 +2123,13 @@ _Note: version **1.4.0** was tagged and built but not released. A libuv bug was
19942123* [[ ` 50ac4b7 ` ] ( https://github.com/nodejs/io.js/commit/50ac4b7e2a823f92f0e102b804ec73f00eacb216 )] - Working on 1.0.5 (Rod Vagg)
19952124* [[ ` d1fc9c6 ` ] ( https://github.com/nodejs/io.js/commit/d1fc9c6caec68883401fe601d99f3a69fee52556 )] - 2015-01-24 io.js v1.0.4 Release (Rod Vagg)
19962125
2126+ ## 2015-01-26, Version 0.10.36 (Stable)
2127+
2128+ ### Commits
2129+
2130+ * [[ ` deef605085 ` ] ( https://github.com/nodejs/node/commit/deef605085 )] - ** openssl** : update to 1.0.1l
2131+ * [[ ` 45f1330425 ` ] ( https://github.com/nodejs/node/commit/45f1330425 )] - ** v8** : Fix debugger and strict mode regression (Julien Gilli)
2132+ * [[ ` 6ebd85e105 ` ] ( https://github.com/nodejs/node/commit/6ebd85e105 )] - ** v8** : don't busy loop in cpu profiler thread (Ben Noordhuis) [ #8789 ] ( https://github.com/joyent/node/pull/8789 )
19972133
19982134## 2015-01-24, Version 1.0.4, @rvagg
19992135
0 commit comments