[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r4117: Bump to 0.2.4 and give it a release date in the changelog. (vidalia/trunk)
Author: edmanm
Date: 2009-09-07 12:51:03 -0400 (Mon, 07 Sep 2009)
New Revision: 4117
Modified:
vidalia/trunk/CHANGELOG
vidalia/trunk/CMakeLists.txt
Log:
Bump to 0.2.4 and give it a release date in the changelog.
Modified: vidalia/trunk/CHANGELOG
===================================================================
--- vidalia/trunk/CHANGELOG 2009-09-07 16:48:14 UTC (rev 4116)
+++ vidalia/trunk/CHANGELOG 2009-09-07 16:51:03 UTC (rev 4117)
@@ -1,7 +1,8 @@
-0.2.4 xx-xxx-2009
+0.2.4 07-Sep-2009
o Split the message log into "Basic" and "Advanced" views. The
"Advanced" view contains standard log messages from Tor, while the new
- "Basic" view displays status events received from Tor. (Ticket #265)
+ experimental "Basic" view displays status events received from Tor.
+ (Ticket #265)
o Apply an application-global stylesheet on OS X that forces all tree
widgets in Vidalia to use the 12pt font recommended by Apple's human
interface guidelines.
Modified: vidalia/trunk/CMakeLists.txt
===================================================================
--- vidalia/trunk/CMakeLists.txt 2009-09-07 16:48:14 UTC (rev 4116)
+++ vidalia/trunk/CMakeLists.txt 2009-09-07 16:51:03 UTC (rev 4117)
@@ -14,7 +14,7 @@
set(VER_MAJOR "0")
set(VER_MINOR "2")
set(VER_PATCH "4")
-set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-svn")
+set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
message(STATUS "Configuring Vidalia ${VERSION}")
project(Vidalia)