<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://blog.torproject.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>vidalia releases</title>
 <link>http://blog.torproject.org/category/tags/vidalia-releases</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>October 2009 Progress Report</title>
 <link>http://blog.torproject.org/blog/october-2009-progress-report</link>
 <description>&lt;p&gt;&lt;strong&gt;New releases, new hires, new funding&lt;/strong&gt;&lt;br /&gt;
Christian Fromme joins Tor to work on development and maintenance of the growing number of tools we’ve created over the past year. Christian is a great python hacker with a strong security mindset. He’s going to enhance and maintain the tools such as tor weather, get-tor, bridge database, tor control, tor flow, check.torproject.org, etc. Christian has been a volunteer developer for the past year helping to enhance get-tor, tor weather, and generally helping out with our python coding needs.&lt;/p&gt;
&lt;p&gt;On October 10, we released Tor version 0.2.2.4-alpha. The release notes can be read at &lt;a href=&quot;https://blog.torproject.org/blog/tor-0224-alpha-released&quot; title=&quot;https://blog.torproject.org/blog/tor-0224-alpha-released&quot; rel=&quot;nofollow&quot;&gt;https://blog.torproject.org/blog/tor-0224-alpha-released&lt;/a&gt; or below:&lt;br /&gt;
&lt;strong&gt;Major bugfixes:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix several more asserts in the circuit build times code, for example one that causes Tor to fail to start once we have accumulated 5000 build times in the state file. Bugfixes on  0.2.2.2-alpha; fixes bug 1108.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;New directory authorities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Move moria1 and Tonga to alternate IP addresses.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Minor features:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Log SSL state transitions at debug level during handshake, and include SSL states in error messages. This may help debug future SSL handshake issues.&lt;/li&gt;
&lt;li&gt;Add a new ”Handshake” log domain for activities that happen during the TLS handshake.&lt;/li&gt;
&lt;li&gt;Revert to the ”June 3 2009” ip-to-country file. The September one seems to have removed most US IP addresses.&lt;/li&gt;
&lt;li&gt;Directory authorities now reject Tor relays with versions less than 0.1.2.14. This step cuts out four relays from the current network, none of which are very big.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Minor bugfixes:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Fix a couple of smaller issues with gathering statistics. Bugfixes on 0.2.2.1-alpha.&lt;/li&gt;
&lt;li&gt;Fix two memory leaks in the error case of circuit build times parse state. Bugfix on 0.2.2.2-alpha.&lt;/li&gt;
&lt;li&gt;Don’t count one-hop circuits when we’re estimating how long it takes circuits to build on average. Otherwise we’ll set our circuit build timeout lower than we should. Bugfix on 0.2.2.2-alpha.&lt;/li&gt;
&lt;li&gt;Directory authorities no longer change their opinion of, or vote on, whether a router is Running, unless they have themselves been online long enough to have some idea. Bugfix on 0.2.0.6-alpha. Fixes bug 1023.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Code simplifications and refactoring:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Revise our unit tests to use the ”tinytest” framework, so we can run tests in their own processes, have smarter setup/teardown code, and so on. The unit test code has moved to its own subdirectory, and has been split into multiple modules.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On October 11, we released Tor 0.2.2.5-alpha. The release notes can be read at &lt;a href=&quot;https://blog.torproject.org/blog/tor-0225-alpha-released&quot; title=&quot;https://blog.torproject.org/blog/tor-0225-alpha-released&quot; rel=&quot;nofollow&quot;&gt;https://blog.torproject.org/blog/tor-0225-alpha-released&lt;/a&gt; or below:&lt;br /&gt;
&lt;strong&gt;Major bugfixes:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Make the tarball compile again. Oops. Bugfix on 0.2.2.4-alpha.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;New directory authorities:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Move dizum to an alternate IP address.&lt;/li&gt;
&lt;li&gt;Code simplifications and refactorings&lt;/li&gt;
&lt;li&gt;Numerous changes, bugfixes, and workarounds from Nathan Freitas to help Tor build correctly for Android phones.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On October 14th we released Vidalia 0.2.5. The release notes can be read at &lt;a href=&quot;https://blog.torproject.org/blog/vidalia-025-released&quot; title=&quot;https://blog.torproject.org/blog/vidalia-025-released&quot; rel=&quot;nofollow&quot;&gt;https://blog.torproject.org/blog/vidalia-025-released&lt;/a&gt; or below:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Add support in the Network settings page for configuring the Socks4Proxy and Socks5Proxy* options that were added in Tor 0.2.2.1-alpha. Patch from Christopher Davis.&lt;/li&gt;
&lt;li&gt;Add a ”Automatically distribute my bridge address” checkbox (enabled by default) to the bridge relay settings options. (Ticket #524)&lt;/li&gt;
&lt;li&gt;Add ports 7000 and 7001 to the list of ports excluded by the IRC category in the exit policy configuration tab. (Ticket #517)&lt;/li&gt;
&lt;li&gt;Add a context menu for highlighted event items in the ”Basic” message log view that allows the user to copy the selected item text to the clipboard.&lt;/li&gt;
&lt;li&gt;Maybe fix a time conversion bug that could result in Vidalia displaying the wrong uptime for a relay in the network map. Stop trying to enforce proper quoting and escaping of arguments to be given to the proxy executable (e.g., Polipo). Now the user is on their own for properly formatting the command line used to start the proxy executable. (Ticket #523)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Design, develop, and implement enhancements that make Tor a better tool for users in censored countries.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Jacob and Nathan Frietas finished development of Orbot, a tor client and relay with a graphical control interface for the Android mobile operating system. More details can be found at &lt;a href=&quot;http://openideals.com/2009/10/22/orbot-proxy/&quot; title=&quot;http://openideals.com/2009/10/22/orbot-proxy/&quot; rel=&quot;nofollow&quot;&gt;http://openideals.com/2009/10/22/orbot-proxy/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Karsten rewrote the directory archive script that evaluates whether an IP address was a relay at a given point in the past in Python.&lt;/p&gt;
&lt;p&gt;Started comparing free and commercial GeoIP databases for their accuracy. It would be great if someone else (a student?) would pick up this work and move it forward.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Grow the Tor network and user base. Outreach.&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Andrew attended the Salzburg Global Seminar SIM Initiative 2020 Vision: Setting a Long-Term Agenda for Global Media Development from October 3 - 8. &lt;a href=&quot;http://www.salzburgglobal.org/2009/sim.cfm?nav=news&amp;amp;IDMedia=1&quot; title=&quot;http://www.salzburgglobal.org/2009/sim.cfm?nav=news&amp;amp;IDMedia=1&quot; rel=&quot;nofollow&quot;&gt;http://www.salzburgglobal.org/2009/sim.cfm?nav=news&amp;amp;IDMedia=1&lt;/a&gt;. A quick writeup of the seminar was posted at &lt;a href=&quot;https://blog.torproject.org/blog/seminar-salzburg-global&quot; title=&quot;https://blog.torproject.org/blog/seminar-salzburg-global&quot; rel=&quot;nofollow&quot;&gt;https://blog.torproject.org/blog/seminar-salzburg-global&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Roger gave a talk at Drexel University, &lt;a href=&quot;https://www.cs.drexel.edu/research/colloquia&quot; title=&quot;https://www.cs.drexel.edu/research/colloquia&quot; rel=&quot;nofollow&quot;&gt;https://www.cs.drexel.edu/research/colloquia&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Andrew gave a talk about Freedom of Speech, Online Censorship, and Tor at the US Agency for International Development. It was attended by members of US AID, State Department, and National Security Staff from The White House.&lt;/li&gt;
&lt;li&gt;Roger, Jacob, Karsten, and Mike attended the 2009 Google Summer of Code Mentors Summit at Google HQ.&lt;/li&gt;
&lt;li&gt;Andrew gave a talk about Tor and its Privacy by Design at the 2009 Access and Privacy Workshop in Toronto, Canada. &lt;a href=&quot;http://www.verney.ca/onap2009/agenda_dynamic.php&quot; title=&quot;http://www.verney.ca/onap2009/agenda_dynamic.php&quot; rel=&quot;nofollow&quot;&gt;http://www.verney.ca/onap2009/agenda_dynamic.php&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Jacob gave a talk at the 25th NorduNet Conference, &lt;a href=&quot;http://www.nordu.net/conference/ndn2009web/welcome.html&quot; title=&quot;http://www.nordu.net/conference/ndn2009web/welcome.html&quot; rel=&quot;nofollow&quot;&gt;http://www.nordu.net/conference/ndn2009web/welcome.html&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Andrew, Wendy, and others were interviewed for a Tech Review article on Tor being blocked by the Chinese Government for the first time ever, &lt;a href=&quot;http://www.technologyreview.com/printer_friendly_article.aspx?id=23736&quot; title=&quot;http://www.technologyreview.com/printer_friendly_article.aspx?id=23736&quot; rel=&quot;nofollow&quot;&gt;http://www.technologyreview.com/printer_friendly_article.aspx?id=23736&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Karsten attended EMANICS Workshop on Network Security in Bremen, Germany, and gave a 90-minute talk on Tor and my metrics work.&lt;/li&gt;
&lt;li&gt;Karsten and Sebastian attended PET-CON 2009.2 in Regensburg, Germany, and talked about measuring sensitive data in the Tor network.&lt;/li&gt;
&lt;li&gt;Finished paper on ”A Case Study on Measuring Statistical Data in the Tor Anonymity Network” together with Steven and Roger and submitted it to WECSR 2010.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Preconfigured privacy (circumvention) bundles for USB or LiveCD.&lt;/strong&gt;&lt;br /&gt;
Testing program updates to Tor Browser Bundle destined for the next release. The multi-protocol instant messaging client we use, Pidgin, includes voip and video chat functionality. Vidalia 0.2.5 inclusion to make the process of acquiring bridge addresses or becoming a bridge easier.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bridge relay and bridge authority work.&lt;/strong&gt;&lt;br /&gt;
The bridge distribution backend is now far more reliable than it was, and the algorithm has been retuned with design from Nick and Roger. Now the bridgedb code is much more willing to hand out a user’s first few bridges, but it is much harder to get it to hand out a whole bunch of bridges.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Scalability, load balancing, directory overhead, efficiency.&lt;/strong&gt;&lt;br /&gt;
Nick rewrote the directory authority backend code to be able to provide multiple flavors of directory info: a new flavor that can be used for low-directory-bandwidth clients, and the existing flavor to support existing clients. This is the authority-side of proposals 158 and 162; once the authorities are migrated to this, we can start rolling out the client-side. Once it’s done, the directory overhead for clients should be dramatically reduced.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;More reliable (e.g. split) download mechanism.&lt;/strong&gt;&lt;br /&gt;
Christian rolled out changes to the email auto-responder, get-tor, to better handle emails coming to us in various languages. 50% more emails are being answered correctly since the change.&lt;br /&gt;
Thanks to some open internet activists in India, we have a fine new mirror of the Tor website in country at &lt;a href=&quot;http://www.torproject.org.in/&quot; title=&quot;http://www.torproject.org.in/&quot; rel=&quot;nofollow&quot;&gt;http://www.torproject.org.in/&lt;/a&gt;.&lt;br /&gt;
4 new website mirrors joined, 4 existing mirrors left.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Translation work&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;6 German updates to the website.&lt;/li&gt;
&lt;li&gt;114 Italian updates to Torbutton.&lt;/li&gt;
&lt;li&gt;17 Italian updates to the website.&lt;/li&gt;
&lt;li&gt;Updated Arabic translation of Torbutton.&lt;/li&gt;
&lt;li&gt;Complete Burmese translation of Torbutton.&lt;/li&gt;
&lt;li&gt;Complete Burmese translation of Torcheck.&lt;/li&gt;
&lt;li&gt;Complete Danish translation of Torcheck.&lt;/li&gt;
&lt;li&gt;Brazilian translation of Torbutton.&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://blog.torproject.org/blog/october-2009-progress-report#comments</comments>
 <category domain="http://blog.torproject.org/category/tags/bug-fixes">bug fixes</category>
 <category domain="http://blog.torproject.org/category/tags/enhancements">enhancements</category>
 <category domain="http://blog.torproject.org/category/tags/progress-report">progress report</category>
 <category domain="http://blog.torproject.org/category/tags/tor-releases">tor releases</category>
 <category domain="http://blog.torproject.org/category/tags/vidalia-releases">vidalia releases</category>
 <pubDate>Thu, 12 Nov 2009 07:14:19 -0800</pubDate>
 <dc:creator>phobos</dc:creator>
 <guid isPermaLink="false">206 at http://blog.torproject.org</guid>
</item>
<item>
 <title>Vidalia 0.2.4 Released</title>
 <link>http://blog.torproject.org/blog/vidalia-024-released</link>
 <description>&lt;p&gt;Vidalia 0.2.4 is released.  The OS X -alpha bundles are updated to fix a bug in the default &quot;bootstrap&quot; vidalia.conf file that pointed to a non-existent Polipo configuration file, causing Polipo to fail on startup.&lt;/p&gt;
&lt;p&gt;The Changelog for this release is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Split the message log into &quot;Basic&quot; and &quot;Advanced&quot; views. The&lt;br /&gt;
    &quot;Advanced&quot; view contains standard log messages from Tor, while the new&lt;br /&gt;
    experimental &quot;Basic&quot; view displays status events received from Tor.&lt;br /&gt;
    (Ticket #265)&lt;/li&gt;
&lt;li&gt;Apply an application-global stylesheet on OS X that forces all tree&lt;br /&gt;
    widgets in Vidalia to use the 12pt font recommended by Apple&#039;s human&lt;br /&gt;
    interface guidelines.&lt;/li&gt;
&lt;li&gt;Add an OSX_FORCE_32BIT CMake option that can be used to force a 32-bit&lt;br /&gt;
    build on Mac OS X versions that default to 64-bit builds (e.g., Snow&lt;br /&gt;
    Leopard), if only 32-bit versions of the Qt libraries are available.&lt;/li&gt;
&lt;li&gt;Fix a bug introduced in 0.2.3 that prevented Vidalia from correctly&lt;br /&gt;
    responding to ADDRMAP events from Tor. The result was that users would&lt;br /&gt;
    sometimes see IP addresses in the connection list shown under the network&lt;br /&gt;
    map rather than hostnames.&lt;/li&gt;
&lt;li&gt;Fix a bug in the default &quot;bootstrap&quot; vidalia.conf file included in the&lt;br /&gt;
    OS X drag-and-drop bundles that pointed to a non-existent Polipo&lt;br /&gt;
    configuration file, causing Polipo to fail on startup.&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://blog.torproject.org/blog/vidalia-024-released#comments</comments>
 <category domain="http://blog.torproject.org/category/tags/drag-and-drop-os-x-install">drag and drop OS X install</category>
 <category domain="http://blog.torproject.org/category/tags/msi-installer">msi installer</category>
 <category domain="http://blog.torproject.org/category/tags/polipo">polipo</category>
 <category domain="http://blog.torproject.org/category/tags/updated-packages">updated packages</category>
 <category domain="http://blog.torproject.org/category/tags/vidalia-releases">vidalia releases</category>
 <pubDate>Mon, 07 Sep 2009 13:13:01 -0700</pubDate>
 <dc:creator>phobos</dc:creator>
 <guid isPermaLink="false">177 at http://blog.torproject.org</guid>
</item>
<item>
 <title>Testing Tor Browser Bundle 1.2.7-dev</title>
 <link>http://blog.torproject.org/blog/testing-tor-browser-bundle-127dev</link>
 <description>&lt;p&gt;I&#039;ve updated the Tor Browser Bundle with torbutton 1.2.2, the &lt;a href=&quot;//blog.torproject.org/blog/vidalia-022-released&quot; rel=&quot;nofollow&quot;&gt;new Vidalia 0.2.2&lt;/a&gt;, and openssl 0.9.8k compiled with Microsoft Visual C to handle ssl compatibility issues with various versions of Windows.&lt;/p&gt;
&lt;p&gt;If this works, it will be the new Tor Browser Bundle 1.2.8.  Please test away.&lt;/p&gt;
&lt;p&gt;The full list of changes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;update Torbutton to 1.2.2&lt;/li&gt;
&lt;li&gt;update Vidalia to 0.2.2&lt;/li&gt;
&lt;li&gt;compile OpenSSL 0.9.8k with Visual C to make dlls&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There is an issue for some people using a clean Windows XP, Vista, 7 which would either require we ship the Visual C redistributable package, or compile OpenSSL ourselves with Visual C.   The symptoms were the &quot;find bridges now&quot; button didn&#039;t appear in Vidalia 0.2.x, and the relays would never get flags.  A few people posted comments to this blog about lacking flags and geoip information with TBB.  &lt;/p&gt;
&lt;p&gt;This is now fixed (at least it works on a freshly installed and patched WinXP system).&lt;/p&gt;
</description>
 <comments>http://blog.torproject.org/blog/testing-tor-browser-bundle-127dev#comments</comments>
 <category domain="http://blog.torproject.org/category/tags/openssl-fixes">openssl fixes</category>
 <category domain="http://blog.torproject.org/category/tags/tor-browser-bundle">tor browser bundle</category>
 <category domain="http://blog.torproject.org/category/tags/usability-enhancements">usability enhancements</category>
 <category domain="http://blog.torproject.org/category/tags/vidalia-releases">vidalia releases</category>
 <pubDate>Sat, 15 Aug 2009 20:33:34 -0700</pubDate>
 <dc:creator>phobos</dc:creator>
 <guid isPermaLink="false">169 at http://blog.torproject.org</guid>
</item>
<item>
 <title>Vidalia 0.2.2 Released</title>
 <link>http://blog.torproject.org/blog/vidalia-022-released</link>
 <description>&lt;p&gt;Vidalia 0.2.2 is released.  It addresses an issue with openssl which causes the geoip lookups to fail on various versions of Windows.  It also switches from the Nullsoft Installer to the Microsoft System Installer for better compatibility with Microsoft Windows.&lt;/p&gt;
&lt;p&gt;There are now separate Apple OS X builds, one for PowerPC architectures and one for i386 architectures.  No more Universal binary bloat to download.&lt;/p&gt;
&lt;p&gt;The changes are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;When the user clicks &quot;Browse&quot; in the Advanced settings page to locate&lt;br /&gt;
    a new torrc, set the initial directory shown in the file dialog to the&lt;br /&gt;
    current location of the user&#039;s torrc. (Ticket #505)&lt;/li&gt;
&lt;li&gt;Use &#039;ditto&#039; to strip the architectures we don&#039;t want from the Qt&lt;br /&gt;
    frameworks installed into the app bundle with the dist-osx,&lt;br /&gt;
    dist-osx-bundle and dist-osx-split-bundle build targets.&lt;/li&gt;
&lt;li&gt;Fix a bug in the CMakeLists.txt files for ts2po and po2ts that caused&lt;br /&gt;
    build errors on Panther for those two tools.&lt;/li&gt;
&lt;li&gt;Include rebuilt OpenSSL libraries in the Windows packages that are&lt;br /&gt;
    built with the static (/MT) version of the Microsoft Visual C++&lt;br /&gt;
    Runtime. Otherwise, we would require users to install the MSVC&lt;br /&gt;
    Redistributable, which doesn&#039;t work for portable installations such as&lt;br /&gt;
    the Tor Browser Bundle.&lt;/li&gt;
&lt;li&gt;Remove the NSIS file for the Vidalia installer since we now ship&lt;br /&gt;
    MSI-based installers on Windows.&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://blog.torproject.org/blog/vidalia-022-released#comments</comments>
 <category domain="http://blog.torproject.org/category/tags/bug-fixes">bug fixes</category>
 <category domain="http://blog.torproject.org/category/tags/openssl-fixes">openssl fixes</category>
 <category domain="http://blog.torproject.org/category/tags/usability-enhancements">usability enhancements</category>
 <category domain="http://blog.torproject.org/category/tags/vidalia-releases">vidalia releases</category>
 <pubDate>Sat, 15 Aug 2009 07:01:14 -0700</pubDate>
 <dc:creator>phobos</dc:creator>
 <guid isPermaLink="false">168 at http://blog.torproject.org</guid>
</item>
<item>
 <title>Vidalia 0.1.15 Released</title>
 <link>http://blog.torproject.org/blog/vidalia-0115-released</link>
 <description>&lt;p&gt;Vidalia 0.1.15 is released.  It contains fixes for:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bump the minimum required Qt version to 4.3.0.&lt;/li&gt;
&lt;li&gt;Remove USE_QSSLSOCKET as a build option. If your Qt doesn&#039;t support !OpenSSL, then you don&#039;t get GeoIP lookups.&lt;/li&gt;
&lt;li&gt; Fix the TorPostFlight portion of the OS X bundle installer so it doesn&#039;t fail when installing Torbutton.&lt;/li&gt;
&lt;li&gt;Include libeay32.dll in the Windows installers. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It can be obtained at &lt;a href=&quot;https://www.torproject.org/vidalia/&quot; title=&quot;https://www.torproject.org/vidalia/&quot; rel=&quot;nofollow&quot;&gt;https://www.torproject.org/vidalia/&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://blog.torproject.org/blog/vidalia-0115-released#comments</comments>
 <category domain="http://blog.torproject.org/category/tags/bugfixes">bugfixes</category>
 <category domain="http://blog.torproject.org/category/tags/vidalia-releases">vidalia releases</category>
 <pubDate>Sun, 12 Jul 2009 18:32:54 -0700</pubDate>
 <dc:creator>phobos</dc:creator>
 <guid isPermaLink="false">152 at http://blog.torproject.org</guid>
</item>
</channel>
</rss>
