Skip to content

Commit

Permalink
This commit marks the release point of version 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Oct 1, 2018
1 parent b868bae commit 140e903
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set_property( GLOBAL PROPERTY ALLOW_DUPLICATE_CUSTOM_TARGETS ON )

project( sirikali )

set( PGR_VERSION "1.3.5" )
set( PGR_VERSION "1.3.6" )

add_definitions( -Wextra -Wall -pedantic )

Expand Down
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ version 1.3.5(August 1st,2018)
-- Add ability to edit favorites entries.
-- Fix a bug on windows when unlocking securefs volume with a custom config path.

version 1.3.5(October 1st,2018)
version 1.3.6(October 1st,2018)
-- Add ability to pass both fuse options and options specific to backends when unlocking a volume.
-- For example, this option will allow passing "--allow-filesystem-upgrade" option to cryfs backend when
unlocking a cryfs volume to automatically upgrade the volume's file system when necessary.
Expand Down
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 "1.3.5" to SiriKali version you are building.
ps: at step 5,replace "1.3.6" to SiriKali 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 @@ -32,8 +32,8 @@ ps: these instructions assumes rpm build directory is at "~/rpmbuild".
****************************************************************************************************************

rpmdev-setuptree
tar -cf ~/rpmbuild/SOURCES/SiriKali-1.3.5.tar ../SiriKali-1.3.5
xz -z ~/rpmbuild/SOURCES/SiriKali-1.3.5.tar
tar -cf ~/rpmbuild/SOURCES/SiriKali-1.3.6.tar ../SiriKali-1.3.6
xz -z ~/rpmbuild/SOURCES/SiriKali-1.3.6.tar

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

Expand Down
2 changes: 1 addition & 1 deletion rpm/sirikali.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: SiriKali
Version: 1.3.5
Version: 1.3.6
Release: 0
Summary: SiriKali is a Qt/C++ GUI front end to encfs,cryfs,gocryptfs,ecryptfs and securefs.
License: GPL-2.0+
Expand Down
1 change: 1 addition & 0 deletions src/sirikali.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</screenshots>
<releases>
<!-- Get timestamp with 'date +%s' -->
<release version="1.3.6" timestamp="1538367334"></release>
<release version="1.3.5" timestamp="1533095820"></release>
<release version="1.3.4" timestamp="1524854556"></release>
<release version="1.3.3" timestamp="1518428704"></release>
Expand Down

0 comments on commit 140e903

Please sign in to comment.