diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-17 15:10:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-17 15:10:51 +0000 |
commit | d828915136af1aac50b94a4567584b3745b13f8a (patch) | |
tree | 427e0fd7b9047de6e991f6d6e3b3024c6b102bef /ChangeLog | |
parent | c9c9bdfc1d3e043a67ce926b1d576ca8320426c8 (diff) | |
download | tor-d828915136af1aac50b94a4567584b3745b13f8a.tar tor-d828915136af1aac50b94a4567584b3745b13f8a.tar.gz |
r13463@catbus: nickm | 2007-06-17 11:10:17 -0400
Add a SOURCE_ADDR field to STREAM NEW events so that controllers can match requests to applications. (Patch from Robert Hogan.)
svn:r10639
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? - Fail quickly and (relatively) harmlessly if we generate a network status document that is somehow malformed. + o Minor features (controller): + - Add a SOURCE_ADDR field to STREAM NEW events so that controllers can + match requests to applications. (Patch from Robert Hogan.) + o Deprecated features: - RedirectExits is now deprecated. |