|
|
| Version | Date Released | Status | Release Notes |
| 0.3.0.8a | May 28, 2012 | New Release | · corrected: the buffer allocated for socks requests was not initialized when calling AdvOR.dll |
| 0.3.0.8 | May 27, 2012 | New Release | · corrected: a wrong timestamp verification prevented new introduction circuits from being built when accessing hidden services · corrected: when calculating circuit build times, time() was used instead of get_time() · address lengths in proxy requests are no longer limited to 256 bytes · the list with directory authorities is no longer limited to 65536 bytes · the list with banned hosts is no longer limited to 65536 bytes · address policies are stored as a hash table instead of keeping the hash table separately · all memory allocations are handled by tor_malloc() and tor_free() which checks for buffer overflows when freeing allocated memory · all assertion failures are handled by tor_assert() which allows a crash report to be saved · the exception handler can also save a list with all buffers allocated by tor_malloc() |
| 0.3.0.7g | May 8, 2012 | New Release | · updated libraries: libevent-2.0.19-stable, openssl-1.0.1b · geoip_c.h was updated with GeoIPCountryWhois.csv released on May 1st |
| 0.3.0.7f | Apr 30, 2012 | New Release | · chunk sizes and content lengths are now 64-bit; AdvOR now supports downloading/uploading files larger than 2 GB · added more verifications for negative chunk sizes and content lengths |
| 0.3.0.7c Bet | Apr 27, 2012 | New Release | · corrected a change from version 0.3.0.6 in tor_addr_port_parse() that caused it to return errors when parsing proxy IP addresses · improved the search algorithm for addresses that are added to the context menus related to strings selected in the "Debug" window · all router selection dialogs will show bandwidth capacities instead of bandwidth rates for routers that are not banned · the lists with favorite routers and with banned routers are no longer limited to 65536 characters · added instructions for using TorChat with AdvOR and configuration samples to AdvORHelpTorChat (readme.txt, AdvOR.ini and torrc.txt) |
| 0.3.0.7a Bet | Feb 22, 2012 | New Release | · corrected a change from version 0.3.0.6 in tor_addr_port_parse() that caused it to return errors when parsing proxy IP addresses · improved the search algorithm for addresses that are added to the context menus related to strings selected in the "Debug" window · all router selection dialogs will show bandwidth capacities instead of bandwidth rates for routers that are not banned · the lists with favorite routers and with banned routers are no longer limited to 65536 characters · added instructions for using TorChat with AdvOR and configuration samples to AdvORHelpTorChat (readme.txt, AdvOR.ini and torrc.txt) |
| 0.3.0.7 Beta | Dec 21, 2011 | New Release | · corrected a change from version 0.3.0.6 in tor_addr_port_parse() that caused it to return errors when parsing proxy IP addresses · improved the search algorithm for addresses that are added to the context menus related to strings selected in the "Debug" window · all router selection dialogs will show bandwidth capacities instead of bandwidth rates for routers that are not banned · the lists with favorite routers and with banned routers are no longer limited to 65536 characters · added instructions for using TorChat with AdvOR and configuration samples to AdvORHelpTorChat (readme.txt, AdvOR.ini and torrc.txt) |
| 0.3.0.6 Beta | Dec 19, 2011 | New Release | · [tor-0.2.2.35] (this change was not applied because AdvOR already had a better fix since 0.3.0.4b) Fix a heap overflow bug that could occur when trying to pull data into the first chunk of a buffer, when that chunk had already had some data drained from it. Fixes CVE-2011-2778; bugfix on 0.2.0.16-alpha. Reported by "Vektor". · [tor-0.2.2.35] Initialize Libevent with the EVENT_BASE_FLAG_NOLOCK flag enabled, so that it doesn't attempt to allocate a socketpair. This could cause some problems on Windows systems with overzealous firewalls. Fix for bug 4457; workaround for Libevent versions 2.0.1-alpha through 2.0.15-stable. · [tor-0.2.2.35] If we mark an OR connection for close based on a cell we process, don't process any further cells on it. We already avoid further reads on marked-for-close connections, but now we also discard the cells we'd already read. |
| 0.3.0.3b Bet | Dec 6, 2011 | New Release | · corrected: when a duplicate router was found the plugins were notified with a structure that was already freed · corrected: error loading hidden service keys |
| 0.3.0.3a Bet | Dec 5, 2011 | New Release | · corrected: when the options to reject hosts ending with ".exitname.exit" or ".onion" were enabled, the suffix was searched from a wrong position |