Loading CHANGELOG +5 −0 Original line number Diff line number Diff line 0.2.14 26-Aug-2011 o Make the AutoPort setting default to false, so that it doesn't break backwards compatibility for people that aren't using Vidalia inside Tor Browser Bundle. 0.2.13 10-Aug-2011 o Add a way to bootstrap Tor's torrc file (copy the torrc to a given directory before Vidalia starts) so that packages such as Loading CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ set(VER_MAJOR "0") set(VER_MINOR "2") set(VER_PATCH "13") set(VER_PATCH "14") set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") message(STATUS "Configuring Vidalia ${VERSION}") project(Vidalia) Loading Loading
CHANGELOG +5 −0 Original line number Diff line number Diff line 0.2.14 26-Aug-2011 o Make the AutoPort setting default to false, so that it doesn't break backwards compatibility for people that aren't using Vidalia inside Tor Browser Bundle. 0.2.13 10-Aug-2011 o Add a way to bootstrap Tor's torrc file (copy the torrc to a given directory before Vidalia starts) so that packages such as Loading
CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ set(VER_MAJOR "0") set(VER_MINOR "2") set(VER_PATCH "13") set(VER_PATCH "14") set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") message(STATUS "Configuring Vidalia ${VERSION}") project(Vidalia) Loading