Skip to content

Commit

Permalink
this commit marks the release point of version 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Dec 1, 2016
1 parent 4ef42bf commit cce6c36
Show file tree
Hide file tree
Showing 23 changed files with 20 additions and 13 deletions.
9 changes: 4 additions & 5 deletions BUILD_INSTRUCTIONS
Expand Up @@ -9,10 +9,9 @@ This tool depends on the following packages installed to build, their precise na

1. libpwquality-devel( optional dependency used to check the quality of passwords when creating volumes )
2. libblkid-devel
3. libqt4-devel( required if building GUI components )
libqt4-network
libqtcore4
libqtgui4
3. For Qt4 build(libqt4-devel or a package that provides libqt4-network-devel,libqtcore4-devel,libqtgui4-devel)
For Qt5 build(qt5-base-devel or a packages that provides Qt5Core-devel,Qt5Gui-devel,Qt5Network-devel)
Above packages are required if building GUI components.
4. gcc
5. gcc-c++
6. cryptsetup-devel
Expand Down Expand Up @@ -62,7 +61,7 @@ mkdir build

cd build

cmake -DCMAKE_INSTALL_PREFIX=/usr -DSHARE_MOUNT_PREFIX=default -DUDEVSUPPORT=true -DNOGUI=false -DQT5=false
cmake -DCMAKE_INSTALL_PREFIX=/usr -DSHARE_MOUNT_PREFIX=default -DUDEVSUPPORT=true -DNOGUI=false -DQT5=true
-DHOMEMOUNTPREFIX=false -DREUSEMOUNTPOINT=false -DNOGNOME=false -DINTERNAL_ZULUPLAY=false -DNOKDE=false
-DINTERNAL_LXQT_WALLET=false -DUSE_POLKIT=false -DCMAKE_BUILD_TYPE=RELEASE . ..

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -9,7 +9,7 @@ project(zuluCrypt)

INCLUDE(GNUInstallDirs)

set( PGR_VERSION "5.0.1" )
set( PGR_VERSION "5.0.2" )
set( LIB_VERSION "1.2.0" )
set( LIB_PLUGIN_VERSION "1.0.0" )

Expand Down
File renamed without changes.
@@ -1,5 +1,5 @@

1. If this folder is named "debian_package_info" then rename it to "debian" before proceeding.
1. If this folder is named "debian.upstream" then rename it to "debian" before proceeding.

These instructions starts with howto on ubuntu or any other debian based distribtion that use "sudo" command
to gain root's privileges and then ends with howto on debian or any other debian based distribtion
Expand Down Expand Up @@ -34,7 +34,7 @@ HOW TO BUILD A ZULUCRYPT PACKAGE ON UBUNTU OR ANY OTHER DEBIAN BASED DISTRIBUTIO

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

tar cf - . | xz -zf - > ../zulucrypt_5.0.1.orig.tar.xz
tar cf - . | xz -zf - > ../zulucrypt_5.0.2.orig.tar.xz

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

Expand Down Expand Up @@ -90,7 +90,7 @@ HOW TO BUILD A ZULUCRYPT PACKAGE ON DEBIAN OR ANY OTHER DEBIAN BASED DISTRIBUTIO

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

tar cf - . | xz -zf - > ../zulucrypt_5.0.1.orig.tar.xz
tar cf - . | xz -zf - > ../zulucrypt_5.0.2.orig.tar.xz

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

Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions debian_package_info/changelog → debian.upstream/changelog
@@ -1,3 +1,11 @@
zulucrypt (5.0.2-1) UNRELEASED; urgency=low
[Mhogo Mchungu]
* New Features
-- add support for unlocking ecryptfs volumes in zuluMount-gui through ecryptfs-simple backend.
-- fix a hand when creating/unlocking volumes some users where experiencing.

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

zulucrypt (5.0.1-1) UNRELEASED; urgency=low
[Mhogo Mchungu]
* New Features
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions rpm/BUILD_INSTRUCTIONS
@@ -1,6 +1,6 @@

ps: copy and paste all given commands to make sure you dont mistype them.
ps: at step 5,replace "5.0.1" to zuluCrypt version you are building.
ps: at step 5,replace "5.0.2" 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.0.1.tar ../zuluCrypt-5.0.1
xz -z ~/rpmbuild/SOURCES/zuluCrypt-5.0.1.tar
tar -cf ~/rpmbuild/SOURCES/zuluCrypt-5.0.2.tar ../zuluCrypt-5.0.2
xz -z ~/rpmbuild/SOURCES/zuluCrypt-5.0.2.tar

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

Expand Down
2 changes: 1 addition & 1 deletion rpm/zuluCrypt.spec
Expand Up @@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

Name: zuluCrypt
Version: 5.0.1
Version: 5.0.2
Release: 0
Summary: Qt GUI front end to cryptsetup
License: GPL-2.0+
Expand Down

0 comments on commit cce6c36

Please sign in to comment.