Skip to content

Commit 5578583

Browse files
committed
CHANGELOG: release v1.1.1
Signed-off-by: Matt Layher <mdlayher@gmail.com>
1 parent fb12862 commit 5578583

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

55
- n/a
66

7+
## v1.1.1
8+
9+
**This is the last release of package netlink that supports Go 1.11.**
10+
11+
- [Improvement] [#165](https://github.com/mdlayher/netlink/pull/165):
12+
`netlink.Conn` `SetReadBuffer` and `SetWriteBuffer` methods now attempt the
13+
`SO_*BUFFORCE` socket options to possibly ignore system limits given elevated
14+
caller permissions. Thanks @MarkusBauer.
15+
- [Note]
16+
[commit](https://github.com/mdlayher/netlink/commit/c5f8ab79aa345dcfcf7f14d746659ca1b80a0ecc):
17+
`netlink.Conn.Close` has had a long-standing bug
18+
[#162](https://github.com/mdlayher/netlink/pull/162) related to internal
19+
concurrency handling where a call to `Close` is not sufficient to unblock
20+
pending reads. To effectively fix this issue, it is necessary to drop support
21+
for Go 1.11 and below. This will be fixed in a future release, but a
22+
workaround is noted in the method documentation as of now.
23+
724
## v1.1.0
825

926
- [New API] [#157](https://github.com/mdlayher/netlink/pull/157): the

0 commit comments

Comments
 (0)