aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-15 11:20:48 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-15 11:20:48 -0400
commit9f83142591dba5460f2cf09e49f716d5c7238f06 (patch)
tree558d1d3430532e7eb0b963e6ceba2b9e63d25cfa /changes
parent469b847c70c7cb801fa806e3336697866c1453d1 (diff)
parent30e2d41a650876793b75bef04a2e18cbf5bc3fd6 (diff)
downloadtor-9f83142591dba5460f2cf09e49f716d5c7238f06.tar
tor-9f83142591dba5460f2cf09e49f716d5c7238f06.tar.gz
Merge remote-tracking branch 'public/bug1031'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug10315
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug1031 b/changes/bug1031
new file mode 100644
index 000000000..e3ab49b2b
--- /dev/null
+++ b/changes/bug1031
@@ -0,0 +1,5 @@
+ o Code cleanup:
+ - Avoid use of reserved identifiers in our C code. The C standard
+ doesn't like us declaring anything that starts with an
+ underscore, so let's knock it off before we get in trouble. Fix
+ for bug 1031; bugfix on the first Tor commit.