aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-07-26 05:28:27 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-07-27 10:00:46 +0200
commit02a57bbda5f69892d4dfef2b02ae41dc17690417 (patch)
treec29132e96f3a458e110356ed3c147950d6d249a0 /changes
parent05072723cb8c14193376964ad5716a962d707770 (diff)
downloadtor-02a57bbda5f69892d4dfef2b02ae41dc17690417.tar.gz
tor-02a57bbda5f69892d4dfef2b02ae41dc17690417.zip
Add the new header files to noinst_HEADERS
Also add a changes/ file.
Diffstat (limited to 'changes')
-rw-r--r--changes/split_orh4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/split_orh b/changes/split_orh
new file mode 100644
index 0000000000..1ebdaf6d81
--- /dev/null
+++ b/changes/split_orh
@@ -0,0 +1,4 @@
+ o Code simplifications and refactoring:
+ - Take a first step towards making or.h smaller by splitting out function
+ definitions for all source files in src/or/. Leave structures and
+ defines in or.h for now.