summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--zulucrypt.changelog35
3 files changed, 40 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 244dc7efc186..a16ed17b3e40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zulucrypt
pkgdesc = A cli and gui frontend to cryptsetup
- pkgver = 5.0.0
+ pkgver = 5.0.1
pkgrel = 1
url = http://mhogomchungu.github.io/zuluCrypt
install = zulucrypt.install
@@ -17,8 +17,8 @@ pkgbase = zulucrypt
optdepends = kwalletmanager: retrieve volume keys from kde kwallet
conflicts = zulucrypt-git
options = !buildflags
- source = https://github.com/mhogomchungu/zuluCrypt/releases/download/5.0.0/zuluCrypt-5.0.0.tar.bz2
- md5sums = fef5576d866075ff5d1b195147c2179f
+ source = https://github.com/mhogomchungu/zuluCrypt/releases/download/5.0.1/zuluCrypt-5.0.1.tar.bz2
+ md5sums = f1b472b7d56784e5968d8ecb22b7951b
pkgname = zulucrypt
diff --git a/PKGBUILD b/PKGBUILD
index e21293527326..47d752a36543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Created: 2013-03-17
pkgname=zulucrypt
-pkgver=5.0.0
+pkgver=5.0.1
pkgrel=1
_altpkgname=zuluCrypt
pkgdesc="A cli and gui frontend to cryptsetup"
@@ -15,7 +15,7 @@ conflicts=('zulucrypt-git')
makedepends=('cmake')
options=('!buildflags')
source=("https://github.com/mhogomchungu/zuluCrypt/releases/download/${pkgver}/${_altpkgname}-${pkgver}.tar.bz2")
-md5sums=('fef5576d866075ff5d1b195147c2179f')
+md5sums=('f1b472b7d56784e5968d8ecb22b7951b')
changelog=${pkgname}.changelog
install=${pkgname}.install
diff --git a/zulucrypt.changelog b/zulucrypt.changelog
index a2852d71d7e3..3f895dfc0238 100644
--- a/zulucrypt.changelog
+++ b/zulucrypt.changelog
@@ -218,3 +218,38 @@ version 4.7.6
version 4.7.7
-- add support for creating and opening VeraCrypt volumes that use dynamic mode.
-- make zuluCrypt-gui window and zuluMount-gui window resizable with the new sizes surviving restarts.
+
+version 4.7.8
+-- add support for usage of keys that are made up by a combination of a passphrase and a keyfile."hmac" plugin
+ should be used to unlock volumes generated by this combination.
+-- fix problems caused by updated versions of certain utilities we rely on.
+
+version 4.8.0
+-- fix bug,private mount points were not created with proper permissions.
+
+version 4.9.0
+-- add support for unlocking cryfs(https://www.cryfs.org/) encrypted volumes in zuluMount.
+-- various fixes and improvements
+
+version 5.0.0
+-- add support for creating LUKS volumes that only uses a detached header.The detached header will be created in the
+ user home directory and the volume can not be unlocked without this detached header.The detached header can be
+ reattached later on through zuluCrypt-gui->menu->Volumes->Restore Volume Header.
+-- its now possible to create a shared mount point when unlocking a volume in zuluCrypt-gui
+-- its now possible to unlock VeraCrypt volumes from favorite feature in zuluCrypt-gui
+-- add complete French translation to both zuluCrypt-gui and zuluMount-gui
+-- try to silently solve problems caused by other tools mounting zuluCrypt's encryption mapper.
+-- add support for creating a "plain dm-crypt" volume at a "none zero offset".This type of volume is useful as a
+ "poor man's version of a hidden volume feature in TrueCrypt and VeraCrypt".Best thing about this type of hidden
+ volume is that the outer volume can be anything including an "exposed file system".Currently,only zuluMount-gui can
+ open this type of volume by clicking "options" followed by "Set Volume Offset" on the mounting dialog prompt.
+-- Qt5 is now the default Qt dependency.
+
+version 5.0.1
+-- languages can be changed without requiring a restart.
+-- add ability to use custom icons. Icons can be changed in zuluCrypt-gui through "menu->options->select icons" and in
+ zuluMount-gui through "menu->select icons". User specific icons can be added by placing them at
+ "$INSTALL_PREFIX/icons/hicolor/48x48/apps". zuluCrypt-gui icons must be in "zuluCrypt.ICON_NAME.png" format and
+ zuluMount-gui icons must be in "zuluMount.ICON_NAME.png" format.
+-- zuluMount-gui can now unlock cryfs,encfs,gocryptfs and securefs based encrypted volumes.
+-- add full support for German translation.