diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-08-21 20:03:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-08-21 20:03:19 -0400 |
commit | 05d62a3b73ed092ec1643ead56d775bb5d06f648 (patch) | |
tree | a4433922dd21eb24a533e7517d09d15439e6ef70 /changes | |
parent | 85a87923440361bc5a3b82c6e874192ebe08b8d4 (diff) | |
parent | d514e98663fbac3107d02f492fbff9d6018c275d (diff) | |
download | tor-05d62a3b73ed092ec1643ead56d775bb5d06f648.tar.gz tor-05d62a3b73ed092ec1643ead56d775bb5d06f648.zip |
Merge remote-tracking branch 'teor/travis-osx-029' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27088 | 5 | ||||
-rw-r--r-- | changes/ticket24629 | 3 | ||||
-rw-r--r-- | changes/ticket26560 | 3 | ||||
-rw-r--r-- | changes/ticket26952-ccache | 3 | ||||
-rw-r--r-- | changes/ticket27087 | 3 |
5 files changed, 17 insertions, 0 deletions
diff --git a/changes/bug27088 b/changes/bug27088 new file mode 100644 index 0000000000..d4d3b292c5 --- /dev/null +++ b/changes/bug27088 @@ -0,0 +1,5 @@ + o Minor bugfixes (continuous integration): + - Pass the module flags to distcheck configure, and + log the flags before running configure. (Backported + to 0.2.9 and later as a precaution.) + Fixes bug 27088; bugfix on 0.3.4.1-alpha. diff --git a/changes/ticket24629 b/changes/ticket24629 new file mode 100644 index 0000000000..482c0a1a6d --- /dev/null +++ b/changes/ticket24629 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Enable macOS builds in our Travis CI configuration. + Closes ticket 24629. diff --git a/changes/ticket26560 b/changes/ticket26560 new file mode 100644 index 0000000000..5b4fb1bfe7 --- /dev/null +++ b/changes/ticket26560 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Install libcap-dev and libseccomp2-dev so these optional + dependencies get tested on Travis CI. Closes ticket 26560. diff --git a/changes/ticket26952-ccache b/changes/ticket26952-ccache new file mode 100644 index 0000000000..edc115e9de --- /dev/null +++ b/changes/ticket26952-ccache @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Use ccache in our Travis CI configuration. + Closes ticket 26952. diff --git a/changes/ticket27087 b/changes/ticket27087 new file mode 100644 index 0000000000..b8af70aaa0 --- /dev/null +++ b/changes/ticket27087 @@ -0,0 +1,3 @@ + o Minor features (continuous integration): + - Run asciidoc during Travis CI. + Implements ticket 27087. |