Skip to content

Latest commit

 

History

History
141 lines (85 loc) · 3.37 KB

CHANGES.rst

File metadata and controls

141 lines (85 loc) · 3.37 KB

Changelog

This project adheres to Semantic Versioning and human-readable changelog.

fdeunlock master - unreleased

fdeunlock v0.7.3 - 2019-07-05

Fixed

  • Fix support to use a non-default ssh port. [ypid_]

fdeunlock v0.7.2 - 2017-09-23

Added

Fixed

  • Fix support to control cryptroot-unlock in different configurations. [ypid_]

fdeunlock v0.7.1 - 2017-04-01

Fixed

  • FDEunlock tried to execute :command:`None` as command and failed in case the start_command config option was not set. Problem was implicit type conversation from None to str. [ypid_]

fdeunlock v0.7.0 - 2017-03-31

Added

Changed

  • Major rework and code quality improvements. [ypid_]
  • Rename from scout to FDEunlock (project name) and :command:`fdeunlock` (package and command name). [ypid_]
  • Changed license from GPL-3.0+ to AGPL-3.0. [ypid_]
  • Taken over maintenance of the project. Refer to this issue for details. [ypid_]

scout v0.6.0 - 2016-03-06

Added

  • Support interactive mode to drop into a shell after verification. [sdrfnord_]

scout v0.5.0 - 2015-01-13

Changed

scout v0.4.0 - 2014-06-30

Added

  • Encryption passphrase can be read from a configuration file. [sdrfnord_]

Changed

scout.bash v0.1.0 - 2013-10-06

Added