mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 14:40:51 +01:00
When computing old Tor protocol line version in protover, we were looking at 0.2.7.5 twice instead of the specific case for 0.2.9.1-alpha. Fixes #20810 Signed-off-by: David Goulet <dgoulet@torproject.org>
4 lines
211 B
Text
4 lines
211 B
Text
o Minor bugfixes (relay)
|
|
- When computing old Tor protocol line version in protover, we were
|
|
looking at 0.2.7.5 twice instead of a specific case for 0.2.9.1-alpha.
|
|
Bugfix on tor-0.2.9.4-alpha.
|