Skip to content

Commit

Permalink
SecureDrop 2.7.0~rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Oct 19, 2023
1 parent bec9c2f commit e3faedd
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 5 deletions.
17 changes: 17 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2.7.0~rc2

### Web applications

* Update translation workflow to support continuous updates (#7010)

### Operations

* Use systemd timers to check for disconnected submissions and source listings (#7009)
* Dependency changes:
* Update Ansible from 2.9.26 to 6.7.0 (ansible-core version 2.13.7) (#6830)

### Development:

* Dependency changes:
* Update markupsafe from 2.0.1 to 2.1.2 (#7014)

## 2.7.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.7.0~rc1"
securedrop_version: "2.7.0~rc2"
securedrop_app_code_sdist_name: "securedrop-app-code-{{ securedrop_version | replace('~', '-') }}.tar.gz"

grsecurity: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: SecureDrop 2.7.0~rc1\n"
"Project-Id-Version: SecureDrop 2.7.0~rc2\n"
"Report-Msgid-Bugs-To: securedrop@freedom.press\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
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.7.0~rc2+focal) focal; urgency=medium

* see changelog.md

-- SecureDrop Team <securedrop@freedom.press> Thu, 19 Oct 2023 18:12:25 -0400

securedrop (2.7.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.7.0~rc1",
version="2.7.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/translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: SecureDrop 2.7.0~rc1\n"
"Project-Id-Version: SecureDrop 2.7.0~rc2\n"
"Report-Msgid-Bugs-To: securedrop@freedom.press\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
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.7.0~rc1"
__version__ = "2.7.0~rc2"

0 comments on commit e3faedd

Please sign in to comment.