diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-07-16 11:00:49 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-07-16 11:00:49 +0200 |
commit | 9e46855538e9b848b7c37fda502e5d109079cee0 (patch) | |
tree | 87a2cbd7ebeb39d1d8886c9f17d9ce7cac939079 | |
parent | d504a4e36f571a5b6ed84529d3781d08df82f117 (diff) | |
download | tor-9e46855538e9b848b7c37fda502e5d109079cee0.tar.gz tor-9e46855538e9b848b7c37fda502e5d109079cee0.zip |
changes file for 12474, 12438.
-rw-r--r-- | changes/bufferevent_compilation | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bufferevent_compilation b/changes/bufferevent_compilation new file mode 100644 index 0000000000..0690e65297 --- /dev/null +++ b/changes/bufferevent_compilation @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Fix compilation when building with bufferevents enabled. (This + configuration is still not expected to work, however.) + Fixes bugs 12438, 12474; bugfixes on 0.2.5.1-alpha. Patches + from Anthony G. Basile. |