-
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
2015-10-13, Version 4.2.1 'Argon' (LTS) Release #3337
Conversation
2f39185
to
9ddb251
Compare
Let's land #3342 as well. |
@indutny I'll give 3342 a review, but doubt I'll finish before 4.2.1 needs to be released. Are those bugs critical issues, or could they wait for a week? |
Ok, there are still issues with #3342 that need working out so we won't land that now. Let's document the issue in Known Issues and fix in the next patch release. |
Let's report #3342 as a known issue:
|
9ddb251
to
659291c
Compare
@rvagg @indutny @Fishrock123 @trevnorris ... updated to reflect status of #3342 as a known issue. Please review. |
LGTM |
No strong opinion on #3342 |
LGTM |
Completed. |
PR-URL: nodejs#56 Related: nodejs/node#3337 Signed-off-by: Hans Kristian Flaatten <[email protected]>
PR-URL: docker-library#1120 Related: nodejs/docker-node#56 nodejs/node#3337 Signed-off-by: Hans Kristian Flaatten <[email protected]>
PR-URL: docker-library#1120 Related: nodejs/docker-node#56 nodejs/node#3337 Signed-off-by: Hans Kristian Flaatten <[email protected]>
Aiming for a quick release on Tuesday. We have two significant regressions with v4.2.0. Fixes have landed in master and v4.x. These are significant issues that affect native modules and anything using timers.
b3cbd13340
] - buffer: fix assertion error in WeakCallback (Fedor Indutny) #3329c245a199a7
] - lib: fix undefined timeout regression (Ryan Graham) #3331@nodejs/lts @rvagg @Fishrock123