mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
signal: Bump version to 0.2.5
This commit is contained in:
+4
-1
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.5] - 2018-08-29
|
||||||
### Fixes
|
### Fixes
|
||||||
* Fix a possible starvation when polling multiple `Signal` instances outside of
|
* Fix a possible starvation when polling multiple `Signal` instances outside of
|
||||||
a tokio reactor (e.g. by using `Future::wait`)
|
a tokio reactor (e.g. by using `Future::wait`)
|
||||||
@@ -31,7 +33,8 @@ a tokio reactor (e.g. by using `Future::wait`)
|
|||||||
* Uses `tokio` instead of `tokio_core` (#24)
|
* Uses `tokio` instead of `tokio_core` (#24)
|
||||||
* Supports all 33 signals on FreeBSD (#27)
|
* Supports all 33 signals on FreeBSD (#27)
|
||||||
|
|
||||||
[Unreleased]: https://github.com/alexcrichton/tokio-process/compare/0.2.4...HEAD
|
[Unreleased]: https://github.com/alexcrichton/tokio-process/compare/0.2.5...HEAD
|
||||||
|
[0.2.5]: https://github.com/alexcrichton/tokio-signal/compare/0.2.4...0.2.5
|
||||||
[0.2.4]: https://github.com/alexcrichton/tokio-signal/compare/0.2.3...0.2.4
|
[0.2.4]: https://github.com/alexcrichton/tokio-signal/compare/0.2.3...0.2.4
|
||||||
[0.2.3]: https://github.com/alexcrichton/tokio-signal/compare/0.2.2...0.2.3
|
[0.2.3]: https://github.com/alexcrichton/tokio-signal/compare/0.2.2...0.2.3
|
||||||
[0.2.2]: https://github.com/alexcrichton/tokio-signal/compare/0.2.1...0.2.2
|
[0.2.2]: https://github.com/alexcrichton/tokio-signal/compare/0.2.1...0.2.2
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tokio-signal"
|
name = "tokio-signal"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
authors = ["Alex Crichton <[email protected]>"]
|
authors = ["Alex Crichton <[email protected]>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/alexcrichton/tokio-signal"
|
repository = "https://github.com/alexcrichton/tokio-signal"
|
||||||
|
|||||||
Reference in New Issue
Block a user