Skip to content

Commit

Permalink
Merge pull request #7185 from freedomofpress/bump-2.9.0-rc2-ver
Browse files Browse the repository at this point in the history
Create 2.9.0-rc2 version
  • Loading branch information
zenmonkeykstop committed Jun 13, 2024
2 parents e9155ee + 6d39e39 commit ecabb1a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 2.9.0~rc2

### Web applications
* Dependency updates:
* (Rust) sequoia-openpgp from 1.17.0 to 1.20.0 (#7178)

### Operations
* Added opt-in Tor PoW defense for the Source Interface (#7175)

### Development
* Ignored safety alert 70895 (#7179)
* Added support for development virtualenv in Debian 12 (#7154)

## 2.9.0~rc1

### Web applications
Expand Down
2 changes: 1 addition & 1 deletion install_files/ansible-base/group_vars/all/securedrop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Variables that apply to both the app and monitor server go in this file
# If the monitor or app server need different values define the variable in
# hosts_vars/app.yml or host_vars/mon.yml
securedrop_version: "2.9.0~rc1"
securedrop_version: "2.9.0~rc2"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

grsecurity: true
Expand Down
6 changes: 6 additions & 0 deletions securedrop/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
securedrop (2.9.0~rc2+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Thu, 13 Jun 2024 17:42:18 -0400

securedrop (2.9.0~rc1+focal) focal; urgency=medium

* see changelog.md
Expand Down
2 changes: 1 addition & 1 deletion securedrop/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="securedrop-app-code",
version="2.9.0~rc1",
version="2.9.0~rc2",
author="Freedom of the Press Foundation",
author_email="securedrop@freedom.press",
description="SecureDrop Server",
Expand Down
2 changes: 1 addition & 1 deletion securedrop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.9.0~rc1"
__version__ = "2.9.0~rc2"

0 comments on commit ecabb1a

Please sign in to comment.