File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments