We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488441a commit 3047737Copy full SHA for 3047737
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 0.5.3
2
+
3
+* Added support for two new Android targets `armv7-linux-androideabi` and
4
+ `i686-linux-android` (https://github.com/rust-lang/socket2/pull/434).
5
+* Added `Socket::cookie` to retrieve `SO_COOKIE` on Linux
6
+ (https://github.com/rust-lang/socket2/pull/437).
7
8
# 0.5.2
9
10
* Add Unix socket methods to `SockAddr`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "socket2"
-version = "0.5.2"
+version = "0.5.3"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"
0 commit comments