aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-11 17:19:37 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-11 17:22:03 -0400
commit63f542a5c21103946177b5377cdf5d08e2e68849 (patch)
tree6c8c7d20c0772be81b6ee08d61f48b56ed4eaacd /changes
parent7ea904cbc0acbe1575ff68700572da76e4e4b10d (diff)
downloadtor-63f542a5c21103946177b5377cdf5d08e2e68849.tar
tor-63f542a5c21103946177b5377cdf5d08e2e68849.tar.gz
Move all externally maintained source files into src/ext
The rationale for treating these files differently is that we should be checking upstream for changes as applicable, and merging changes upstream as warranted.
Diffstat (limited to 'changes')
-rw-r--r--changes/src_ext3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/src_ext b/changes/src_ext
new file mode 100644
index 000000000..a1b2a2198
--- /dev/null
+++ b/changes/src_ext
@@ -0,0 +1,3 @@
+ o Code refactoring:
+ - Source files taken from other packages now reside in src/ext;
+ previously they were scattered around the rest of Tor.