-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release proposal: v1.6.2 #1235
Comments
+1 |
@rvagg do you plan on doing this today? I'd like to land #1219 ([email protected]) first if we are. |
2015-03-23, Version 1.6.2, @rvaggNotable changes
Known issues
Commits |
@Fishrock123 agreed, that's a fairly important upgrade for npm due to the shrinkwrap bug but I'm not going to hold my breath on @othiym23 being able to land it on a weekend, we can 1.6.3 in a few days. |
https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/366/ - rebooted the windows servers, those TIMEOUT errors coming on 2008 seem to disappear after Jenkins restarts |
@rvagg looks like we're getting new timeouts on https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/367/nodes=iojs-win2008r2/console :-( |
It seems that I can get rid of the TIMEOUTs on Windows 2008 if I both restart Jenkins and clear out the workspace directory (was up to ~5.5G but there's plenty of space left).] We have a clear run at https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/369/, moving on to a nightly for this. |
Well derp, Windows continues to frustrate. The nightly failed on one of the Windows boxes due to a Jenkins problem so I've cleaned out workspaces from both release machines and have requested a new nightly build which should go in over the top of the previous one: https://jenkins-iojs.nodesource.com/job/iojs+release+nightly/114/ landing @ https://iojs.org/download/nightly/v1.6.2-nightly20150323849319a260/ |
🔵 👈 closing in |
https://jenkins-iojs.nodesource.com/job/iojs+release+nightly/115/ third time lucky, we have successful nightlies finally. |
Release build @ https://jenkins-iojs.nodesource.com/job/iojs+release/48/ |
released @ https://iojs.org/dist/latest/ ARMv6 coming later ping @iojs/website and note that http://test.iojs.org/en/index.html has worked automagically (requires |
also @snostorm's new releases page is pretty neat: http://test.iojs.org/en/releases.html |
Site updated: nodejs/iojs.org@ee3d023...840f50c |
Thanks! @rvagg it is cool to see the build flow working on release to automatically update the site :) Good team work there. |
@rvagg That test.iojs.org link seems to be dead? |
@mscdex Requires |
A patch release, perhaps we can ship this tomorrow before any semver-minor commits land. I'm mainly excited about removing the bit about Windows in the Known Issues section of the release notes.
fe4434b77a
] - deps: upgrade v8 to 4.1.0.25 (Johan Bergström) #1224d8f383ba3f
] - doc: update AUTHORS list (Rod Vagg) #1234bc9c1a5a7b
] - doc: fix typo in CHANGELOG (Mathieu Darse) #123099c79f8d41
] - doc: call js function in null context (Ben Noordhuis) #112555abf34be5
] - doc: don't useusing namespace v8
(Ben Noordhuis) #1125c4e1b82120
] - doc: replace v8::Handle with v8::Local (Ben Noordhuis) #11252f1b78347c
] - doc: remove unnecessary v8::HandleScopes (Ben Noordhuis) #1125409d413363
] - doc: remove uses of v8::Isolate::GetCurrent() (Ben Noordhuis) #112533fea6ed5f
] - lib: don't penalize setInterval() common case (Ben Noordhuis) #122131da9758a0
] - lib: don't penalize setTimeout() common case (Ben Noordhuis) #12216fc5e95354
] - module: allow require('.') (Michaël Zasso) #11859ae1a61214
] - node: ensure that streams2 won't.end()
stdin (Fedor Indutny) #1233b64983d77c
] - src: reset signal handler to SIG_DFL on FreeBSD (Fedor Indutny) #12189705a34e96
] - test: move sequential/test-signal-unregister (Ben Noordhuis) #122710a9c00563
] - test: fix timing issue in signal test (Ben Noordhuis) #1227999fbe9d96
] - test: fix crypto-binary-default bad crypto check (Brendan Ashworth) #11412b3b2d392f
] - test: add setTimeout/setInterval multi-arg tests (Ben Noordhuis) #1221849319a260
] - util: Check input to util.inherits (Connor Peet) #1240cf081a4712
] - vm: fix crash on fatal error in debug context (Ben Noordhuis) #1229The text was updated successfully, but these errors were encountered: