Skip to content

Commit ec01ac8

Browse files
committed
Merge pull request #1 from OpenMediaVault-Plugin-Developers/img-keyfile
Merge keyfile branch
2 parents 2b67144 + 1a46c78 commit ec01ac8

5 files changed

Lines changed: 1183 additions & 538 deletions

File tree

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
openmediavault-luksencryption (2.0.0) UNRELEASED; urgency=medium
2+
3+
* Key file support.
4+
* Kill slot renamed to erase slot.
5+
* Kill (erase) slot now done without key verification (batch-mode).
6+
* Warning added when removing the last key.
7+
* Check for multi-device BTRFS filesystems when auto-mounting improved.
8+
* Dependency updated now that OMV 2.1.19 is out.
9+
* Dependency updated to require omv-extras plugin >=2.9 for custom (multi-file) upload.
10+
11+
-- OpenMediaVault Plugin Developers <plugins@omv-extras.org> Thu, 19 Nov 2015 17:17:01 +0000
12+
113
openmediavault-luksencryption (1.4.0) unstable; urgency=medium
214

315
* Add submit on enter key and focus initial field functionality to most window forms.

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ XB-Plugin-Section: filesystems
88

99
Package: openmediavault-luksencryption
1010
Architecture: all
11-
Depends: openmediavault (>= 2.1.18), cryptsetup-bin, cryptsetup, ${misc:Depends}
11+
Depends: openmediavault (>= 2.1.19), openmediavault-omvextrasorg (>= 2.9), cryptsetup-bin, cryptsetup, coreutils, ${misc:Depends}
1212
Description: OpenMediaVault LUKS encryption plugin
1313
LUKS is the standard for Linux hard disk encryption. By providing a
1414
standard on-disk-format, it not only facilitates compatibility

0 commit comments

Comments
 (0)