| | 1 | 0.1.7 xx-Aug-2008 |
| | 2 | o Handle spaces in the Tor version number we get from 'getinfo version' |
| | 3 | since Tor has included svn revision numbers in its response (e.g. |
| | 4 | "0.2.0.30 (r12345)") for a while now. |
| | 5 | o Include stdlib.h in the format conversion tools. Fixes the build on some |
| | 6 | platforms. |
| | 7 | o Rework the message log scrollbar logic so it's consistent again on |
| | 8 | Qt 4.4.0. (Ticket #369) |
| | 9 | o Remove the horizontal scroll bar behavior in the message log. It was |
| | 10 | really annoying and unnecessary since long messages have tooltips anyway. |
| | 11 | o Add "TZ=UTC" to the BrowserExecutable's environment variables when launched |
| | 12 | via Vidalia. |
| | 13 | o Rename the 'pt_BR' Windows installer translation to just 'pt' since there |
| | 14 | is apparently nothing 'BR'-specific about it. (Ticket #394) |
| | 15 | o Update Tor's URL in the Windows installer and translations. |
| | 16 | o Add an nsh2po tool (not built by default) that can be used to extract |
| | 17 | LangString entries from an NSIS file and generate a .po file. This was |
| | 18 | used to help push our installer translations into Pootle. |
| | 19 | o Add a po2nsh tool to convert the Windows installer .po files to NSIS .nsh |
| | 20 | files at build time. |
| | 21 | o Tell CMake to skip the pkg/ subdirectories that aren't likely to be needed |
| | 22 | on the current build platform. |
| | 23 | o Updated Czech, French, and German translations. |
| | 24 | |
| | 25 | |