-
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.1 #1212
Comments
|
2015-03-20, Version 1.6.1, @rvaggNotable changes
Known issues
Commits |
ptal at the above changelog entry @Fishrock123, @mscdex, @cjihrig. |
LGTM |
For the path issue, the reported problem was |
My edit:
Might as well not mention the stringifyPrimitive silliness in there, or we'll have to add a few more sentences. Besides, it was definitely subtly broken all along. |
thanks @Fishrock123 & @cjihrig, fixed |
CI happy, going straight to release |
release build @ https://jenkins-iojs.nodesource.com/job/iojs+release/47/ |
done and released @ https://iojs.org/dist/latest/ ping @iojs/website |
Website updated: nodejs/iojs.org@0837801 |
Changelog.md updates are missing for 1.6.0 and 1.6.1. |
Huh? They seem to be there: https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md |
..they at least were missing from my local repo, which wasn't properly updated 😞. Sorry for the noise. |
Sorry to bother anyone with a ridiculous question but... will there be armv6l builds for this release? Also, wonderful work, everyone. Thanks so much for it. |
@gopat I suspect the armv6 1.6.1 builds should be up today sometime. They take considerably longer to build. |
1.6.0 arm builds should be ready according to #1157 (comment), but it appears @chrisdickinson didn't release them yet :) |
@Fishrock123 You're right, from your comment ("considerably longer") i just remembered they build on rasppis themselves (don't know how i could've forgotten). @silverwind Oops, didn't see that comment (when i knew of 1.6.1, my focus switched here), that would have taken the worries out of my head. Take all the time you need and more, people, and again, thanks! |
There may be an issue – while promoting the linux arm builds for v1.6.0 I accidentally continued on to v1.6.1, resulting in a "partial" promotion, where the SHASHUMS256.txt and the linux arm tarball were uploaded, but because I couldn't sign the release the rest of the files (including SHASHUMS256.txt.{asc,gpg}) were not updated. At the very least I'll probably need @rvagg's help to get the appropriate SHASHUMS256.txt{,.gpg,.asc} uploaded. Sorry all. |
all sorted, arm builds and signed shasums should be in place for both 1.6.0 and 1.6.1, sorry for the delay and confusion folks |
I should reinforce though--armv6 builds are slower, tho using ccach makes them faster than if you were to do them from scratch yourself, so you just need to expect delay in promoting them, some times there's a personnel delay, as in this case, but usually they should be there between 1 and 24 hours after a release. |
Primarily to get #1208 sorted.
@iojs/collaborators please don't merge any semver-minor changes to v1.x until we get this out, it'll just make it more complicated.
/cc @mscdex
3b9eab9779
] - build: make check aliases test (Johan Bergström) #12114c731042d4
] - configure: use cc and c++ as defaults on os x (Ben Noordhuis) #12108de78e470d
] - path: reduce type checking on some methods (cjihrig) #1216c9aec2b716
] - querystring: fix broken stringifyPrimitive (Jeremiah Senkpiel) #1213a89f5c2156
] - querystring: parse numbers correctly (Jeremiah Senkpiel) #12132034137385
] - smalloc: don't mix malloc() and new char[] (Ben Noordhuis) #1205The text was updated successfully, but these errors were encountered: