summaryrefslogtreecommitdiff
path: root/makemkv-oss
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-07-23 09:40:35 -0400
committerB Stack <bgstack15@gmail.com>2020-07-23 09:40:35 -0400
commita0128409d98a1b3ca513c74d2219d35ef9919c0d (patch)
treef345f90ed95270d66324363f36d3be0b20bc68cd /makemkv-oss
parentMerge branch 'irfanview-bump' into 'master' (diff)
downloadstackrpms-a0128409d98a1b3ca513c74d2219d35ef9919c0d.tar.gz
stackrpms-a0128409d98a1b3ca513c74d2219d35ef9919c0d.tar.bz2
stackrpms-a0128409d98a1b3ca513c74d2219d35ef9919c0d.zip
makemkv 1.15.2 rc1
Diffstat (limited to 'makemkv-oss')
-rw-r--r--makemkv-oss/debian/changelog10
-rw-r--r--makemkv-oss/debian/makemkv-oss+devuan.dsc2
2 files changed, 11 insertions, 1 deletions
diff --git a/makemkv-oss/debian/changelog b/makemkv-oss/debian/changelog
index d476c39..356cd02 100644
--- a/makemkv-oss/debian/changelog
+++ b/makemkv-oss/debian/changelog
@@ -1,3 +1,13 @@
+makemkv-oss (1.15.2-1+devuan) obs; urgency=medium
+
+ * Massive internal rewrite, some improvements and small bugfixes
+ * Muxer updated to the latest matroska specification
+ * Advanced usage changes:
+ - Sdftool included as standalone executable
+ - Drive speed control option
+
+ -- Ben Stack <bgstack15@gmail.com> Wed, 22 Jul 2020 21:49:46 -0400
+
makemkv-oss (1.15.1-1+devuan) obs; urgency=medium
* Added support for AACS v76 (for those poor souls without LibreDrive)
diff --git a/makemkv-oss/debian/makemkv-oss+devuan.dsc b/makemkv-oss/debian/makemkv-oss+devuan.dsc
index 2e00a29..857af3f 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.15.1-1+devuan
+Version: 1.15.2-1+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: https://www.makemkv.com
Standards-Version: 4.1.4
bgstack15