Skip to content

Commit

Permalink
this commit marks the release point of version 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Feb 4, 2020
1 parent acd9b03 commit 8f7e989
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(zuluCrypt)

INCLUDE(GNUInstallDirs)

set( PGR_VERSION "5.7.0" )
set( PGR_VERSION "5.7.1" )
set( LIB_VERSION "1.2.0" )
set( LIB_PLUGIN_VERSION "1.0.0" )

Expand Down Expand Up @@ -89,7 +89,7 @@ file( WRITE ${PROJECT_BINARY_DIR}/version_1.h "
file( WRITE ${PROJECT_BINARY_DIR}/version.h "
#ifndef ZULUCRYPT_VERSION
#define ZULUCRYPT_VERSION
#define VERSION_STRING \"Version : ${PGR_VERSION}\\nCopyright: 2011-2019 Francis Banyikwa,[email protected]\\nLicense : GPLv2+\"
#define VERSION_STRING \"Version : ${PGR_VERSION}\\nCopyright: 2011-2020 Francis Banyikwa,[email protected]\\nLicense : GPLv2+\"
#endif
\n" )

Expand Down
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,6 @@ version 5.7.1
-- The two changes above will hopefully solve long standing problems around
unlocking TrueCrypt/VeraCrypt volumes that use preboot authentication.
-- Use cryptsetup by default instead of dislocker to unlock BitLocker volumes
if installed version of cryptsetup >= 2.3.0(released on February 3,2020.
if installed version of cryptsetup >= 2.3.0(released on February 3,2020).
Users of cryptsetup >= 2.3.0 who prefer to use dislocker to unlock
BitLocker volumes should create a text file at "/etc/zuluCrypt/dislocker".
6 changes: 3 additions & 3 deletions rpm/BUILD_INSTRUCTIONS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

ps: copy and paste all given commands to make sure you dont mistype them.
ps: at step 5,replace "5.7.0" to zuluCrypt version you are building.
ps: at step 5,replace "5.7.1" to zuluCrypt version you are building.
ps: these instructions assumes rpm build directory is at "~/rpmbuild".
Modify the paths in step 5 if they are different in your distribution.

Expand Down Expand Up @@ -39,8 +39,8 @@ ps: these instructions assumes rpm build directory is at "~/rpmbuild".
****************************************************************************************************************

rpmdev-setuptree
tar -cf ~/rpmbuild/SOURCES/zuluCrypt-5.7.0.tar ../zuluCrypt-5.7.0
xz -z ~/rpmbuild/SOURCES/zuluCrypt-5.7.0.tar
tar -cf ~/rpmbuild/SOURCES/zuluCrypt-5.7.1.tar ../zuluCrypt-5.7.1
xz -z ~/rpmbuild/SOURCES/zuluCrypt-5.7.1.tar

****************************************************************************************************************

Expand Down
4 changes: 1 addition & 3 deletions rpm/zuluCrypt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

Name: zuluCrypt
Version: 5.7.0
Version: 5.7.1
Release: 0
Summary: Qt GUI front end to cryptsetup
License: GPL-2.0+
Expand Down Expand Up @@ -125,8 +125,6 @@ rm -rf $RPM_BUILD_DIR/zuluCrypt
%{_libdir}/zuluCrypt/zuluCrypt-testKey
%{_libdir}/zuluCrypt/keykeyfile
%{_libdir}/zuluCrypt/keydialog-qt
%{_libdir}/zuluCrypt/luks
%{_libdir}/zuluCrypt/generic_header
%{_libdir}/zuluCrypt/steghide
%{_libdir}/zuluCrypt/tomb
%{_libdir}/zuluCrypt/gpg
Expand Down

0 comments on commit 8f7e989

Please sign in to comment.