This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 85ca92951ae203c23e462c9ace2fbbc85565d511 Author: David Goulet dgoulet@torproject.org AuthorDate: Mon Nov 28 10:28:30 2022 -0500
changes: Fix file without ticket number
Signed-off-by: David Goulet dgoulet@torproject.org --- changes/bsd_libc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/changes/bsd_libc b/changes/bsd_libc index b431b7719f..01b09f0da5 100644 --- a/changes/bsd_libc +++ b/changes/bsd_libc @@ -1,3 +1,3 @@ - o Minor bugfixes (compilation): + o Minor feature (compilation): - Fix returning something other than "Unknown N/A" as libc version if we build tor on an O.S. like DragonFlyBSD, FreeBSD, OpenBSD or NetBSD.