aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-06 11:32:09 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-06 11:32:09 -0400
commit1ca9e2685f6cea803ff1a36c7dbe05625e9c4b61 (patch)
tree133b4988c631c91ed260422b60112bf911d238e7 /changes
parentad1e8b45df3933e6f01098a5f9ba6238adafc9c2 (diff)
parent7607ad2becc9634f01ca6dd99a0475ecf276ac93 (diff)
downloadtor-1ca9e2685f6cea803ff1a36c7dbe05625e9c4b61.tar
tor-1ca9e2685f6cea803ff1a36c7dbe05625e9c4b61.tar.gz
Merge branch 'quiet_lib_versions_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/detect_openssl_mismatch4
-rw-r--r--changes/quiet_lib_init3
2 files changed, 7 insertions, 0 deletions
diff --git a/changes/detect_openssl_mismatch b/changes/detect_openssl_mismatch
new file mode 100644
index 000000000..62f0a9dbb
--- /dev/null
+++ b/changes/detect_openssl_mismatch
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Detect when we're running with a version of OpenSSL other than the
+ one we compiled with. This has occasionally given people hard-to-
+ track-down errors.
diff --git a/changes/quiet_lib_init b/changes/quiet_lib_init
new file mode 100644
index 000000000..c7e81d5cc
--- /dev/null
+++ b/changes/quiet_lib_init
@@ -0,0 +1,3 @@
+ o Minor features:
+ - Log less at level notice about our OpenSSL and Libevent versions
+ when everything is going right. Partial fix for 6736.