prepare v0.3.8
This commit is contained in:
parent
aff87d1919
commit
9b4f50231c
@ -1,9 +1,10 @@
|
||||
## unreleased
|
||||
## `v0.3.8` (2022-03-08)
|
||||
|
||||
* fix depacketization of fragmented AAC frames
|
||||
* [#52](https://github.com/scottlamb/retina/issues/52): allow compatibility
|
||||
with cameras that incorrectly omit the SDP origin line.
|
||||
* fix panic if RTSP server precedes a data message with a CRLF.
|
||||
* expose SDP framerate via `retina::client::Stream::framerate`.
|
||||
|
||||
## `v0.3.7` (2022-01-28)
|
||||
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -923,7 +923,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
||||
|
||||
[[package]]
|
||||
name = "retina"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "retina"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
authors = ["Scott Lamb <slamb@slamb.org>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2018"
|
||||
|
Loading…
Reference in New Issue
Block a user