Skip to content

Commit e0e3948

Browse files
Merge pull request #7193 from freedomofpress/bump-2_9_0-ver
Bump Securedrop version to 2.9.0 for release.
2 parents 54e6293 + cb3b9bc commit e0e3948

6 files changed

Lines changed: 12 additions & 42 deletions

File tree

changelog.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,17 @@
11
# Changelog
22

3-
## 2.9.0~rc3
4-
5-
### Journalist API
6-
* Added support for HTTP range request for submissions and replies endpoints (#7160, #7189)
7-
8-
### Development
9-
* Ignored safety alerts 42926, 51385, 53048, 53868, 53869, 54219, 54421, 59473, 60026, 65505, 66667, 71591, 71594, 71595, 71608, 71680, 71681, 71684 (#7190)
10-
11-
## 2.9.0~rc2
3+
## 2.9.0
124

135
### Web applications
6+
* Added accessibility improvements (#6536)
147
* Dependency updates:
158
* (Rust) sequoia-openpgp from 1.17.0 to 1.20.0 (#7178)
169

17-
### Operations
18-
* Added opt-in Tor PoW defense for the Source Interface (#7175)
19-
20-
### Development
21-
* Ignored safety alert 70895 (#7179)
22-
* Added support for development virtualenv in Debian 12 (#7154)
23-
24-
## 2.9.0~rc1
25-
26-
### Web applications
27-
* Added accessibility improvements (#6536)
28-
2910
### Journalist API
30-
* Added support for HTTP range request for submissions and replies endpoints (#7160)
11+
* Added support for partial content requests for submissions and replies endpoints (#7160, #7189)
3112

3213
### Operations
14+
* Added opt-in Tor PoW defense for the Source Interface (#7175)
3315
* Updated SecureDrop signing key with new expiry date of 2027-05-24 (#7167)
3416

3517
### Development
@@ -38,12 +20,12 @@
3820
* Fixed loaddata.py date generation bug (#7156)
3921
* Updated test signing key (#7150)
4022
* Added persistence for onion addresses created with `make dev-tor` (#7124)
41-
* Ignored safety alerts 66278, 65212, 65401, 65193, 65510, 65511, 66700, 66777, 66704, 66710, 70612, 71064 (#7145, #7149, #7157, #7170)
23+
* Ignored safety alerts 66278, 65212, 65401, 65193, 65510, 65511, 66700, 66777, 66704, 66710, 70612, 71064, 42926, 51385, 53048, 53868, 53869, 54219, 54421, 59473, 60026, 65505, 66667, 71591, 71594, 71595, 71608, 71680, 71681, 71684, 70895 (#7145, #7149, #7157, #7170, #7179, #7190)
24+
* Added support for development virtualenv in Debian 12 (#7154)
4225
* Dependency updates:
4326
* black from 22.3.0 to 24.3.0 (#7144)
4427
* pillow from 10.2.0 to 10.3.0 (#7149)
4528

46-
4729
## 2.8.0
4830

4931
### Web applications

install_files/ansible-base/group_vars/all/securedrop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Variables that apply to both the app and monitor server go in this file
33
# If the monitor or app server need different values define the variable in
44
# hosts_vars/app.yml or host_vars/mon.yml
5-
securedrop_version: "2.9.0~rc3"
5+
securedrop_version: "2.9.0"
66
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"
77

88
grsecurity: true

molecule/shared/stable.ver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.0
1+
2.9.0

securedrop/debian/changelog

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
securedrop (2.9.0~rc3+focal) focal; urgency=medium
1+
securedrop (2.9.0+focal) focal; urgency=medium
22

33
* see changelog.md
44

5-
-- SecureDrop Team <securedrop@freedom.press> Tue, 25 Jun 2024 17:27:17 -0400
6-
7-
securedrop (2.9.0~rc2+focal) focal; urgency=medium
8-
9-
* see changelog.md
10-
11-
-- SecureDrop Team <securedrop@freedom.press> Thu, 13 Jun 2024 17:42:18 -0400
12-
13-
securedrop (2.9.0~rc1+focal) focal; urgency=medium
14-
15-
* see changelog.md
16-
17-
-- SecureDrop Team <securedrop@freedom.press> Wed, 29 May 2024 11:32:58 -0400
5+
-- SecureDrop Team <securedrop@freedom.press> Thu, 27 Jun 2024 13:42:10 -0400
186

197
securedrop (2.8.0+focal) focal; urgency=medium
208

securedrop/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name="securedrop-app-code",
7-
version="2.9.0~rc3",
7+
version="2.9.0",
88
author="Freedom of the Press Foundation",
99
author_email="securedrop@freedom.press",
1010
description="SecureDrop Server",

securedrop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.0~rc3"
1+
__version__ = "2.9.0"

0 commit comments

Comments
 (0)