Skip to content

Commit

Permalink
SecureDrop Workstation 0.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed May 19, 2020
1 parent 54d1c99 commit c73e664
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.3.0-rc1
15 changes: 11 additions & 4 deletions rpm-build/SPECS/securedrop-workstation-dom0-config.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Name: securedrop-workstation-dom0-config
Version: 0.2.4
Release: 1%{?dist}
Version: 0.3.0
Release: 0.rc1.1%{?dist}
Summary: SecureDrop Workstation

Group: Library
License: GPLv3+
URL: https://github.com/freedomofpress/securedrop-workstation
Source0: securedrop-workstation-dom0-config-0.2.4.tar.gz
Source0: securedrop-workstation-dom0-config-0.3.0rc1.tar.gz

BuildArch: noarch
BuildRequires: python3-setuptools
Expand All @@ -28,7 +28,7 @@ configuration over time.
%undefine py_auto_byte_compile

%prep
%setup -q
%setup -n securedrop-workstation-dom0-config-0.3.0rc1

%build
%{__python3} setup.py build
Expand Down Expand Up @@ -106,6 +106,13 @@ find /srv/salt -maxdepth 1 -type f -iname '*.top' \
| xargs qubesctl top.enable > /dev/null

%changelog
* Tue May 19 2020 SecureDrop Team <[email protected] - 0.3.0-rc1
- Removes package updates from sd-log AppVM config
- Permit whitelisting VMs for copy/paste & copying logs via tags
- Safely shut down sys-usb; tweak logging
- Clear Salt cache and synchronize Salt before installing/uninstalling
- Logs more VM state info in updater

* Mon Mar 30 2020 SecureDrop Team <[email protected]> - 0.2.4
- Adjusts VM reboot order, to stabilize updater behavior

Expand Down

0 comments on commit c73e664

Please sign in to comment.