Skip to content

Commit

Permalink
Prepare for v0.2.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed May 21, 2024
1 parent 01acdd7 commit 0462613
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
- Fix a bug in the concatenation of multiperiod manifests. When per-Period files contained both
audio and video content, the content was being included twice in the concatenated file.

- MacOS release binaries are now universal binaries, rather than Aarch64 ("Apple Silicon") binaries.


## [0.2.18] - 2024-05-09

Expand Down
2 changes: 1 addition & 1 deletion etc/Containerfile_linux_aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ LABEL org.opencontainers.image.description "Download media content from a DASH-M
LABEL org.opencontainers.image.title "dash-mpd-cli"
LABEL org.opencontainers.image.url "https://github.com/emarsden/dash-mpd-cli"
LABEL org.opencontainers.image.source "https://github.com/emarsden/dash-mpd-cli"
LABEL org.opencontainers.image.version "0.2.16"
LABEL org.opencontainers.image.version "0.2.19"
LABEL org.opencontainers.image.authors "eric.marsden@risk-engineering.org"
LABEL org.opencontainers.image.licenses "MIT"

Expand Down
2 changes: 1 addition & 1 deletion etc/Containerfile_linux_amd64
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ LABEL org.opencontainers.image.description "Download media content from a DASH-M
LABEL org.opencontainers.image.title "dash-mpd-cli"
LABEL org.opencontainers.image.url "https://github.com/emarsden/dash-mpd-cli"
LABEL org.opencontainers.image.source "https://github.com/emarsden/dash-mpd-cli"
LABEL org.opencontainers.image.version "0.2.16"
LABEL org.opencontainers.image.version "0.2.19"
LABEL org.opencontainers.image.authors "eric.marsden@risk-engineering.org"
LABEL org.opencontainers.image.licenses "MIT"

Expand Down
2 changes: 1 addition & 1 deletion etc/Containerfile_linux_armv7
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ LABEL org.opencontainers.image.description "Download media content from a DASH-M
LABEL org.opencontainers.image.title "dash-mpd-cli"
LABEL org.opencontainers.image.url "https://github.com/emarsden/dash-mpd-cli"
LABEL org.opencontainers.image.source "https://github.com/emarsden/dash-mpd-cli"
LABEL org.opencontainers.image.version "0.2.16"
LABEL org.opencontainers.image.version "0.2.19"
LABEL org.opencontainers.image.authors "eric.marsden@risk-engineering.org"
LABEL org.opencontainers.image.licenses "MIT"

Expand Down
2 changes: 1 addition & 1 deletion etc/Containerfile_linux_ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ LABEL org.opencontainers.image.description "Download media content from a DASH-M
LABEL org.opencontainers.image.title "dash-mpd-cli"
LABEL org.opencontainers.image.url "https://github.com/emarsden/dash-mpd-cli"
LABEL org.opencontainers.image.source "https://github.com/emarsden/dash-mpd-cli"
LABEL org.opencontainers.image.version "0.2.16"
LABEL org.opencontainers.image.version "0.2.19"
LABEL org.opencontainers.image.authors "eric.marsden@risk-engineering.org"
LABEL org.opencontainers.image.licenses "MIT"

Expand Down
2 changes: 1 addition & 1 deletion etc/Containerfile_linux_riscv64
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ LABEL org.opencontainers.image.description "Download media content from a DASH-M
LABEL org.opencontainers.image.title "dash-mpd-cli"
LABEL org.opencontainers.image.url "https://github.com/emarsden/dash-mpd-cli"
LABEL org.opencontainers.image.source "https://github.com/emarsden/dash-mpd-cli"
LABEL org.opencontainers.image.version "0.2.16"
LABEL org.opencontainers.image.version "0.2.19"
LABEL org.opencontainers.image.authors "eric.marsden@risk-engineering.org"
LABEL org.opencontainers.image.licenses "MIT"

Expand Down

0 comments on commit 0462613

Please sign in to comment.