Commit 4641a188 authored by Tomas Touceda's avatar Tomas Touceda
Browse files

Update the CHANGELOG and bump the version number to 0.2.14

parent 609d8ebe
Loading
Loading
Loading
Loading
+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
+1 −1
Original line number Diff line number Diff line
@@ -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)