Skip to content

Commit

Permalink
This commit marks the release point of version 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Aug 3, 2020
1 parent 7c09ad9 commit 9974336
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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.4.5" )
set( PGR_VERSION "1.4.6" )
set( COPYRIGHT_YEARS "2016-2020" )

add_definitions( -Wextra -Wall -pedantic )
Expand Down
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,7 @@ version 1.4.2(December 18,2019)
-- Fix a bug that caused SiriKali to attempt to auto unlock not available favorite volume at startup.
-- Fix a bug that caused SiriKali to delay showing up in GNOME or any other DE that does not use
system tray functionality.

version 1.4.6(August 03,2020)
[ALL]
-- Fix a crash when trying to unlock volume by clicking the "mount volume" button.
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.4.5" to SiriKali version you are building.
ps: at step 5,replace "1.4.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.4.5.tar ../SiriKali-1.4.5
xz -z ~/rpmbuild/SOURCES/SiriKali-1.4.5.tar
tar -cf ~/rpmbuild/SOURCES/SiriKali-1.4.6.tar ../SiriKali-1.4.6
xz -z ~/rpmbuild/SOURCES/SiriKali-1.4.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.4.5
Version: 1.4.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.4.6" timestamp="1596453789"></release>
<release version="1.4.5" timestamp="1596304029"></release>
<release version="1.4.4" timestamp="1590982845"></release>
<release version="1.4.3" timestamp="1585718929"></release>
Expand Down

0 comments on commit 9974336

Please sign in to comment.