prepare v0.4.0
This commit is contained in:
parent
444afdd35d
commit
2b700fd32b
@ -1,4 +1,4 @@
|
|||||||
## next
|
## `v0.4.0` (2022-05-17)
|
||||||
|
|
||||||
* BREAKING: remove deprecated `retina::client::Session<Playing>::teardown` and
|
* BREAKING: remove deprecated `retina::client::Session<Playing>::teardown` and
|
||||||
`retina::client::Demuxed::teardown`; made private some items already
|
`retina::client::Demuxed::teardown`; made private some items already
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -910,7 +910,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "retina"
|
name = "retina"
|
||||||
version = "0.4.0-alpha.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64",
|
"base64",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "retina"
|
name = "retina"
|
||||||
version = "0.4.0-alpha.0"
|
version = "0.4.0"
|
||||||
authors = ["Scott Lamb <slamb@slamb.org>"]
|
authors = ["Scott Lamb <slamb@slamb.org>"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -9,8 +9,7 @@ ONVIF RTSP/1.0 IP surveillance cameras, as needed by
|
|||||||
[Moonfire NVR](https://github.com/scottlamb/moonfire-nvr). Works around
|
[Moonfire NVR](https://github.com/scottlamb/moonfire-nvr). Works around
|
||||||
brokenness in cheap closed-source cameras.
|
brokenness in cheap closed-source cameras.
|
||||||
|
|
||||||
Status: In production use in Moonfire NVR. Many missing features. Some breaking
|
Status: In production use in Moonfire NVR. Many missing features.
|
||||||
changes needed to clean up APIs (see [#47](https://github.com/scottlamb/retina/issues/47).)
|
|
||||||
|
|
||||||
Progress:
|
Progress:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user