aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-15 23:56:38 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-15 23:56:38 +0000
commit093d71762c9a80cccdd759c83731c014b53c4435 (patch)
tree5cd8454691ac044b68fa144ae51fa539664dbc45 /ChangeLog
parent11ed4500ded3270ea376d75269200bb99574026e (diff)
downloadtor-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fdfbdb3cb..fd2899286c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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