summaryrefslogtreecommitdiff
path: root/makemkv-oss
diff options
context:
space:
mode:
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