Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Switch to libuv 1.4.2 on new libuv home #22

Merged
merged 1 commit into from
Mar 24, 2015
Merged

Conversation

muojp
Copy link
Contributor

@muojp muojp commented Dec 27, 2014

Made this PR regarding the discussion: #21

I also performed a quick test against latest libuv 1.1.0 and it worked fine. Maybe we shall jump to 1.1.0 instead of 1.0.2. Regarding 1.1.0 changelog, there are no significant changes (especially for unix env.), so in my opinion skipping 1.0.2 and move on to 1.1.0 is relatively safe.

@akoeplinger
Copy link

Yeah, I guess jumping straight to 1.1.0 should be fine.

@ahmetb
Copy link
Contributor

ahmetb commented Dec 28, 2014

LGTM. Please amend commit to reflect the correct version number.

@muojp muojp changed the title Switch to libuv 1.0.2 on new libuv home Switch to libuv 1.1.0 on new libuv home Dec 29, 2014
@muojp
Copy link
Contributor Author

muojp commented Dec 29, 2014

@akoeplinger @ahmetalpbalkan Thank you for reviewing.
I updated the PR to point to 1.1.0 instead of 1.0.2 (also updated PR title reflecting this change).

@ahmetb
Copy link
Contributor

ahmetb commented Jan 2, 2015

@davidfowl please merge. :shipit:

@Eilon
Copy link
Contributor

Eilon commented Jan 2, 2015

We need to update Kestrel before accepting this I think. Kestrel is ultimately the only component that uses libuv.

@akoeplinger
Copy link

@Eilon it shouldn't matter as 1.x is compatible (SemVer ftw 😄)

@Eilon
Copy link
Contributor

Eilon commented Jan 2, 2015

Understood; I'm just saying we need to update Kestrel as well so that we can be consistent in which version of libuv we're using.

@akoeplinger
Copy link

@Eilon yeah, that makes sense. Opened aspnet/KestrelHttpServer#50 to track it.

@Eilon
Copy link
Contributor

Eilon commented Jan 3, 2015

Thanks. Waiting for @lodejard to return from vacation to look at these.

@muojp muojp force-pushed the master branch 2 times, most recently from 3f0afa9 to ea7e2ea Compare January 18, 2015 01:39
@muojp
Copy link
Contributor Author

muojp commented Jan 18, 2015

Update: modified this PR to cover 1.0.0-beta2

@ahmetb ahmetb mentioned this pull request Feb 4, 2015
@ahmetb
Copy link
Contributor

ahmetb commented Mar 13, 2015

@lodejard pinging again to see if we can upgrade image to libuv 1.1.0 in the docker image

@akoeplinger
Copy link

The latest stable is now 1.4.2 already 😄

@ahmetb
Copy link
Contributor

ahmetb commented Mar 13, 2015

I believe we can rely on manual testing + CI to update this. @muojp frel free to uodate PR with latest libuv release. Sorry for being slow on this.

@muojp
Copy link
Contributor Author

muojp commented Mar 15, 2015

@ahmetalpbalkan sure. I'll update the PR in several hours.

@muojp muojp force-pushed the master branch 2 times, most recently from 5e40002 to 6efc735 Compare March 15, 2015 17:13
@muojp muojp changed the title Switch to libuv 1.1.0 on new libuv home Switch to libuv 1.4.2 on new libuv home Mar 15, 2015
@muojp
Copy link
Contributor Author

muojp commented Mar 15, 2015

@ahmetalpbalkan @lodejard
Hi, I've just finished testing 1.0.0-beta2+libuv-1.4.2 manually on my box and updated the PR.

Hope #38 will be also updated once this PR is merged.

Also, maybe it's about time for us to prepare some policies for stopping maintenance of older betas for focusing on keeping up with latest ones instead. Making middle-wares used on older betas partially up to date sometimes cause painful troubles on users (tho I don't see there are any atm). In my opinion, we could limit performing maintenance against (N-1)-th & N-th beta (N=current) which is suitable for most users. Of course, this could be argued in another issue.

@ahmetb
Copy link
Contributor

ahmetb commented Mar 23, 2015

@muojp can you update beta3 as well?

@muojp
Copy link
Contributor Author

muojp commented Mar 24, 2015

@ahmetalpbalkan Updated to cover beta 3. 🐱

@ahmetb
Copy link
Contributor

ahmetb commented Mar 24, 2015

@muojp You rock. 🤘

ahmetb added a commit that referenced this pull request Mar 24, 2015
@ahmetb ahmetb merged commit 5b17231 into aspnet:master Mar 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants