|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 2.8.0~rc2 |
4 |
| - |
5 |
| -* Updated GUI updater to use wayland QT plugin by default, falling back to xcb (#7134) |
6 |
| - |
7 |
| -## 2.8.0~rc1 |
| 3 | +## 2.8.0 |
8 | 4 |
|
9 | 5 | ### Web applications
|
10 | 6 | * Updated strings based on translator feedback (#7057)
|
11 | 7 | * Improved redwood stream performance and testing (#7070)
|
12 |
| -* Update wordlist to remove potentially confusing or offensive terms (#7024) |
| 8 | +* Updated wordlist to remove potentially confusing or offensive terms (#7024) |
13 | 9 | * Dependency changes:
|
14 |
| - * openssl rust crate from 0.10.57 to 0.10.60 (#7083) |
15 | 10 | * cryptography from 41.0.3 to 41.0.7 (#7086)
|
16 |
| - * rustix rust crate from 0.38.18 to 0.38.21 (#7114) |
| 11 | + * jinja2 from 3.0.2 to 3.1.3 (#7107) |
| 12 | + * is-terminal rust crate from 0.4.9 to 0.4.12 (#7114) |
| 13 | + * openssl rust crate from 0.10.57 to 0.10.60 (#7083) |
17 | 14 |
|
18 | 15 | ### Operations
|
19 | 16 | * Updated copyright strings to reference 2024 (#7099)
|
20 |
| -* Removed deprecated mitigation for CVE-2019-3462 (#7053) |
| 17 | +* Removed obsolete mitigation for CVE-2019-3462 (#7053) |
21 | 18 | * Improved logic for installing admin tool apt dependencies in Tails (#7088)
|
22 | 19 | * Added support for Tails 6 to admin tools (#7116)
|
| 20 | +* Updated GUI updater to use wayland QT plugin by default, falling back to xcb (#7134) |
23 | 21 | * Dependency changes:
|
24 | 22 | * Ansible from 6.7.0 to 8.7.0 (#7116)
|
25 | 23 | * cffi from 1.14.5 to 1.16.0 (#7116)
|
|
32 | 30 | * Fixed cargo-vet binary caching (#7065)
|
33 | 31 | * Upgraded to cargo-vet 0.9.0 (#7101)
|
34 | 32 | * Enabled dependabot for Github Actions (#7102)
|
35 |
| -* Dependabot updates (#7105, #7104, #7108) |
36 | 33 | * Fixed broken apt caches in staging-test-with-rebase job (#7110)
|
| 34 | +* Dependabot updates (#7105, #7104, #7108) |
37 | 35 |
|
38 | 36 | ### Development
|
39 | 37 | * Updated packaging logic to exclude config.py (#7014)
|
40 | 38 | * Fixed broken link in contributing.md (#7028)
|
41 |
| -* Added option to specific git remote for backport script (#7044) |
| 39 | +* Added option to specify git remote for backport script (#7044) |
42 | 40 | * Updated functional tests to run under Selenium 4 (#7100)
|
43 | 41 | * Updated docker run parameters to only pass -it if a tty is available (#7098)
|
44 | 42 | * Updated rust toolchain in CI and Dockerfiles to 1.74.1 (#7091)
|
|
48 | 46 | * MarkupSafe from 2.0.2 to 2.1.2 (#7006)
|
49 | 47 | * Selenium from 3.141.0 to 4.16.0 (#7100)
|
50 | 48 | * tbselenium from 0.5.2 to 0.8.1 (#7100)
|
51 |
| - * jinja2 from 3.0.2 to 3.1.3 (#7107, #7109) |
| 49 | + * jinja2 from 3.0.2 to 3.1.3 (#7109) |
52 | 50 | * peewee from 3.15.0 to 3.17.1 (#7112)
|
53 | 51 | * diffoscope from 236 to 256 (#7125)
|
54 | 52 | * pillow from 10.0.1 to 10.2.0 (#7107)
|
55 | 53 | * semgrep from 0.98.0 to 1.57.0 (#7107)
|
56 |
| -* Updated ignored safety alerts: |
57 |
| - * Safety 61893 - CVE-2023-45803 (#7085) |
58 |
| - * Safety 62019 - CVE-2023-46136 (#7085) |
59 |
| - * Safety 63066 (#7100) |
60 |
| - * Safety 63227 (#7100) |
61 |
| - * Safety 65647 (#7122) |
| 54 | +* Updated ignored safety alerts: 61893, 62019, 63066, 63227, 65647 (#7085, #7100, #7122) |
62 | 55 |
|
63 | 56 | ## 2.7.0
|
64 | 57 |
|
|
0 commit comments