summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makemkv-bin/debian/changelog20
-rw-r--r--makemkv-bin/debian/makemkv-bin+devuan.dsc2
-rw-r--r--makemkv-bin/debian/settings.conf.example4
-rw-r--r--makemkv-oss/debian/changelog20
-rw-r--r--makemkv-oss/debian/makemkv-oss+devuan.dsc2
-rw-r--r--makemkv/makemkv.spec5
-rw-r--r--makemkv/settings.conf.example4
7 files changed, 48 insertions, 9 deletions
diff --git a/makemkv-bin/debian/changelog b/makemkv-bin/debian/changelog
index e454520..3079c47 100644
--- a/makemkv-bin/debian/changelog
+++ b/makemkv-bin/debian/changelog
@@ -1,8 +1,26 @@
+makemkv-bin (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-bin (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:
diff --git a/makemkv-bin/debian/makemkv-bin+devuan.dsc b/makemkv-bin/debian/makemkv-bin+devuan.dsc
index 1ce444f..9c5b743 100644
--- a/makemkv-bin/debian/makemkv-bin+devuan.dsc
+++ b/makemkv-bin/debian/makemkv-bin+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: makemkv-bin
Binary: makemkv-bin
Architecture: any
-Version: 1.17.0-1+devuan
+Version: 1.17.1-1+devuan
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://www.makemkv.com
Standards-Version: 4.1.4
diff --git a/makemkv-bin/debian/settings.conf.example b/makemkv-bin/debian/settings.conf.example
index 7cf248f..6da0fcf 100644
--- a/makemkv-bin/debian/settings.conf.example
+++ b/makemkv-bin/debian/settings.conf.example
@@ -1,6 +1,6 @@
#
-# MakeMKV settings file, written by MakeMKV v1.17.0 linux(x64-release)
-# suitable for version 1.17.0 as of 2022-06-09
+# MakeMKV settings file, written by MakeMKV v1.17.1 linux(x64-release)
+# suitable for version 1.17.1 as of 2022-07-21
# However, I think now as of 1.15.2, the application will work without this app_Key value; if app_Key is left undefined the application should work.
app_DestinationDir = ""
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:
diff --git a/makemkv-oss/debian/makemkv-oss+devuan.dsc b/makemkv-oss/debian/makemkv-oss+devuan.dsc
index 693cc6f..f07c1b4 100644
--- a/makemkv-oss/debian/makemkv-oss+devuan.dsc
+++ b/makemkv-oss/debian/makemkv-oss+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: makemkv-oss
Binary: makemkv-oss
Architecture: any
-Version: 1.17.0-1+devuan
+Version: 1.17.1-1+devuan
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://www.makemkv.com
Standards-Version: 4.1.4
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index 36a755b..41003cc 100644
--- a/makemkv/makemkv.spec
+++ b/makemkv/makemkv.spec
@@ -15,7 +15,7 @@
Summary: DVD and Blu-ray to MKV converter and network streamer
Name: makemkv
-Version: 1.17.0
+Version: 1.17.1
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -171,6 +171,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
+* Thu Jul 21 2022 B. Stack <bgstack15@gmail.com> - 1.17.1-10
+- Update version
+
* Wed Jun 29 2022 B. Stack <bgstack15@gmail.com> - 1.17.0-10
- Update version
diff --git a/makemkv/settings.conf.example b/makemkv/settings.conf.example
index 7cf248f..6da0fcf 100644
--- a/makemkv/settings.conf.example
+++ b/makemkv/settings.conf.example
@@ -1,6 +1,6 @@
#
-# MakeMKV settings file, written by MakeMKV v1.17.0 linux(x64-release)
-# suitable for version 1.17.0 as of 2022-06-09
+# MakeMKV settings file, written by MakeMKV v1.17.1 linux(x64-release)
+# suitable for version 1.17.1 as of 2022-07-21
# However, I think now as of 1.15.2, the application will work without this app_Key value; if app_Key is left undefined the application should work.
app_DestinationDir = ""
bgstack15