diff --git a/VERSION b/VERSION index 1bb19905..3eefcb9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0rc3 +1.0.0 diff --git a/changelog.md b/changelog.md index e88aa86c..9fd7193f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,18 +1,6 @@ # changelog -## 1.0.0-rc3 - -* Fix updater only restarting `sys-*` qubes (#1128) -* Remove some debug output at the end of provisioning (#1126) -* In the updater, always force template updates (#1142) - -## 1.0.0-rc2 - -* Update lookup path for Notify.py update script (#1108) -* Ensure and verify files in built RPM have their mtime clamped (#1114) -* Set menu items for sd-devices and sd-whonix (#1112) - -## 1.0.0-rc1 +## 1.0.0 This is the first release targeting Qubes 4.2 and will require a full reinstall. As we have reached 1.0.0, we are transitioning @@ -20,18 +8,20 @@ from a closed pilot to an open beta program. If you are interested in using SecureDrop Workstation, please reach out to us via the [support portal](https://docs.securedrop.org/en/stable/getting_support.html). -* Add Qubes 4.2 support (#970, #976, #983, #987, #993, #995) +* Add Qubes 4.2 support (#970, #976, #983, #987, #993, #995, #1126) * Create base template by cloning debian-12-minimal template (#970) * Switch to new [RPC .policy file format](https://www.qubes-os.org/doc/qrexec/#policy-files) (#990) * Add scalable version of SecureDrop icon (#974) * Update for proxy v2 (#1026) * Update release signing key expiry to May 2027 (#1046) -* Integrate Qubes 4.2 updater into ours (#1023) +* Integrate Qubes 4.2 updater into ours (#1023, #1128, #1142) * Require securedrop-workstation-dom0 RPM updates (#1054) * Make our VMs internal, hiding their applications from the menu (#857, #1098) * Set all VMs `default_dispvm` to None except sd-app and verify that (#1068, #1084) * Move to Fedora 40 base system template (#1078) * Support viewing `*.webp` images (#614) +* Set menu items for sd-devices and sd-whonix (#1112) +* Ensure and verify files in built RPM have their mtime clamped (#1114) * Provisioning: * Set vm-config features for sd-app, sd-proxy, sd-whonix (#1001) @@ -71,3 +61,4 @@ in using SecureDrop Workstation, please reach out to us via the * Remove `--keep-template-rpm` flag (#1067) * Fix update_version.sh (#1074) * Update README to include information about new repository structure (#1072) + * Update lookup path for Notify.py update script (#1108) diff --git a/rpm-build/SPECS/securedrop-workstation-dom0-config.spec b/rpm-build/SPECS/securedrop-workstation-dom0-config.spec index ed559104..f697a5ef 100644 --- a/rpm-build/SPECS/securedrop-workstation-dom0-config.spec +++ b/rpm-build/SPECS/securedrop-workstation-dom0-config.spec @@ -1,5 +1,5 @@ Name: securedrop-workstation-dom0-config -Version: 1.0.0rc3 +Version: 1.0.0 Release: 1%{?dist} Summary: SecureDrop Workstation @@ -173,7 +173,7 @@ if [ $1 -eq 0 ]; then fi %changelog -* Wed Jul 10 2024 SecureDrop Team - 1.0.0 +* Thu Jul 11 2024 SecureDrop Team - 1.0.0 - See changelog.md * Wed Feb 7 2024 SecureDrop Team - 0.10.0