]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 12474, 12438.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 Jul 2014 09:00:49 +0000 (11:00 +0200)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 Jul 2014 09:00:49 +0000 (11:00 +0200)
changes/bufferevent_compilation [new file with mode: 0644]

diff --git a/changes/bufferevent_compilation b/changes/bufferevent_compilation
new file mode 100644 (file)
index 0000000..0690e65
--- /dev/null
@@ -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.