Skip to content

Commit

Permalink
Merge pull request #75 from scottlamb/release-0.4.4
Browse files Browse the repository at this point in the history
release 0.4.4
  • Loading branch information
scottlamb authored Dec 26, 2022
2 parents c27865a + 6058bd8 commit f403aec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["."]

[package]
name = "retina"
version = "0.4.3"
version = "0.4.4"
authors = ["Scott Lamb <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f403aec

Please sign in to comment.