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 Oct 1, 2020
1 parent ddffe16 commit 9f5f245
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 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.6" )
set( PGR_VERSION "1.4.7" )
set( COPYRIGHT_YEARS "2016-2020" )

add_definitions( -Wextra -Wall -pedantic )
Expand Down
4 changes: 3 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ version 1.4.2(December 18,2019)
[ALL]
-- Fix a crash when trying to unlock volume by clicking the "mount volume" button.

version 1.4.7(Unreleased)
version 1.4.7(October 01,2020)
[ALL]
-- Make the UI more user friendly to ssh based backends by using texts that make most sense
in this backend.
Expand All @@ -254,3 +254,5 @@ version 1.4.2(December 18,2019)
passwords based on connection's port number.
-- Do not silently fail when a user attempt to add a favorite entry and its name collide with an
existing entry.
-- Add explicit support for extensions that do not use cipher path and use "google-drive-ocamlfuse"
as a reference program.
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.6" to SiriKali version you are building.
ps: at step 5,replace "1.4.7" 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.6.tar ../SiriKali-1.4.6
xz -z ~/rpmbuild/SOURCES/SiriKali-1.4.6.tar
tar -cf ~/rpmbuild/SOURCES/SiriKali-1.4.7.tar ../SiriKali-1.4.7
xz -z ~/rpmbuild/SOURCES/SiriKali-1.4.7.tar

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

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

Name: SiriKali
Version: 1.4.6
Version: 1.4.7
Release: 0
Summary: SiriKali is a Qt/C++ GUI front end to encfs,cryfs,gocryptfs,ecryptfs and securefs.
Summary: SiriKali is a Qt/C++ GUI front end to fscrypt,encfs,cryfs,gocryptfs,ecryptfs and securefs.
License: GPL-2.0+
Group: Productivity/Security
Source: %{name}-%{version}.tar.xz
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="1601526348"></release>
<release version="1.4.6" timestamp="1596453789"></release>
<release version="1.4.5" timestamp="1596304029"></release>
<release version="1.4.4" timestamp="1590982845"></release>
Expand Down

0 comments on commit 9f5f245

Please sign in to comment.