Skip to content

Commit

Permalink
Update files for v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Coltel committed Nov 17, 2020
1 parent ae75517 commit e5a3953
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
# v0.7.2
- Bugfixes:
- Fix compilation on OSX when ruby dependency is installed

- Feature improvement:
- Reported NTFS volume size is more accurate (thanks @haobinnan)
- Add ability to decrypt from a VMK file (thanks Seunghun Han)
- Add ability to read the user password from the envrironment variable `DISLOCKER_PASSWORD` (thanks @mhogomchungu)
- Add ability to read the user password from pipes (thanks @mhogomchungu)
- Decryption/encryption speed has been improved by disabling faulty threading

# v0.7.1
This version is only used to update dislocker's brew file and the BitBake recipe
for OSX's and BitBake's users to be able to download v0.7. If you're not an OSX
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -43,7 +43,7 @@ endif()

set (VERSION_MAJOR 0)
set (VERSION_MINOR 7)
set (VERSION_RELEASE 1)
set (VERSION_RELEASE 2)
set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_RELEASE}")

add_subdirectory (${PROJECT_SOURCE_DIR}/src)
Expand Down

0 comments on commit e5a3953

Please sign in to comment.