
29 Apr
2014
29 Apr
'14
5:23 p.m.
commit acc7623420139d13377ac441e8d5c5f468cf95c5 Author: Nick Mathewson <nickm@torproject.org> Date: Tue Apr 29 13:23:54 2014 -0400 changes file for last patch --- changes/bug11633_part1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes/bug11633_part1 b/changes/bug11633_part1 new file mode 100644 index 0000000..fb281bd --- /dev/null +++ b/changes/bug11633_part1 @@ -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.