diff options
author | Roger Dingledine <arma@torproject.org> | 2005-08-04 22:45:54 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-08-04 22:45:54 +0000 |
commit | 1d3e63158eabb59680bcf59c7b5484963a7306d6 (patch) | |
tree | 9d18b457c6eb5f86f673badc6bde4d6e4587f860 /ChangeLog | |
parent | 9aad89e97373798f5bdc450f0fbc5903dbc96e66 (diff) | |
download | tor-1d3e63158eabb59680bcf59c7b5484963a7306d6.tar.gz tor-1d3e63158eabb59680bcf59c7b5484963a7306d6.zip |
bump to 0.1.1.4-alpha in preparation for new release
svn:r4701
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Changes in version 0.1.1.4-alpha - 2005-08-04 + o Bugfixes included in 0.1.0.13. + + o Features: + - Improve tor_gettimeofday() granularity on windows. + - Make clients regenerate their keys when their IP address changes. + - Implement some more GETINFO goodness: expose helper nodes, config + options, getinfo keys. + + Changes in version 0.1.1.3-alpha - 2005-07-25 o Bugfixes on 0.1.1.2-alpha: - Fix a bug in handling the controller's "post descriptor" @@ -88,6 +98,16 @@ Changes in version 0.1.1.1-alpha - 2005-06-29 test this? +Changes in version 0.1.0.13 - 2005-08-04 + o Bugfixes on 0.1.0.x: + - Fix a critical bug in the security of our crypto handshakes. + - Fix a size_t underflow in smartlist_join_strings2() that made + it do bad things when you hand it an empty smartlist. + - 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. + + Changes in version 0.1.0.12 - 2005-07-18 o New directory servers: - tor26 has changed IP address. |