[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2847: Add a changelog item and bump to 0.1.6. (vidalia/trunk)



Author: edmanm
Date: 2008-07-08 22:01:09 -0400 (Tue, 08 Jul 2008)
New Revision: 2847

Modified:
   vidalia/trunk/CHANGELOG
   vidalia/trunk/CMakeLists.txt
Log:
Add a changelog item and bump to 0.1.6.


Modified: vidalia/trunk/CHANGELOG
===================================================================
--- vidalia/trunk/CHANGELOG	2008-07-08 19:15:08 UTC (rev 2846)
+++ vidalia/trunk/CHANGELOG	2008-07-09 02:01:09 UTC (rev 2847)
@@ -1,4 +1,6 @@
-0.1.6   xx-xxx-2008
+0.1.6   08-Jul-2008
+  o Fix a bug in our control socket communication introduced in 0.1.3 that
+    could cause excessive CPU usage or crashing on some platforms.
   o Fix po2ts so that it uses the same encoding to read in a .po file that it
     uses to write out the .ts file. This resulted in garbled characters when
     viewing some translations on apparently all platforms except OS X.

Modified: vidalia/trunk/CMakeLists.txt
===================================================================
--- vidalia/trunk/CMakeLists.txt	2008-07-08 19:15:08 UTC (rev 2846)
+++ vidalia/trunk/CMakeLists.txt	2008-07-09 02:01:09 UTC (rev 2847)
@@ -14,7 +14,7 @@
 set(VER_MAJOR   "0")
 set(VER_MINOR   "1")
 set(VER_PATCH   "6")
-set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-svn")
+set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
 message(STATUS  "Configuring Vidalia ${VERSION}")
 project(Vidalia)