This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from 560d44b08b Merge branch 'maint-0.4.7' new 0fe2096144 Clip DNS TTL values once in event callback new 21eac1e8d8 dns: Make TTLs fuzzy at exit relays new c13dc8b08a Merge branch 'ticket40674_047_01' into maint-0.4.7 new e2a94e050d changes: Add file for ticket 40674 new f39f8b30f4 Merge branch 'maint-0.4.7'
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: changes/ticket40674 | 3 +++ src/core/or/connection_edge.c | 20 ++++++++++++++++++-- src/core/or/connection_edge.h | 14 ++++++++++---- src/feature/relay/dns.c | 8 ++++---- src/test/test_cell_formats.c | 4 ++-- src/test/test_dns.c | 31 +++++++++++++++++++++++++++++++ 6 files changed, 68 insertions(+), 12 deletions(-) create mode 100644 changes/ticket40674