diff --git a/ChangeLog.txt b/ChangeLog.txt index cb5f1fa6..f627c6d5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +v0.6 (2022-04-11) +================= + * replaced deprecated av_init_packet() + * define AV_CODEC_CAP_ENCODER_FLUSH in older ffmpeg versions + * Automatic release builds (tgz & deb) using Github Actions + v0.5 (2022-04-10) ================= It has been a long time since the last release as I have no need for a video diff --git a/Makefile b/Makefile index 86355723..fedfe4ec 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ -include local.mk APP=avcut -AVCUT_VERSION=0.5 +AVCUT_VERSION=0.6 ifneq ($(CROSS_COMPILE),) CC?=$(CROSS_COMPILE)gcc