Changeset 2456

Show
Ignore:
Timestamp:
03/24/08 18:18:59 (5 months ago)
Author:
edmanm
Message:

r272@lysithea: edmanm | 2008-03-24 18:18:30 -0400
Today seems like a fine time for an 0.1.2.

Location:
vidalia/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CHANGELOG

    r2438 r2456  
    1 0.1.2   xx-xxx-2008 
     10.1.2   24-Mar-2008 
    22  o Correctly load the CA certificate used to verify SSL connections to the 
    33    GeoIP server. This caused Vidalia >= 0.1.0 clients built against Qt >= 
  • vidalia/trunk/CMakeLists.txt

    r2444 r2456  
    1515set(VER_MINOR   "1") 
    1616set(VER_PATCH   "2") 
    17 set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-svn") 
     17set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") 
    1818message(STATUS  "Configuring Vidalia ${VERSION}") 
    1919project(Vidalia)