aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-05 10:01:31 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-05 10:01:31 -0400
commit75da2045c552d1855c6227d732420f6417a15f6e (patch)
treec3efc354733a62fc3e1071b65bdb698d694392f9 /changes
parent2f618094d25db35436a1e6962f4f8393d6470a08 (diff)
parentb390983b27df728564905b3c052c3d68ace8bea0 (diff)
downloadtor-75da2045c552d1855c6227d732420f6417a15f6e.tar.gz
tor-75da2045c552d1855c6227d732420f6417a15f6e.zip
Merge branch 'maint-0.3.4'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket274304
-rw-r--r--changes/ticket274493
2 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket27430 b/changes/ticket27430
new file mode 100644
index 0000000000..4e016e91e7
--- /dev/null
+++ b/changes/ticket27430
@@ -0,0 +1,4 @@
+ o Minor features (continuous integration):
+ - Show config.log and test-suite.log after failed Appveyor builds.
+ Also upload the zipped full logs as a build artifact.
+ Implements ticket 27430.
diff --git a/changes/ticket27449 b/changes/ticket27449
new file mode 100644
index 0000000000..2a0984c09c
--- /dev/null
+++ b/changes/ticket27449
@@ -0,0 +1,3 @@
+ o Minor features (continuous integration):
+ - Log the compiler path and version during Appveyor builds.
+ Implements ticket 27449.