Skip to content

Commit e8a1664

Browse files
committed
prepare release
1 parent d1bfae7 commit e8a1664

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

actix-server/CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changes
22

3+
## [0.1.2] - 2018-12-12
4+
5+
## Changed
6+
7+
* rename ServiceConfig::rt() to ServiceConfig::apply()
8+
9+
10+
### Fixed
11+
12+
* Fix back-pressure for concurrent ssl handshakes
13+
14+
315
## [0.1.1] - 2018-12-11
416

517
* Fix signal handling on windows

actix-server/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-server"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Nikolay Kim <[email protected]>"]
55
description = "Actix server - General purpose tcp server"
66
keywords = ["network", "framework", "async", "futures"]
@@ -66,3 +66,6 @@ webpki-roots = { version = "0.15", optional = true }
6666

6767
[dev-dependencies]
6868
env_logger = "0.5"
69+
actix-service = "0.1.1"
70+
actix-codec = "0.1.0"
71+
actix-rt = "0.1.0"

0 commit comments

Comments
 (0)