Changelog for
libzuluCrypt-exe1_2_0-5.0.0-1.2.x86_64.rpm :
Sun May 29 14:00:00 2016 asterios.dramisAATTgmail.com
- Update to 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.
From version 4.9.0:
* add support for unlocking cryfs(https://www.cryfs.org/)
encrypted volumes in zuluMount.
* various fixes and improvements
From version 4.8.0:
* fix bug,private mount points were not created with proper
permissions.
From 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.
From 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.
From version 4.7.6:
* add \"hmac\" plugin.This plugin produces a key as follows:
key = hmac-sha256( passphrase,keyfile-contents ). this plugin
can be used when unlocking a volume requires a passphrase and a
keyfile.
* use \"tcrypt\" to refer to TrueCrypt volumes and \"vcrypt\" to
refer to VeraCrypt volumes.
* add ability to create VeraCrypt volumes.
From version 4.7.5:
* add abilities in zuluMount-gui to hide useless entries like
windows recovery partitions from view. These entries can be set
to show/hide through tray icon context menu.
* add ability to mount and unmount encfs volumes in
zuluMount-gui. A folder with encrypted files can be unlocked by
dragging it and then dropping it on zuluMount-gui main window.
* add ablity to create TrueCrypt volumes using a passphrase
together with one or more keyfiles.Previous versions allowed
creation of volumes using either a passphrase or a single keyfile.
* add support for opening of VeraCrypt volumes(cryptsetup > 1.6.6
required).
- Added new build requirements device-mapper-devel,
knotifications-devel, kwallet-devel, libuuid-devel,
pkgconfig(Qt5Core), pkgconfig(Qt5Network), pkgconfig(Qt5Widgets).
- Removed build requirements kdebase4-runtime-devel, libkde4-devel,
libqt4-devel (not needed anymore).
- Removed support for openSUSE <= 12.1 (removed build requirement
update-desktop-files).
- Removed no-copy-dt-needed-entries.patch (not needed anymore).
Sat Jan 10 13:00:00 2015 asterios.dramisAATTgmail.com
- Update to version 4.7.4:
* fix a bug that hanged zuluMount-gui on failed attempt at unlocking a plain
dm-crypt volume at a none zero offset.a plain dm-crypt volume at a none
zero offset can be used as a hidden volume ala TrueCrypt hidden volume
feature. No protection of hidden volume though.
From version 4.7.3:
* fix issues with Qt5 build
* show devices even when they have neither partitions nor recognizable file
systems. This is useful for TrueCrypt system volumes or normal TrueCrypt
volumes that are not in partitions.
* add an ability to change TrueCrypt volume key.
* add ability to create volumes with different crypto options
Fri Aug 29 14:00:00 2014 asterios.dramisAATTgmail.com
- Update to version 4.7.2:
* add support for opening TrueCrypt volumes using a passphrase together with
one or more keyfiles.
Fri May 9 14:00:00 2014 asterios.dramisAATTgmail.com
- Update to version 4.7.1:
* fix a build issue in gcc 4.9
From version 4.7.0:
* various changes and improvements
* add a plugin named \"steghide\" that retrives passphrases embeded in other
files using \"steghide\" tool.
* add a plugin named \"luks\" that allows opening a LUKS volume using a
backup/detached header.
* add a plugin named \"tomb\" that allows opening of LUKS volumes from tomb
project using keys securely stored in image files.
From version 4.6.9:
* move config files to \"/etc/zuluCrypt\" from \"/etc\"
* add a config file \"/etc/zuluCrypt/fs_options\" where default file system
mount options can be specified per UUID. -format is:one entry per line,
example entry: UUID=\"abcf\" uid=500
* fix a bug, if udev is enabled, mounted image files were always treated as
system volumes.
* use libgcrypt for stand alone file encryption instead of cryptsetup. Newer
stand alone encrypted files will have an extension of \".zC\" to distinguish
them from previous ones that use \".zc\". Older versions of zuluCrypt(<4.6.9)
will not be able to open encrypted files that end with \".zC\".
* add an option in zuluCrypt GUI to specify a truecrypt volume type when
saving or restoring a truecrypt header from a backup header file
From version 4.6.8:
* store partition id in wallets by device hardware id on volumes that do not
have UUID ( non LUKS volumes )
* add support for exfat file system.
* add support for creating a backup and restoring from backup truecrypt
volume headers (tcplay >=2.0.0 required)
* add a simple CLI tool (zuluSafe-cli) that can be used to store multiple
files securely in a single wallet file.
* add support in zuluMount for opening a plain volume at a user specified
offset. This ability will allow hidden volume type functionality. In one of
the prompts in zuluMount-gui, press \"ctrl+f\" to bring up the dialog that
accepts the offset.
* add support for multi device btrfs volumes.
From version 4.6.7:
* fix packaging issues
* fix a regression on zuluMount-gui that caused a hang when checking for
properties of an opened volume opened by a different user
From version 4.6.6:
* fix a regression, retrieving keys from kwallet using volume UUID broke.
* volumes in gnome are now stored in libsecret and no longer in
libgnome-keyring
* add a GUI window in zuluCrypt-gui to manage keys in libsecret wallet,
internal wallet and kde kwallet.
* add an internal system that can securely store keys independently of kde
kwallet and gnome libsecret. Useful to those who want to store keys
securely but dont want gnome or kde dependencies
* add compile time option to use mount points in user home directory instead
of \"/run/media/private\"
* NOTE: changes in management of wallets are not backward compatible and
hence volumes will have to be readded after the update. My apologies for
the inconvenience.
* drop support for updating /etc/mtab and remove libmount as a required
dependency
* add a Qt5 port, see build instrunctions on how to build Qt5 version
- Added the following build requirements:
* kdebase4-runtime-devel and libkde4-devel to enable kwallet support.
* fdupes in order to add %fdupes macro to fix rpmlint warning
\"files-duplicate\".
* libgcrypt-devel, libsecret-devel and pkg-config (new).
* hicolor-icon-theme in order to add %icon_theme_cache_post and
%icon_theme_cache_postun scriplets.
- Removed build requirements libgnome-keyring-devel and libmount-devel (not
needed anymore).
- Added a patch (no-copy-dt-needed-entries.patch) to fix linking with
- -no-copy-dt-needed-entries.
Sun Nov 17 13:00:00 2013 asterios.dramisAATTgmail.com
- Initial rpm release (version 4.6.5).