diff options
author | Roger Dingledine <arma@torproject.org> | 2011-02-22 15:00:07 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-02-22 15:00:07 -0500 |
commit | 6168d2e975a5712afe91a3b4ba9fba3bcee3a03a (patch) | |
tree | b9664920ec50828f99c19c4a9cd2386f12103c31 /ChangeLog | |
parent | f59cad68dc0cc9c567508f5f7de01f492f20ee0c (diff) | |
download | tor-6168d2e975a5712afe91a3b4ba9fba3bcee3a03a.tar.gz tor-6168d2e975a5712afe91a3b4ba9fba3bcee3a03a.zip |
fold in more changes files
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,10 @@ Changes in version 0.2.1.30 - 2011-02-?? o Major bugfixes: + - Stop sending a CLOCK_SKEW controller status event whenever + we fetch directory information from a relay that has a wrong clock. + Instead, only inform the controller when it's a trusted authority + that claims our clock is wrong. Bugfix on 0.1.2.6-alpha; fixes + the rest of bug 1074. - Fix a bounds-checking error that could allow an attacker to remotely crash a directory authority. Bugfix on 0.2.1.5-alpha. Found by "piebeer". @@ -21,6 +26,11 @@ Changes in version 0.2.1.30 - 2011-02-?? directory tokens before they have a chance to hit any assertions. Bugfix on 0.2.1.28. Found by "doorss". + o Packaging changes: + - Stop shipping the Tor specs files and development proposal documents + in the tarball. They are now in a separate git repository at + git://git.torproject.org/torspec.git + Changes in version 0.2.1.29 - 2011-01-15 Tor 0.2.1.29 continues our recent code security audit work. The main |