-
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.8.2 #1703
Comments
I'm going to punt on engaging with this thread until at least the weekend, I have too much on my plate till then but I'd like to be involved in this because of the trickiness of the release mechanics and this being the first out-of-order release we've done (i.e. there's some parts of the release process that I know will have problems with this and I'd like to use this opportunity to sort those out if possible). |
Ah, ok. There isn't a big rush on this imo, but it should probably happen soon. |
good work! (edit: derp) |
This is for 1.8.2 :) |
I might try and push this through while in (lengthy) transit tomorrow (Sunday USA) |
Ah shoot, I forgot to make a new PR with more backports. I wouldn't do this yet, there's a bunch of other things we should be backporting into it. (I might be able to get that tomorrow... if not, tuesday.) (also need to decide if we want to backport perf enhancements) |
that'll be for v1.8.3 then, worth experimenting with a small delta I think |
Ok fair enough. |
sooooo ... that worked perfectly, it seems that I had enough magical foresight when creating all of the release scripting for this to just .. work. https://iojs.org/dist/latest/ still points to v2.0.2 index.tab and index.json appear to be correct and have the right order perhaps @nodejs/website want to consider how they might frame this as an LTS-ish thing, 1.8.2 will continue to get maintenance for a while although we can't give a timeframe until the LTS group comes up with a policy of sorts. |
PR-URL: 62 Related: nodejs/node#1703 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
PR-URL: nodejs#62 Related: nodejs/node#1703 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
PR-URL: nodejs#74 Realted: nodejs/node#1703 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@turistforeningen.no>
Suggesting a fixes release, just landed the first bunch of backports (#1560), going to compiling a PR of more today / tomorrow. Proposed release date: soon, maybe next monday?
5404cbc745
] - buffer: fix copy() segfault with zero arguments (Trevor Norris) #152065dd10e9c0
] - build: remove -J from test-ci (Rod Vagg) #154474060bb60e
] - crypto: track external memory for SSL structures (Fedor Indutny) #1529f10f379240
] - deps: make node-gyp work with io.js (cjihrig) #990ba0e744c2c
] - deps: upgrade npm to 2.9.0 (Forrest L Norvell) #1583b3a7da1091
] - deps: update http_parser to 2.5.0 (Fedor Indutny) #15174030545af6
] - fs: validate fd on fs.write (Julian Duque) #1553898d423820
] - string_decoder: don't cache Buffer.isEncoding (Brian White) #154832a6dbcf23
] - test: extend timeouts for ARMv6 (Rod Vagg) #15545896fe5cd3
] - test: adjust Makefile/test-ci, add to vcbuild.bat (Rod Vagg) #1530b72e4bc596
] - tls: destroy singleUse context immediately (Fedor Indutny) #15291cfc455dc5
] - tls: zero SSL_CTX freelist for a singleUse socket (Fedor Indutny) #15297ada680519
] - tls: destroy SSL once it is out of use (Fedor Indutny) #152971274b0263
] - tls_wrap: use localhost if options.host is empty (Guilherme Souza) #14930eb74a8b6c
] - win,node-gyp: optionally allow node.exe/iojs.exe to be renamed (Bert Belder) #1266@rvagg looks like changelog-maker is still having issues with
--start-ref
. Using--start-ref=v1.8.1
while on branch v1.x still produces these two extra changes that are out-of-order and already in v1.8.1:53ed89d927
] - _Revert_ "build: use %PYTHON% instead of python" (Rod Vagg) #1475f23b96352b
] - src: revert NODE_MODULE_VERSION to 43 (Chris Dickinson) #1460The text was updated successfully, but these errors were encountered: