diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-04 23:05:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-04 23:05:11 +0000 |
commit | 9198c55c4be2fb145c6b3015ca5674e7c943a76c (patch) | |
tree | 21d6442caeddc96b65b1e701c3e774175f7c43f0 /ChangeLog | |
parent | dd7159de54130e2bee1567abf76424dc7420515d (diff) | |
download | tor-9198c55c4be2fb145c6b3015ca5674e7c943a76c.tar.gz tor-9198c55c4be2fb145c6b3015ca5674e7c943a76c.zip |
and another
svn:r4705
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -106,6 +106,9 @@ Changes in version 0.1.0.13 - 2005-08-04 - Fix Windows installer to ship Tor license (thanks to Aphex for pointing out this oversight) and put a link to the doc directory in the start menu. + - Explicitly set no-unaligned-access for sparc: it turns out the + new gcc's let you compile broken code, but that doesn't make it + not-broken. Changes in version 0.1.0.12 - 2005-07-18 |