-
Notifications
You must be signed in to change notification settings - Fork 190
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
Releasing 3.1.1.0 #421
Comments
Oh hey, sorry. I came back from vacation, then left again for another vacation. I've got this on my todo list for this week. Awesome work on |
We are tackling #424 which should be included in 3.1.1.0. |
@kazu-yamamoto I am back now. I won't release till #424 is merged. |
Oh. I understand what you meant! |
Taking a look at this now. |
Here is a release candidate. http://hackage.haskell.org/package/network-3.1.1.0/candidate I made a few additions to the changelog. Let me know if you see anything missing. ## Version 3.1.1.0
* A new API: `gracefulClose`.
[#417](https://github.com/haskell/network/pull/417)
* `touchSocket`, `unsafeFdSocket`: Allow direct access to a socket's file
descriptor while providing tools to prevent it from being garbage collected.
This also deprecated `fdSocket` in favor of `unsafeFdSocket` and
`withFdSocket`.
[#423](https://github.com/haskell/network/pull/423)
* `socketToFd`: Duplicates a socket as a file desriptor and closes the source
socket.
[#424](https://github.com/haskell/network/pull/424) |
Looks good. Please go ahead! |
@eborden Ping |
Candidate is published and cafe message is sent (with a plug for your blog post). |
Thank you! |
gracefulClose
has been merged. I would like to release a new version. Should we wait for #418?The text was updated successfully, but these errors were encountered: