prepare v0.3.1

This commit is contained in:
Scott Lamb 2021-09-09 22:01:58 -07:00
parent 1a72fce4de
commit 379bf840c1
4 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,8 @@
## unreleased
## `v0.3.1` (2021-09-09)
* warn when connecting via TCP to a known-broken live555 server version.
* improve compatibility with Geovision cameras (work in progress).
* improve Geovision compatibility by skipping its strange RTP packets with
payload type 50.
* UDP fixes.
* improve compatibility with cameras with non-compliant SDP, including
Anpviz ([#26](https://github.com/scottlamb/retina/issues/26) and

2
Cargo.lock generated
View File

@ -977,7 +977,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "retina"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"anyhow",
"base64",

View File

@ -1,6 +1,6 @@
[package]
name = "retina"
version = "0.3.0"
version = "0.3.1"
authors = ["Scott Lamb <slamb@slamb.org>"]
license = "MIT/Apache-2.0"
edition = "2018"

2
fuzz/Cargo.lock generated
View File

@ -573,7 +573,7 @@ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
[[package]]
name = "retina"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"base64",
"bitreader",