summaryrefslogtreecommitdiff
path: root/makemkv-oss/debian/changelog
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-07-29 12:54:48 +0000
committerB. Stack <bgstack15@gmail.com>2022-07-29 12:54:48 +0000
commit20dc635b0ba18ea413f1ed9a5686cba4b9c7714d (patch)
tree8e539a2c1f228e70e9568e4b8a74434c40ecedcd /makemkv-oss/debian/changelog
parentMerge branch 'waterfox-bump' into 'master' (diff)
parentmakemkv 1.17.1 rc1 (diff)
downloadstackrpms-20dc635b0ba18ea413f1ed9a5686cba4b9c7714d.tar.gz
stackrpms-20dc635b0ba18ea413f1ed9a5686cba4b9c7714d.tar.bz2
stackrpms-20dc635b0ba18ea413f1ed9a5686cba4b9c7714d.zip
Merge branch 'makemkv-bump' into 'master'
makemkv 1.17.1 See merge request bgstack15/stackrpms!313
Diffstat (limited to 'makemkv-oss/debian/changelog')
-rw-r--r--makemkv-oss/debian/changelog20
1 files changed, 19 insertions, 1 deletions
diff --git a/makemkv-oss/debian/changelog b/makemkv-oss/debian/changelog
index 8f98951..0d41946 100644
--- a/makemkv-oss/debian/changelog
+++ b/makemkv-oss/debian/changelog
@@ -1,8 +1,26 @@
+makemkv-oss (1.17.1-1+devuan) obs; urgency=low
+
+ * Upstream updates
+ * Small improvements and bugfixes
+ * Bug fixes:
+ * Program could hang when scanning certain protected DVD discs using
+ CellWallk method
+ * Some titles were truncated on DVDs with structure protection, when
+ using CellWallk method
+ * Small bugfixes
+ * 1.17.0 regressions:
+ * On some UHD HEVC streams program spitted thousands of invalid
+ "Corrupt" messages, appearing to hang
+ * Program crashed decoding certain AC3 (DD) streams, usually during
+ transcoding
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 21 Jul 2022 09:36:16 -0400
+
makemkv-oss (1.17.0-1+devuan) obs; urgency=low
* Upstream updates
* Improved handling for discs with mastering errors
- * A new, rewritten DVD engine - much better handling for discs with
+ * A new, rewritten DVD engine - much better handling for discs with
structure protection
* Many internal improvements and small bugfixes
* Notable Bug fixes:
bgstack15