Skip to content

Commit 57276c0

Browse files
authored
Merge 0b3a526 into d1fdd68
2 parents d1fdd68 + 0b3a526 commit 57276c0

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

source/buildVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def formatVersionForGUI(year, major, minor):
6767
name = "NVDA"
6868
version_year = 2022
6969
version_major = 3
70-
version_minor = 0
70+
version_minor = 1
7171
version_build = 0 # Should not be set manually. Set in 'sconscript' provided by 'appVeyor.yml'
7272
version=_formatDevVersionString()
7373
publisher="unknown"

user_docs/en/changes.t2t

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ What's New in NVDA
33

44
%!includeconf: ../changes.t2tconf
55

6+
= 2022.3.1 =
7+
This is a minor release to fix several security issues.
8+
Please responsibly disclose security issues to info@nvaccess.org.
9+
10+
== Security Fixes ==
11+
- Fixed exploit where it was possible to elevate from user to system privileges.
12+
([GHSA-q7c2-pgqm-vvw5 https://github.com/nvaccess/nvda/security/advisories/GHSA-q7c2-pgqm-vvw5])
13+
- Fixed a security issue allowing access to the python console on the lock screen via a race condition for NVDA startup.
14+
([GHSA-72mj-mqhj-qh4w https://github.com/nvaccess/nvda/security/advisories/GHSA-72mj-mqhj-qh4w])
15+
- Fixed issue where speech viewer text is cached when locking Windows.
16+
([GHSA-grvr-j2h8-3qm4 https://github.com/nvaccess/nvda/security/advisories/GHSA-grvr-j2h8-3qm4])
17+
-
18+
19+
== Bug Fixes ==
20+
- Prevent an unauthenticated user from updating settings for speech and Braille viewer on the lock screen. ([GHSA-grvr-j2h8-3qm4 https://github.com/nvaccess/nvda/security/advisories/GHSA-grvr-j2h8-3qm4])
21+
-
22+
623
= 2022.3 =
724
A significant amount of this release was contributed by the NVDA development community.
825
This includes delayed character descriptions and improved Windows Console support.

0 commit comments

Comments
 (0)