aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-10 17:12:11 -0400
committerNick Mathewson <nickm@torproject.org>2018-10-10 17:12:11 -0400
commit717507e3bb38d11814f4128ed7ccde676ab2aa89 (patch)
tree98775fc8d5631200d7b970942f9d0ac8dbd6c8f9 /changes
parent119df9c1c0781e379bc83e06b9c4cb6417b50a2f (diff)
parente8c7d7d3be2a281954294fe5738dfd2aa72357e7 (diff)
downloadtor-717507e3bb38d11814f4128ed7ccde676ab2aa89.tar.gz
tor-717507e3bb38d11814f4128ed7ccde676ab2aa89.zip
Merge remote-tracking branch 'tor-github/pr/392' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket277384
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket27738 b/changes/ticket27738
new file mode 100644
index 0000000000..f23bfb019e
--- /dev/null
+++ b/changes/ticket27738
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration):
+ - Use the Travis Homebrew addon to install packages on macOS. The package
+ list is the same, but the Homebrew addon does not do a `brew update` by
+ default. Implements ticket 27738.