Skip to content

Commit dc15512

Browse files
committed
v0.9.15
1 parent 55c06e3 commit dc15512

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

324

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.9.14"
4+
version = "0.9.15"
55
description = "A modern HTTP library."
66
readme = "README.md"
77
documentation = "http://hyperium.github.io/hyper"

0 commit comments

Comments
 (0)