summaryrefslogtreecommitdiff
path: root/makemkv-oss
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-07-23 15:45:30 +0000
committerB Stack <bgstack15@gmail.com>2020-07-23 15:45:30 +0000
commit92a7cfa840f8e927721f7e3afa70c9527377c0c7 (patch)
tree0b9714ca93ecf8a9380d7d1c935b2cbda0932275 /makemkv-oss
parentMerge branch 'ublock-bump' into 'master' (diff)
parentmakemkv 1.15.2 rc1 (diff)
downloadstackrpms-92a7cfa840f8e927721f7e3afa70c9527377c0c7.tar.gz
stackrpms-92a7cfa840f8e927721f7e3afa70c9527377c0c7.tar.bz2
stackrpms-92a7cfa840f8e927721f7e3afa70c9527377c0c7.zip
Merge branch 'makemkv-bump' into 'master'
makemkv 1.15.2 See merge request bgstack15/stackrpms!171
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