]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for last patch
authorNick Mathewson <nickm@torproject.org>
Tue, 29 Apr 2014 17:23:54 +0000 (13:23 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 29 Apr 2014 17:23:54 +0000 (13:23 -0400)
changes/bug11633_part1 [new file with mode: 0644]

diff --git a/changes/bug11633_part1 b/changes/bug11633_part1
new file mode 100644 (file)
index 0000000..fb281bd
--- /dev/null
@@ -0,0 +1,4 @@
+  o Minor bugfixes (build):
+    - Resolve GCC complaints on OpenBSD about discarding constness in
+      TO_{ORIGIN,OR}_CIRCUIT functions. Fixes part of bug 11633; bugfix on
+      0.1.1.23. Patch from Dana Koch.