Skip to content

Commit

Permalink
Merge pull request #7383 from freedomofpress/2-11-0rc2
Browse files Browse the repository at this point in the history
SecureDrop 2.11.0~rc2
  • Loading branch information
legoktm authored Dec 12, 2024
2 parents b774641 + 15c2c5a commit 2160f13
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 11 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.11.0~rc2

* Address translators' feedback on UI strings (#7370)
* Improve output of Ubuntu Noble pre-migration check script (#7369)
* Run `securedrop-remove-packages` hourly instead of daily (#7377)
* Allow `apache2` to read `/etc/securedrop-noble-migration.json` under AppArmor (#7378)
* Remove stray Ubuntu file `/etc/apt/apt.conf.d/zzzz-temp-installer-unattended-upgrade` if it exists (#7380)

## 2.11.0~rc1

The main focus for this release was to prepare SecureDrop servers for upgrading
Expand Down Expand Up @@ -125,7 +133,7 @@ our [blog post](https://securedrop.org/news/securedrop-2_10_0-released/) for mor

### Development
* Updated rust toolchain to version 1.78.0 (#7147)
* Added random file generation in loaddata.py (#7161)
* Added random file generation in loaddata.py (#7161)
* Fixed loaddata.py date generation bug (#7156)
* Updated test signing key (#7150)
* Added persistence for onion addresses created with `make dev-tor` (#7124)
Expand Down Expand Up @@ -384,7 +392,7 @@ our [blog post](https://securedrop.org/news/securedrop-2_10_0-released/) for mor

### CI

* Added exclusions for 2 irrelevant safety db entries (#6473, #6477)
* Added exclusions for 2 irrelevant safety db entries (#6473, #6477)

## 2.4.0

Expand Down Expand Up @@ -422,7 +430,7 @@ our [blog post](https://securedrop.org/news/securedrop-2_10_0-released/) for mor
### CI

* Removed logic to fetch Tor packages in nightly build (#6349)
* Replaced codecov Bash uploader with binary uploader (#6416)
* Replaced codecov Bash uploader with binary uploader (#6416)
* Updated CircleCI to use Python 3.8 image, GCE to use Debian 11 (bullseye) base image (#6431)

## 2.3.2
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.11.0~rc1"
securedrop_version: "2.11.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.11.0~rc2) unstable; urgency=medium

* see changelog.md

-- SecureDrop Team <[email protected]> Wed, 11 Dec 2024 14:27:30 -0800

securedrop (2.11.0~rc1) unstable; 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.11.0~rc1",
version="2.11.0~rc2",
author="Freedom of the Press Foundation",
author_email="[email protected]",
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.11.0~rc1"
__version__ = "2.11.0~rc2"

0 comments on commit 2160f13

Please sign in to comment.