diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-08 21:21:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-08 21:21:50 +0000 |
commit | 18ec60386135be413b28bdf9fb7c2c64b1186280 (patch) | |
tree | fb4d110f649e74faa9fc3c05e0e46f592aaed54d /ChangeLog | |
parent | 13f7f98ad2d8a9e7268dbca4b242b3e08e966021 (diff) | |
download | tor-18ec60386135be413b28bdf9fb7c2c64b1186280.tar tor-18ec60386135be413b28bdf9fb7c2c64b1186280.tar.gz |
r14802@Kushana: nickm | 2007-10-08 17:21:30 -0400
Refactor out about a third of routerlist.c into a new networkstatus.c. I\m not sure that I got everything that needed to move, but so far so good.
svn:r11791
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ Changes in version 0.2.0.8-alpha - 2007-??-?? o Code simplifications and refactoring: - Make a bunch of functions static. Remove some dead code. - + - Pull out about a third of the really big routerlist.c; put it in a + new module, networkstatus.c. Changes in version 0.2.0.7-alpha - 2007-09-21 o New directory authorities: |