Skip to content

Commit

Permalink
this commit marks the release point of version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Jun 1, 2020
1 parent 371e160 commit eb25cfb
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.4.3" )
set( PGR_VERSION "1.4.4" )
set( COPYRIGHT_YEARS "2016-2020" )

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 @@ -205,7 +205,7 @@ version 1.4.2(December 18,2019)
this bug: https://github.com/cryfs/cryfs/issues/319
-- Fix a breaking change in how fscrypt 0.2.7 reported its version info.

version 1.4.4(unreleased)
version 1.4.4(June 01,2020)
[WINDOWS]
-- Add support for storing keys securely on Windows by using Window's Data Protection API.

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.4.3" to SiriKali version you are building.
ps: at step 5,replace "1.4.4" 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.3.tar ../SiriKali-1.4.3
xz -z ~/rpmbuild/SOURCES/SiriKali-1.4.3.tar
tar -cf ~/rpmbuild/SOURCES/SiriKali-1.4.4.tar ../SiriKali-1.4.4
xz -z ~/rpmbuild/SOURCES/SiriKali-1.4.4.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.3
Version: 1.4.4
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 @@ -35,6 +35,7 @@
<releases>
<!-- Get timestamp with 'date +%s' -->

<release version="1.4.4" timestamp="1590982845"></release>
<release version="1.4.3" timestamp="1585718929"></release>
<release version="1.4.2" timestamp="1576640518"></release>
<release version="1.4.1" timestamp="1571142210"></release>
Expand Down

0 comments on commit eb25cfb

Please sign in to comment.