Retina 0.4.4

This commit is contained in:
Scott Lamb 2023-01-05 16:38:13 -06:00
parent 7fe2284cec
commit cc34a1aef5
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View File

@ -15,8 +15,10 @@ even on minor releases, e.g. `0.7.5` -> `0.7.6`.
* expect camelCase in `moonfire-nvr.toml` file, for consistency with the JSON
API. You'll need to adjust your config file when upgrading.
* use Retina 0.4.3, which is newly compatible with rtsp-simple-server v0.19.3
and some TP-Link cameras. Fixes [#238](https://github.com/scottlamb/moonfire-nvr/issues/238).
* use Retina 0.4.4.
* This version is newly compatible with rtsp-simple-server v0.19.3 and some
TP-Link cameras. Fixes [#238](https://github.com/scottlamb/moonfire-nvr/issues/238).
* Fixes problems connecting to cameras that use RTP extensions.
* expanded API interface for examining and updating users:
* `admin_users` permission for operating on arbitrary users.
* `GET /users/` endpoint to list users

4
server/Cargo.lock generated
View File

@ -1664,9 +1664,9 @@ dependencies = [
[[package]]
name = "retina"
version = "0.4.3"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d3ea4f2188bdf8136617a4b5e5827820107ce24407c6a977a45441f12edeb0"
checksum = "f5c9340b86c0e462a124be2c32a96b102d8b06f8dd9e107b5ab5d25730b61b09"
dependencies = [
"base64",
"bitstream-io",