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

[vidalia-svn] r3955: Tweak the Torbutton installation part of TorPostFlight and u (in vidalia/branches/vidalia-0.1: . pkg/osx)



Author: edmanm
Date: 2009-07-09 19:38:59 -0400 (Thu, 09 Jul 2009)
New Revision: 3955

Modified:
   vidalia/branches/vidalia-0.1/CHANGELOG
   vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight
Log:

Tweak the Torbutton installation part of TorPostFlight and update the
changelog.


Modified: vidalia/branches/vidalia-0.1/CHANGELOG
===================================================================
--- vidalia/branches/vidalia-0.1/CHANGELOG	2009-07-09 18:58:29 UTC (rev 3954)
+++ vidalia/branches/vidalia-0.1/CHANGELOG	2009-07-09 23:38:59 UTC (rev 3955)
@@ -1,7 +1,10 @@
 0.1.15  09-Jul-2009
-  o Include libeay32.dll in the Windows installers.
+  o Bump the minimum required Qt version to 4.3.0.
   o Remove USE_QSSLSOCKET as a build option. If your Qt doesn't support
     OpenSSL, then you don't get GeoIP lookups.
+  o Fix the TorPostFlight portion of the OS X bundle installer so it
+    doesn't fail when installing Torbutton.
+  o Include libeay32.dll in the Windows installers.
 
 
 0.1.14  29-Jun-2009

Modified: vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight
===================================================================
--- vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight	2009-07-09 18:58:29 UTC (rev 3954)
+++ vidalia/branches/vidalia-0.1/pkg/osx/TorPostFlight	2009-07-09 23:38:59 UTC (rev 3955)
@@ -72,6 +72,6 @@
 
 if [ -f /Applications/Firefox.app/Contents/MacOS/firefox ]; then
   if [ -f /Library/Torbutton/torbutton-$TORBUTTON_VERSION.xpi ]; then
-      su $USER /Applications/Firefox.app/Contents/MacOS/firefox-bin /Library/Torbutton/torbutton-$TORBUTTON_VERSION.xpi
+      sudo -u $USER /Applications/Firefox.app/Contents/MacOS/firefox-bin /Library/Torbutton/torbutton-$TORBUTTON_VERSION.xpi
   fi
 fi