From 5f414c46577170218f587b280879fad127418799 Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Thu, 12 Dec 2019 20:21:49 +0530 Subject: [PATCH] Fixes #107 by adding executable permission https://github.com/freedomofpress/securedrop-debian-packaging/issues/107 and also updates the version. --- changelog.md | 4 ++++ securedrop-log | 0 securedrop_log/VERSION | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 securedrop-log diff --git a/changelog.md b/changelog.md index 9c18f3c15..c62e4db27 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.2 + + * Fixes execution permission for securedrop-log command. + ## 0.0.1 * Initial release. diff --git a/securedrop-log b/securedrop-log old mode 100644 new mode 100755 diff --git a/securedrop_log/VERSION b/securedrop_log/VERSION index 8acdd82b7..4e379d2bf 100644 --- a/securedrop_log/VERSION +++ b/securedrop_log/VERSION @@ -1 +1 @@ -0.0.1 +0.0.2