Merge pull request #75 from scottlamb/release-0.4.4

release 0.4.4
This commit is contained in:
Scott Lamb 2022-12-26 09:28:46 -05:00 committed by GitHub
commit f403aecc50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,9 @@
## unreleased
## `v0.4.4` (2022-12-26)
* improve interop with Ubiquiti cameras by ignoring `fmtp` attributes in
SDP which have nothing (no required SP, no data) after the payload type.
* fix parsing of RTP packets with extensions.
* fix parsing of RTP packets with extensions, which broke with `v0.4.0`
(2e34bf92).
## `v0.4.3` (2022-09-28)

2
Cargo.lock generated
View File

@ -1784,7 +1784,7 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
[[package]]
name = "retina"
version = "0.4.3"
version = "0.4.4"
dependencies = [
"base64",
"bitstream-io",

View File

@ -4,7 +4,7 @@ default-members = ["."]
[package]
name = "retina"
version = "0.4.3"
version = "0.4.4"
authors = ["Scott Lamb <slamb@slamb.org>"]
license = "MIT/Apache-2.0"
edition = "2021"

2
fuzz/Cargo.lock generated
View File

@ -515,7 +515,7 @@ checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
[[package]]
name = "retina"
version = "0.4.3"
version = "0.4.4"
dependencies = [
"base64",
"bitstream-io",