File debian.changelog of Package zulucrypt

zulucrypt (5.5.0-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
     -- add support for unlocking bitlocker volumes.

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Wed, 1 May 2019 16:38:48 +0000

zulucrypt (4.9.0-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
     -- add support for unlocking cryfs[1][2] encrypted folders in zuluMount.
        [1] https://github.com/cryfs
        [2] https://www.cryfs.org/

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Tue, 1 Mar 2015 16:38:48 +0000

zulucrypt (4.8.0-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
     -- Fix bug,mount point was not created with proper permissions.

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Wed, 2 Dec 2015 16:38:48 +0000

zulucrypt (4.7.8-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
     -- 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.

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Mon, 30 Nov 2015 16:38:48 +0000

zulucrypt (4.7.7-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
     -- add ability to create and open VeraCrypt volumes in dynamic mode.
     -- make zuluCrypt-gui window and zuluMount-gui window resizable with the new sizes surviving restarts.

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Mon, 30 Nov 2015 16:38:48 +0000

zulucrypt (4.7.6-1) UNRELEASED; urgency=low local package
  [Mhogo Mchungu]
  * New Features
     -- 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(cryptsetup > 1.6.6 required).

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Mon, 1 Jun 2014 16:38:48 +0000

zulucrypt (4.7.5-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
     -- 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).

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Sun, 1 Mar 2014 16:38:48 +0000

zulucrypt (4.7.4-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
     - fix a bug that hanged zuluMount-gui on failed attempt at unlocking a plain dm-crypt volume at a none zero offset.

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Mon, 6 Oct 2014 16:38:48 +0000

zulucrypt (4.7.3-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
     - fix build issues on Qt5.
     - add an ability to change TrueCrypt volume key.
     - 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 ability to create volumes with different crypto options.

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Wed, 1 Oct 2014 16:38:48 +0000

zulucrypt (4.7.2-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
     - add an ability to open a TrueCrypt volume using a combination of a passphrases and one or more keyfiles

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Sat, 7 Jun 2014 16:38:48 +0000

zulucrypt (4.7.1-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
    - fix a build issue with gcc 4.9

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Sat, 3 May 2014 16:38:48 +0000

zulucrypt (4.7.0-1) UNRELEASED; urgency=low
  [Mhogo Mchungu]
  * New Features
    - 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.

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Thu, 1 May 2014 16:38:48 +0000

zulucrypt (4.6.9-1) UNRELEASED; urgency=low

  [Mhogo Mchungu]
  * New features
    - 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

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Sat, 1 Mar 2014 16:38:48 +0000

zulucrypt (4.6.8-1) UNRELEASED; urgency=low

  [Mhogo Mchungu]
  * New features
    - add zuluSafe-cli,a simple tool to securely store files
    - add ability to save and restore truecrypt volume headers

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Sun, 19 Jan 2014 16:38:48 +0000

zulucrypt (4.6.7-2) UNRELEASED; urgency=low

  [Balint Reczey]
  * Hand over maintenance to Mhogo Mchungu
    - the package is maintained outside of Debian for now

 -- Mhogo Mchungu <mhogomchungu@gmail.com>  Sat, 30 Nov 2013 11:49:55 +0100

zulucrypt (4.6.7-1) unstable; urgency=low

  [Balint Reczey]
  * Initial release (Closes: #703911)
  * Conversion to use multiarch

  [Laszlo Boszormenyi (GCS)]
  * Various packaging fixes
    - Add .install files
    - Proper install target in debian/rules
    - Finish debian/copyright
    - Add build dependencies and binary dependencies

 -- Balint Reczey <balint@balintreczey.hu>  Sat, 23 Nov 2013 11:46:39 +0100

openSUSE Build Service is sponsored by