Skip to content

Commit f1bb65f

Browse files
committed
v0.10.1
1 parent 2603d78 commit f1bb65f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
### v0.10.1 (2017-01-19)
2+
3+
4+
#### Bug Fixes
5+
6+
* **header:** security fix for header values that include newlines ([2603d78f](https://github.com/hyperium/hyper/commit/2603d78f59d284953553b7ef48c3ea4baa085cd1))
7+
* **net:** set timeouts directly in `accept` ([f5d4d653](https://github.com/hyperium/hyper/commit/f5d4d653e35ed20bbbb0b13847b3b9f1cfe9575f))
8+
9+
10+
#### Breaking Changes
11+
12+
* This technically will cause code that a calls
13+
`SetCookie.fmt_header` to panic, as it is no longer to properly write
14+
that method. Most people should not be doing this at all, and all
15+
other ways of printing headers should work just fine.
16+
17+
The breaking change must occur in a patch version because of the
18+
security nature of the fix.
19+
20+
([2603d78f](https://github.com/hyperium/hyper/commit/2603d78f59d284953553b7ef48c3ea4baa085cd1))
21+
22+
123
## v0.10.0 (2017-01-10)
224

325
#### Features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "hyper"
4-
version = "0.10.0"
4+
version = "0.10.1"
55
description = "A modern HTTP library."
66
readme = "README.md"
77
homepage = "http://hyper.rs"

0 commit comments

Comments
 (0)