Skip to content

Commit 3047737

Browse files
committed
Release v0.5.3
1 parent 488441a commit 3047737

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 0.5.2
29

310
* Add Unix socket methods to `SockAddr`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socket2"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Thomas de Zeeuw <thomasdezeeuw@gmail.com>"

0 commit comments

Comments
 (0)