From 96ece9f0af1486df86b4d48a40140b1f4884fe58 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 14 Sep 2017 13:18:45 -0400 Subject: [PATCH] more changelog fixes (029) --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 448e4d612..c4ba66832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,7 +26,7 @@ Changes in version 0.2.9.12 - 2017-09-18 o Major bugfixes (openbsd, denial-of-service, backport from 0.3.1.5-alpha): - Avoid an assertion failure bug affecting our implementation of inet_pton(AF_INET6) on certain OpenBSD systems whose strtol() - handling of "0xfoo" differs from what we had expected. Fixes bug + handling of "0xx" differs from what we had expected. Fixes bug 22789; bugfix on 0.2.3.8-alpha. Also tracked as TROVE-2017-007. o Minor features (code style, backport from 0.3.1.3-alpha): @@ -110,7 +110,7 @@ Changes in version 0.2.9.12 - 2017-09-18 parsing between POSIX-based and Windows platforms. Fixes bug 21507 and part of 21508; bugfix on 0.0.8pre1. - o Build features: + o Build features (backport from 0.3.1.5-alpha): - Tor's repository now includes a Travis Continuous Integration (CI) configuration file (.travis.yml). This is meant to help new developers and contributors who fork Tor to a Github repository be