[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2329: Add 'ProxyExecutableArguments' to the 'ProxyExecutable' chan (vidalia/trunk)
Author: edmanm
Date: 2008-01-27 13:59:38 -0500 (Sun, 27 Jan 2008)
New Revision: 2329
Modified:
vidalia/trunk/
vidalia/trunk/CHANGELOG
Log:
r90@lysithea: edmanm | 2008-01-27 13:59:23 -0500
Add 'ProxyExecutableArguments' to the 'ProxyExecutable' changelog entry.
Property changes on: vidalia/trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r90] on 90112fd6-a33b-4cea-8d39-48ff1d78625c
Modified: vidalia/trunk/CHANGELOG
===================================================================
--- vidalia/trunk/CHANGELOG 2008-01-27 18:59:29 UTC (rev 2328)
+++ vidalia/trunk/CHANGELOG 2008-01-27 18:59:38 UTC (rev 2329)
@@ -35,9 +35,10 @@
o Add a 'BrowserExecutable' configuration option to launch a Web browser
when Tor has built a circuit, and exit Vidalia when the browser is closed.
Patch from Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>.
- o Add a 'ProxyExecutable' configuration option to launch a proxy application
- when Vidalia starts, and close it when Vidalia exits.
- Patch from Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>.
+ o Add 'ProxyExecutable' and 'ProxyExecutableArguments' configuration options
+ to launch a proxy application with given parameters when Vidalia starts,
+ and close it when Vidalia exits.
+ Patches from Steven J. Murdoch <http://www.cl.cam.ac.uk/users/sjm217/>.
o Respond to the Delete key in the network map by closing whatever circuits
or streams are currently selected. Suggested by Andrew Lewman.
o Rename the 'Relay' settings page to the 'Sharing' settings page.