-
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.5.0 #1060
Comments
Guessing the commit tool does not parse multiple subsystems? |
Yeah, it does as of changelog-maker@1.2.1, fixed it just after updating here, I've updated again with the new output. |
https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/246/ Current v1.x, with expected failures and still ~8 failures for Windows. |
https://iojs.org/download/nightly/v1.4.4-nightly20150305b27931b0fe/ consider that an RC, we'll roll another one tomorrow before release build |
Oops. Sorry. https://iojs.org/download/nightly/ |
@zxqfox there are both |
Just fyi: I can't repeat errors with the current v1.4.4-nightly20150305b27931b0fe, that's great ;-) @Fishrock123 Yeah, by mad. ;-) |
https://jenkins-iojs.nodesource.com/view/iojs/job/iojs+any-pr+multi/250/ -- looks like the test for #1068 is (still / again) failing on windows. |
at this stage I'm not going to let existing errors on Windows hold up on a release but we should definitely be on a path towards reducing the number of errors |
https://iojs.org/download/nightly/v1.4.4-nightly20150306dee07e2983/ RC just now with a bunch of new stuff in it including the (hopeful) TLSWrap leak fixes reported in #1075. Please test. |
Ping @iojs/website that we're close to a new release. I'll stalk this thread myself for the next few hours. |
Stalking as well. @snostorm, lemme know if we need time on this, I'll hop in this afternoon. |
@iojs/collaborators because of the pace of development I'm calling a freeze on code merges until 1.5.0 lands please. Only merge changes in this period if they:
If you want to merge something before 1.5.0 gets out please discuss it here! |
2015-03-06, Version 1.5.0, @rvaggNotable changes
Known issues
Commits |
tagged v1.5.0 @ 25a7fc8 building @ https://jenkins-iojs.nodesource.com/job/iojs+release/44/ |
@rvagg could you copy/paste the release notes markdown in raw form to nodejs/evangelism#16? |
@rosskukulinski same notes are in the CHANGELOG.md in v1.x now, grab from there |
I have a website update ready when they go live in |
done & released @ https://iojs.org/dist/latest/ thanks all |
Site is updated -- https://iojs.org Cheers! 🍻 |
👍 Have a great weekend folks. |
Spectacular, everyone. High fives all around. |
Lots of stuff has landed, we have the new
Buffer#indexOf()
and I see a bunch of stuff on the verge of landing too--which may make it in to this release if we give it a couple of days. I'm calling 48 hours (approx) on this release.Again it'd be nice to have attention on #1005 if we can have some @iojs/platform-windows people (or non-Windows people even! It shouldn't be that hard) to focus on some fixes to reduce the error count.
b27931b0fe
] - benchmark: fixwrk
check (Brian White) #10762b79052494
] - benchmark: check for wrk ahead of running benchmarks (Johan Bergström) #98231421afe89
] - buffer: reword Buffer.concat error message (Chris Dickinson) joyent/node#872378581c8d90
] - (SEMVER-MINOR) buffer: add indexOf() method (Trevor Norris) #56137bb1df7c4
] - build: remove mdb from io.js (Johan Bergström) #1023726671cb0e
] - build: add basic mips/mipsel support (Ben Noordhuis) #1045a45d4f8fd6
] - build: remove tools/wrk from the tree (Johan Bergström) #982dee07e2983
] - deps: make node-gyp work with io.js (cjihrig) #990fe14802fb7
] - deps: upgrade npm to 2.7.0 (Forrest L Norvell) #108031142415de
] - doc: add TC meeting 2015-02-18 minutes (Rod Vagg) #10516190a2236b
] - doc: remove cjihrig from TC (cjihrig) #10569741291fe9
] - doc: fix child_process heading depth (Sam Roberts) #1038c8110692a5
] - doc: add explanations for querystring (Robert Kowalski) joyent/node#92598fb711e06c
] - doc: fix default value of opts.decodeURIComponent (h7lin) joyent/node#92596433ad1eef
] - doc: add missing newline in CHANGELOG (Rod Vagg)555a7c48cf
] - events: optimize listener array cloning (Brian White) #10504d0329ebeb
] - (SEMVER-MINOR) fs: remove unnecessary usage of .hasOwnProperty() (Jonathan Ong) #6354874182065
] - http: send Content-Length when possible (Christian Tellnes) #106208133f45c7
] - http: optimize outgoing requests (Brendan Ashworth) #605dccb69a21a
] - js_stream: fix leak of instances (Fedor Indutny) #10784ddd6406ce
] - lib: avoid .toLowerCase() call in Buffer#write() (Ben Noordhuis) #1048bbf54a554a
] - lib: hand-optimize Buffer constructor (Ben Noordhuis) #10489d2b89d06c
] - net: allow port 0 in connect() (cjihrig) joyent/node#9268e0835c9cda
] - node: improve performance of nextTick (Trevor Norris) #9858f5f12bb48
] - smalloc: export constants from C++ (Vladimir Kurchatkin) #9200697f8b44d
] - smalloc: validate arguments in js (Vladimir Kurchatkin) #9201640dedb3b
] - src: fix ucs-2 buffer encoding regression (Ben Noordhuis) #10422eda2d6096
] - src: fix external string length calculation (Ben Noordhuis) #10424aea16f214
] - src: rename confusingly named local variable (Ben Noordhuis) #1042c9ee654290
] - src: simplify node::Utf8Value() (Ben Noordhuis) #1042364cc7e08a
] - src: remove NODE_INVALID_UTF8 environment variable (Ben Noordhuis) #1042826cde8661
] - src: fix gc heuristic for external twobyte strings (Ben Noordhuis) #1042f5b7e18243
] - src: remove unused code (Ben Noordhuis) #10424ae64b2626
] - src: extract node env init out of process init (Petka Antonov) #980b150c9839e
] - src: fix -Wempty-body compiler warnings (Ben Noordhuis) #974fb284e2e4d
] - src: fix compiler warning in smalloc.cc (Ben Noordhuis) #1055583a868bcd
] - stream_wrap: add HandleScope's in uv callbacks (Fedor Indutny) #1078e2fb733a95
] - test: simplify parallel/test-stringbytes-external (Ben Noordhuis) #10427b554b1a8f
] - test: don't spawn child processes in domain test (Ben Noordhuis) #974b72fa03057
] - test: adds a test for undefined value in setHeader (Ken Perkins) #970563771d8b1
] - test: split parts out of host-headers test into its own test (Johan Bergström) #1049671fbd5a9d
] - test: refactor all tests that depends on crypto (Johan Bergström) #1049c7ad320472
] - test: check for openssl cli and provide path if it exists (Johan Bergström) #104971776f9057
] - test: remove unused https imports (Johan Bergström) #10493d5726c4ad
] - test: introduce a helper that checks if crypto is available (Johan Bergström) #1049d0e7c359a7
] - test: don't assume process.versions.openssl always is available (Johan Bergström) #1049e1bf6709dc
] - test: fix racey-ness in tls-inception (Fedor Indutny) #1040fd3ea29902
] - test: fix test-fs-access when uid is 0 (Johan Bergström) #10375abfa930b8
] - test: make destroyed-socket-write2.js more robust (Michael Dawson) joyent/node#92701009130495
] - tests: fix race in test-http-curl-chunk-problem (Julien Gilli)bd1bd7e38d
] - timer: Improve performance of callbacks (Ruben Verborgh) #4067b3b8acfa6
] - tls: accept emptynet.Socket
s (Fedor Indutny) #1046c09c90c1a9
] - tls_wrap: do not hold persistent ref to parent (Fedor Indutny) #10783446ff417b
] - tty: do not addshutdown
method to handle (Fedor Indutny) #1073abb00cc915
] - url: throw for invalid values to url.format (Christian Tellnes) #1036abd3ecfbd1
] - win,test: fix test-stdin-from-file (Bert Belder)The text was updated successfully, but these errors were encountered: