prep v0.3.6
This commit is contained in:
parent
7b1d87aa5e
commit
e551337c91
@ -1,8 +1,11 @@
|
||||
## unreleased
|
||||
## `v0.3.6` (2021-12-29)
|
||||
|
||||
* correctly expire stale session entries that track live555 stale file
|
||||
descriptor sessions.
|
||||
See [moonfire-nvr#184](https://github.com/scottlamb/moonfire-nvr/issues/184).
|
||||
* ignore (rather than error on) spurious RTP data packets between the `PLAY`
|
||||
request and response. These are sent by some versions of
|
||||
(v4l2rtspserver)[https://github.com/mpromonet/v4l2rtspserver].
|
||||
|
||||
## `v0.3.5` (2021-11-30)
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -923,7 +923,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
||||
|
||||
[[package]]
|
||||
name = "retina"
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "retina"
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
authors = ["Scott Lamb <slamb@slamb.org>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2018"
|
||||
|
Loading…
Reference in New Issue
Block a user