diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22636 | 8 | ||||
-rw-r--r-- | changes/bug22789 | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/changes/bug22636 b/changes/bug22636 new file mode 100644 index 0000000000..770cac72e9 --- /dev/null +++ b/changes/bug22636 @@ -0,0 +1,8 @@ + o Build features: + - 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 better able to test + their changes, and understand what we expect to pass. To use this new build + feature, you must fork Tor to your Github account, then go into the + "Integrations" menu in the repository settings for your fork and enable + Travis, then push your changes. diff --git a/changes/bug22789 b/changes/bug22789 index dc9fa29811..a653592848 100644 --- a/changes/bug22789 +++ b/changes/bug22789 @@ -2,5 +2,6 @@ - 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 22789; bugfix on 0.2.3.8-alpha. + Fixes bug 22789; bugfix on 0.2.3.8-alpha. Also tracked as + TROVE-2017-007. |