diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-15 23:56:38 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-15 23:56:38 +0000 |
commit | 093d71762c9a80cccdd759c83731c014b53c4435 (patch) | |
tree | 5cd8454691ac044b68fa144ae51fa539664dbc45 /ChangeLog | |
parent | 11ed4500ded3270ea376d75269200bb99574026e (diff) | |
download | tor-093d71762c9a80cccdd759c83731c014b53c4435.tar.gz tor-093d71762c9a80cccdd759c83731c014b53c4435.zip |
r11978@Kushana: nickm | 2007-01-15 18:54:25 -0500
Apparently, the OpenBSD linker thinks it knows C better than I do, and gets to call me names for having strcat and strcpy and sprintf in my code--whether I use them safely or not. All right, OpenBSD. You win... this round.
svn:r9360
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ Changes in version 0.1.2.7-alpha - 2007-??-?? - Expire socks connections if they spend too long waiting for the handshake to finish. Previously we would let them sit around for days, if the connecting application didn't close them either. + - Stop using C functions that OpenBSD's linker doesn't like. Changes in version 0.1.2.6-alpha - 2007-01-09 |