diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f17cb1..1fb51b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,12 @@ even on minor releases, e.g. `0.7.5` -> `0.7.6`. * bump minimum Rust version to 1.64. * 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.4. +* use Retina 0.4.5. * 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. + * Fixes problems with Longse cameras + [scottlamb/retina#77](https://github.com/scottlamb/retina/pull/77). * expanded API interface for examining and updating users: * `admin_users` permission for operating on arbitrary users. * `GET /users/` endpoint to list users diff --git a/server/Cargo.lock b/server/Cargo.lock index 7fa23c1..bac0b20 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -1690,9 +1690,9 @@ dependencies = [ [[package]] name = "retina" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5c9340b86c0e462a124be2c32a96b102d8b06f8dd9e107b5ab5d25730b61b09" +checksum = "1b8c5ef4eec9b0c6178ac107e1a533bbc5d2ff6a90f8aabd000d71e119c42d96" dependencies = [ "base64", "bitstream-io", @@ -1744,9 +1744,9 @@ dependencies = [ [[package]] name = "rtsp-types" -version = "0.0.3" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b668122d4d00c479c08fb2a0a253669832606ccca80832a6b99bb5288ab4f75" +checksum = "2a1aec90dc5d8dec85c14032885770801439acb1651b2f166745ce482a2ddeaf" dependencies = [ "cookie-factory", "nom",