<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adam's Blog &#187; Software</title>
	<atom:link href="http://en.w757.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.w757.com</link>
	<description>To view the world from my own point</description>
	<lastBuildDate>Thu, 08 Sep 2011 06:02:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tor 0.2.1.27 is released</title>
		<link>http://en.w757.com/tor-0-2-1-27-is-released/</link>
		<comments>http://en.w757.com/tor-0-2-1-27-is-released/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 11:56:33 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://en.w757.com/tor-0-2-1-27-is-released/</guid>
		<description><![CDATA[Tor 0.2.1.27 makes relays work with OpenSSL 0.9.8p and 1.0.0.b &#8212; yet another OpenSSL security patch broke its compatibility with Tor. We also took this opportunity to fix several crash bugs, integrate a new directory authority, and update the bundled GeoIP database. If you operate a relay, please upgrade. https://www.torproject.org/download/download Changes in version 0.2.1.27 &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9272999943030692";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "image";
//2007-11-03: en-w757
google_ad_channel = "4524544081";
google_color_border = "000000";
google_color_bg = "F0F0F0";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></-> <p>Tor 0.2.1.27 makes relays work with OpenSSL 0.9.8p and 1.0.0.b &#8212;   <br />yet another OpenSSL security patch broke its compatibility with Tor.    <br />We also took this opportunity to fix several crash bugs, integrate a    <br />new directory authority, and update the bundled GeoIP database.    <br />If you operate a relay, please upgrade.    <br /><a href="https://www.torproject.org/download/download">https://www.torproject.org/download/download</a>    <br />Changes in version 0.2.1.27 &#8211; 2010-11-23    <br /> o Major bugfixes:    <br />&#160;&#160; &#8211; Resolve an incompatibility with OpenSSL 0.9.8p and OpenSSL 1.0.0b:    <br />&#160;&#160;&#160;&#160; No longer set the tlsext_host_name extension on server SSL objects;    <br />&#160;&#160;&#160;&#160; but continue to set it on client SSL objects. Our goal in setting    <br />&#160;&#160;&#160;&#160; it was to imitate a browser, not a vhosting server. Fixes bug 2204;    <br />&#160;&#160;&#160;&#160; bugfix on 0.2.1.1-alpha.    <br />&#160;&#160; &#8211; Do not log messages to the controller while shrinking buffer    <br />&#160;&#160;&#160;&#160; freelists. Doing so would sometimes make the controller connection    <br />&#160;&#160;&#160;&#160; try to allocate a buffer chunk, which would mess up the internals    <br />&#160;&#160;&#160;&#160; of the freelist and cause an assertion failure. Fixes bug 1125;    <br />&#160;&#160;&#160;&#160; fixed by Robert Ransom. Bugfix on 0.2.0.16-alpha.    <br />&#160;&#160; &#8211; Learn our external IP address when we&#8217;re a relay or bridge, even if    <br />&#160;&#160;&#160;&#160; we set PublishServerDescriptor to 0. Bugfix on 0.2.0.3-alpha,    <br />&#160;&#160;&#160;&#160; where we introduced bridge relays that don&#8217;t need to publish to    <br />&#160;&#160;&#160;&#160; be useful. Fixes bug 2050.    <br />&#160;&#160; &#8211; Do even more to reject (and not just ignore) annotations on    <br />&#160;&#160;&#160;&#160; router descriptors received anywhere but from the cache. Previously    <br />&#160;&#160;&#160;&#160; we would ignore such annotations at first, but cache them to disk    <br />&#160;&#160;&#160;&#160; anyway. Bugfix on 0.2.0.8-alpha. Found by piebeer.    <br />&#160;&#160; &#8211; When you&#8217;re using bridges and your network goes away and your    <br />&#160;&#160;&#160;&#160; bridges get marked as down, recover when you attempt a new socks    <br />&#160;&#160;&#160;&#160; connection (if the network is back), rather than waiting up to an    <br />&#160;&#160;&#160;&#160; hour to try fetching new descriptors for your bridges. Bugfix on    <br />&#160;&#160;&#160;&#160; 0.2.0.3-alpha; fixes bug 1981.    <br /> o Major features:    <br />&#160;&#160; &#8211; Move to the November 2010 Maxmind GeoLite country db (rather    <br />&#160;&#160;&#160;&#160; than the June 2009 ip-to-country GeoIP db) for our statistics that    <br />&#160;&#160;&#160;&#160; count how many users relays are seeing from each country. Now we&#8217;ll    <br />&#160;&#160;&#160;&#160; have more accurate data, especially for many African countries.    <br /> o New directory authorities:    <br />&#160;&#160; &#8211; Set up maatuska (run by Linus Nordberg) as the eighth v3 directory    <br />&#160;&#160;&#160;&#160; authority.    <br /> o Minor bugfixes:    <br />&#160;&#160; &#8211; Fix an assertion failure that could occur in directory caches or    <br />&#160;&#160;&#160;&#160; bridge users when using a very short voting interval on a testing    <br />&#160;&#160;&#160;&#160; network. Diagnosed by Robert Hogan. Fixes bug 1141; bugfix on    <br />&#160;&#160;&#160;&#160; 0.2.0.8-alpha.    <br />&#160;&#160; &#8211; Enforce multiplicity rules when parsing annotations. Bugfix on    <br />&#160;&#160;&#160;&#160; 0.2.0.8-alpha. Found by piebeer.    <br />&#160;&#160; &#8211; Allow handshaking OR connections to take a full KeepalivePeriod    <br />&#160;&#160;&#160;&#160; seconds to handshake. Previously, we would close them after    <br />&#160;&#160;&#160;&#160; IDLE_OR_CONN_TIMEOUT (180) seconds, the same timeout as if they    <br />&#160;&#160;&#160;&#160; were open. Bugfix on 0.2.1.26; fixes bug 1840. Thanks to mingw-san    <br />&#160;&#160;&#160;&#160; for analysis help.    <br />&#160;&#160; &#8211; When building with &#8211;enable-gcc-warnings on OpenBSD, disable    <br />&#160;&#160;&#160;&#160; warnings in system headers. This makes &#8211;enable-gcc-warnings    <br />&#160;&#160;&#160;&#160; pass on OpenBSD 4.8.    <br /> o Minor features:    <br />&#160;&#160; &#8211; Exit nodes didn&#8217;t recognize EHOSTUNREACH as a plausible error code,    <br />&#160;&#160;&#160;&#160; and so sent back END_STREAM_REASON_MISC. Clients now recognize a new    <br />&#160;&#160;&#160;&#160; stream ending reason for this case: END_STREAM_REASON_NOROUTE.    <br />&#160;&#160;&#160;&#160; Servers can start sending this code when enough clients recognize    <br />&#160;&#160;&#160;&#160; it. Bugfix on 0.1.0.1-rc; fixes part of bug 1793.    <br />&#160;&#160; &#8211; Build correctly on mingw with more recent versions of OpenSSL 0.9.8.    <br />&#160;&#160;&#160;&#160; Patch from mingw-san.    <br /> o Removed files:    <br />&#160;&#160; &#8211; Remove the old debian/ directory from the main Tor distribution.    <br />&#160;&#160;&#160;&#160; The official Tor-for-debian git repository lives at the URL    <br /><a href="https://git.torproject.org/debian/tor.git">https://git.torproject.org/debian/tor.git</a>    <br />&#160;&#160; &#8211; Stop shipping the old doc/website/ directory in the tarball. We    <br />&#160;&#160;&#160;&#160; changed the website format in late 2010, and what we shipped in    <br />&#160;&#160;&#160;&#160; 0.2.1.26 really wasn&#8217;t that useful anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.w757.com/tor-0-2-1-27-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of life for Tor 0.2.0.x</title>
		<link>http://en.w757.com/end-of-life-for-tor-0-2-0-x/</link>
		<comments>http://en.w757.com/end-of-life-for-tor-0-2-0-x/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 01:36:13 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://en.w757.com/?p=209</guid>
		<description><![CDATA[We have declared end-of-life for Tor 0.2.0.x. Those Tor versions have several known flaws, and nobody should be using them. You should upgrade. Specifically, the big flaw in Tor &#60;= 0.2.0.35 is that its list of directory authorities is out of date, so you&#8217;ll find it hard to learn about the network. We&#8217;re signing the [...]]]></description>
			<content:encoded><![CDATA[<p>We have declared end-of-life for Tor 0.2.0.x. Those Tor versions have<br />
several known flaws, and nobody should be using them. You should upgrade.</p>
<p>Specifically, the big flaw in Tor &lt;= 0.2.0.35 is that its list of<br />
directory authorities is out of date, so you&#8217;ll find it hard to learn<br />
about the network. We&#8217;re signing the network status consensus with the<br />
old signatures for now, but we&#8217;re going to stop doing that in a few weeks,<br />
which means your Tor 0.2.0.x will fail to find the current network.</p>
<p>The only exception is people using Debian Lenny &#8212; our nice Debian<br />
packager is trying to keep that package maintained for you.</p>
<p>As a bonus, if you move to a newer Tor you&#8217;ll get significant performance<br />
boosts as a client, and you&#8217;ll improve the performance for others as<br />
a relay.</p>
<p>Thanks,<br />
&#8211;Roger</p>
]]></content:encoded>
			<wfw:commentRss>http://en.w757.com/end-of-life-for-tor-0-2-0-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tor 0.2.1.25 is released</title>
		<link>http://en.w757.com/tor-0-2-1-25-is-released/</link>
		<comments>http://en.w757.com/tor-0-2-1-25-is-released/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 01:34:31 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://en.w757.com/?p=207</guid>
		<description><![CDATA[Tor 0.2.1.25 fixes a regression introduced in 0.2.1.23 that could prevent relays from guessing their IP address correctly. It also fixes several minor potential security bugs. People running Tor as a relay should upgrade: https://www.torproject.org/download Changes in version 0.2.1.25 &#8211; 2010-03-16 o Major bugfixes: &#8211; Fix a regression from our patch for bug 1244 that [...]]]></description>
			<content:encoded><![CDATA[<p>Tor 0.2.1.25 fixes a regression introduced in 0.2.1.23 that could prevent relays from guessing their IP address correctly. It also fixes several minor potential security bugs. People running Tor as a relay should upgrade: https://www.torproject.org/download Changes in version 0.2.1.25 &#8211; 2010-03-16 o Major bugfixes: &#8211; Fix a regression from our patch for bug 1244 that caused relays to guess their IP address incorrectly if they didn&#8217;t set Address in their torrc and/or their address fails to resolve. Bugfix on 0.2.1.23; fixes bug 1269. &#8211; When freeing a session key, zero it out completely. We only zeroed the first ptrsize bytes. Bugfix on 0.0.2pre8. Discovered and patched by ekir. Fixes bug 1254. o Minor bugfixes: &#8211; Fix a dereference-then-NULL-check sequence when publishing descriptors. Bugfix on 0.2.1.5-alpha. Discovered by ekir; fixes bug 1255. &#8211; Fix another dereference-then-NULL-check sequence. Bugfix on 0.2.1.14-rc. Discovered by ekir; fixes bug 1256. &#8211; Make sure we treat potentially not NUL-terminated strings correctly. Bugfix on 0.1.1.13-alpha. Discovered by rieo; fixes bug 1257.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.w757.com/tor-0-2-1-25-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tor 0.2.1.23 and 0.2.1.24 are released</title>
		<link>http://en.w757.com/tor-0-2-1-23-and-0-2-1-24-are-released/</link>
		<comments>http://en.w757.com/tor-0-2-1-23-and-0-2-1-24-are-released/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 08:59:22 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://en.w757.com/tor-0-2-1-23-and-0-2-1-24-are-released/</guid>
		<description><![CDATA[Tor 0.2.1.23 fixes a huge client-side performance bug, makes Tor work again on the latest OS X, and updates the location of a directory authority. Tor 0.2.1.24 makes Tor work again on the latest OS X &#8212; this time for sure! The Windows and OS X bundles also come with a newer version of Polipo [...]]]></description>
			<content:encoded><![CDATA[<p>Tor 0.2.1.23 fixes a huge client-side performance bug, makes Tor work<br />
again on the latest OS X, and updates the location of a directory<br />
authority.</p>
<p>Tor 0.2.1.24 makes Tor work again on the latest OS X &#8212; this time<br />
for sure!</p>
<p>The Windows and OS X bundles also come with a newer version of Polipo<br />
that fixes some stability and security problems.</p>
<p>People using Tor as a client should upgrade:<br />
<a href="https://www.torproject.org/easy-download" target="_blank">https://www.torproject.org/easy-download</a></p>
<p>Changes in version 0.2.1.23 &#8211; 2010-02-13<br />
 o Major bugfixes (performance):<br />
   - We were selecting our guards uniformly at random, and then weighting<br />
     which of our guards we&#8217;d use uniformly at random. This imbalance<br />
     meant that Tor clients were severely limited on throughput (and<br />
     probably latency too) by the first hop in their circuit. Now we<br />
     select guards weighted by currently advertised bandwidth. We also<br />
     automatically discard guards picked using the old algorithm. Fixes<br />
     bug 1217; bugfix on 0.2.1.3-alpha. Found by Mike Perry.</p>
<p> o Major bugfixes:<br />
   - Make Tor work again on the latest OS X: when deciding whether to<br />
     use strange flags to turn TLS renegotiation on, detect the OpenSSL<br />
     version at run-time, not compile time. We need to do this because<br />
     Apple doesn&#8217;t update its dev-tools headers when it updates its<br />
     libraries in a security patch.<br />
   - Fix a potential buffer overflow in lookup_last_hid_serv_request()<br />
     that could happen on 32-bit platforms with 64-bit time_t. Also fix<br />
     a memory leak when requesting a hidden service descriptor we&#8217;ve<br />
     requested before. Fixes bug 1242, bugfix on 0.2.0.18-alpha. Found<br />
     by aakova.</p>
<p> o Minor bugfixes:<br />
   - Refactor resolve_my_address() to not use gethostbyname() anymore.<br />
     Fixes bug 1244; bugfix on 0.0.2pre25. Reported by Mike Mestnik.</p>
<p> o Minor features:<br />
   - Avoid a mad rush at the beginning of each month when each client<br />
     rotates half of its guards. Instead we spread the rotation out<br />
     throughout the month, but we still avoid leaving a precise timestamp<br />
     in the state file about when we first picked the guard. Improves<br />
     over the behavior introduced in 0.1.2.17.</p>
<p>Changes in version 0.2.1.24 &#8211; 2010-02-21<br />
 o Minor bugfixes:<br />
   - Work correctly out-of-the-box with even more vendor-patched versions<br />
     of OpenSSL. In particular, make it so Debian and OS X don&#8217;t need<br />
     customized patches to run/build.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.w757.com/tor-0-2-1-23-and-0-2-1-24-are-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Virtual Forbidden City</title>
		<link>http://en.w757.com/download-virtual-forbidden-city/</link>
		<comments>http://en.w757.com/download-virtual-forbidden-city/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 15:33:40 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Beijing]]></category>
		<category><![CDATA[Forbidden City]]></category>

		<guid isPermaLink="false">http://en.w757.com/download-virtual-forbidden-city/</guid>
		<description><![CDATA[It’s a free software. You can download it free. You can control a character to tour the Forbidden city on your computer. Forbidden City is the most famous place in Beijing, China. You can download this software to experience the Emperor’s home, and their lifes. In my opioion, the software is too crude. Its pictures [...]]]></description>
			<content:encoded><![CDATA[<p>It’s a free software. You can download it free. You can control a character to tour the Forbidden city on your computer.</p>
<p>Forbidden City is the most famous place in Beijing, China. You can download this software to experience the Emperor’s home, and their lifes.</p>
<p>In my opioion, the software is too crude. Its pictures is not beyond world of warcraft’s. And it can not control the character by ASDW. You can only use the arrows button. You can not jump the character by press “space”. lol.</p>
<p>But, I suggest you can download and play it. I believe you will love this, love China. <img src='http://en.w757.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Where I can download it?</p>
<p>Here: <a title="http://www.virtualforbiddencity.org/" href="http://www.virtualforbiddencity.org/" target="_blank">http://www.virtualforbiddencity.org/</a></p>
<p> <img title="" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="299" alt="" src="http://en.w757.com/wp-content/uploads/2009/01/image.png" width="505" border="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://en.w757.com/download-virtual-forbidden-city/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tor 0.2.0.32 is released</title>
		<link>http://en.w757.com/tor-02032-is-released/</link>
		<comments>http://en.w757.com/tor-02032-is-released/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 15:41:55 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://en.w757.com/tor-02032-is-released/</guid>
		<description><![CDATA[Tor 0.2.0.32 fixes a major security problem in Debian and Ubuntu packages (and maybe other packages) noticed by Theo de Raadt, fixes a smaller security flaw that might allow an attacker to access local services, further improves hidden service performance, and fixes a variety of other issues. https://www.torproject.org/download.html Or use our new https://www.torproject.org/easy-download page. Changes [...]]]></description>
			<content:encoded><![CDATA[<p>Tor 0.2.0.32 fixes a major security problem in Debian and Ubuntu packages   <br />(and maybe other packages) noticed by Theo de Raadt, fixes a smaller    <br />security flaw that might allow an attacker to access local services,    <br />further improves hidden service performance, and fixes a variety of    <br />other issues. </p>
<p><a href="https://www.torproject.org/download.html">https://www.torproject.org/download.html</a></p>
<p>Or use our new <a href="https://www.torproject.org/easy-download">https://www.torproject.org/easy-download</a> page. </p>
<p>Changes in version 0.2.0.32 &#8211; 2008-11-20   <br />&#160; o Security fixes:    <br />&#160;&#160;&#160; &#8211; The &quot;User&quot; and &quot;Group&quot; config options did not clear the    <br />&#160;&#160;&#160;&#160;&#160; supplementary group entries for the Tor process. The &quot;User&quot; option    <br />&#160;&#160;&#160;&#160;&#160; is now more robust, and we now set the groups to the specified    <br />&#160;&#160;&#160;&#160;&#160; user&#8217;s primary group. The &quot;Group&quot; option is now ignored. For more    <br />&#160;&#160;&#160;&#160;&#160; detailed logging on credential switching, set CREDENTIAL_LOG_LEVEL    <br />&#160;&#160;&#160;&#160;&#160; in common/compat.c to LOG_NOTICE or higher. Patch by Jacob Appelbaum    <br />&#160;&#160;&#160;&#160;&#160; and Steven Murdoch. Bugfix on 0.0.2pre14. Fixes bug 848 and 857.    <br />&#160;&#160;&#160; &#8211; The &quot;ClientDNSRejectInternalAddresses&quot; config option wasn&#8217;t being    <br />&#160;&#160;&#160;&#160;&#160; consistently obeyed: if an exit relay refuses a stream because its    <br />&#160;&#160;&#160;&#160;&#160; exit policy doesn&#8217;t allow it, we would remember what IP address    <br />&#160;&#160;&#160;&#160;&#160; the relay said the destination address resolves to, even if it&#8217;s    <br />&#160;&#160;&#160;&#160;&#160; an internal IP address. Bugfix on 0.2.0.7-alpha; patch by rovv. </p>
<p>&#160; o Major bugfixes:   <br />&#160;&#160;&#160; &#8211; Fix a DOS opportunity during the voting signature collection process    <br />&#160;&#160;&#160;&#160;&#160; at directory authorities. Spotted by rovv. Bugfix on 0.2.0.x. </p>
<p>&#160; o Major bugfixes (hidden services):   <br />&#160;&#160;&#160; &#8211; When fetching v0 and v2 rendezvous service descriptors in parallel,    <br />&#160;&#160;&#160;&#160;&#160; we were failing the whole hidden service request when the v0    <br />&#160;&#160;&#160;&#160;&#160; descriptor fetch fails, even if the v2 fetch is still pending and    <br />&#160;&#160;&#160;&#160;&#160; might succeed. Similarly, if the last v2 fetch fails, we were    <br />&#160;&#160;&#160;&#160;&#160; failing the whole hidden service request even if a v0 fetch is    <br />&#160;&#160;&#160;&#160;&#160; still pending. Fixes bug 814. Bugfix on 0.2.0.10-alpha.    <br />&#160;&#160;&#160; &#8211; When extending a circuit to a hidden service directory to upload a    <br />&#160;&#160;&#160;&#160;&#160; rendezvous descriptor using a BEGIN_DIR cell, almost 1/6 of all    <br />&#160;&#160;&#160;&#160;&#160; requests failed, because the router descriptor has not been    <br />&#160;&#160;&#160;&#160;&#160; downloaded yet. In these cases, do not attempt to upload the    <br />&#160;&#160;&#160;&#160;&#160; rendezvous descriptor, but wait until the router descriptor is    <br />&#160;&#160;&#160;&#160;&#160; downloaded and retry. Likewise, do not attempt to fetch a rendezvous    <br />&#160;&#160;&#160;&#160;&#160; descriptor from a hidden service directory for which the router    <br />&#160;&#160;&#160;&#160;&#160; descriptor has not yet been downloaded. Fixes bug 767. Bugfix    <br />&#160;&#160;&#160;&#160;&#160; on 0.2.0.10-alpha. </p>
<p>&#160; o Minor bugfixes:   <br />&#160;&#160;&#160; &#8211; Fix several infrequent memory leaks spotted by Coverity.    <br />&#160;&#160;&#160; &#8211; When testing for libevent functions, set the LDFLAGS variable    <br />&#160;&#160;&#160;&#160;&#160; correctly. Found by Riastradh.    <br />&#160;&#160;&#160; &#8211; Avoid a bug where the FastFirstHopPK 0 option would keep Tor from    <br />&#160;&#160;&#160;&#160;&#160; bootstrapping with tunneled directory connections. Bugfix on    <br />&#160;&#160;&#160;&#160;&#160; 0.1.2.5-alpha. Fixes bug 797. Found by Erwin Lam.    <br />&#160;&#160;&#160; &#8211; When asked to connect to A.B.exit:80, if we don&#8217;t know the IP for A    <br />&#160;&#160;&#160;&#160;&#160; and we know that server B rejects most-but-not all connections to    <br />&#160;&#160;&#160;&#160;&#160; port 80, we would previously reject the connection. Now, we assume    <br />&#160;&#160;&#160;&#160;&#160; the user knows what they were asking for. Fixes bug 752. Bugfix    <br />&#160;&#160;&#160;&#160;&#160; on 0.0.9rc5. Diagnosed by BarkerJr.    <br />&#160;&#160;&#160; &#8211; If we overrun our per-second write limits a little, count this as    <br />&#160;&#160;&#160;&#160;&#160; having used up our write allocation for the second, and choke    <br />&#160;&#160;&#160;&#160;&#160; outgoing directory writes. Previously, we had only counted this when    <br />&#160;&#160;&#160;&#160;&#160; we had met our limits precisely. Fixes bug 824. Patch from by rovv.    <br />&#160;&#160;&#160;&#160;&#160; Bugfix on 0.2.0.x.    <br />&#160;&#160;&#160; &#8211; Remove the old v2 directory authority &#8216;lefkada&#8217; from the default    <br />&#160;&#160;&#160;&#160;&#160; list. It has been gone for many months.    <br />&#160;&#160;&#160; &#8211; Stop doing unaligned memory access that generated bus errors on    <br />&#160;&#160;&#160;&#160;&#160; sparc64. Bugfix on 0.2.0.10-alpha. Fixes bug 862.    <br />&#160;&#160;&#160; &#8211; Make USR2 log-level switch take effect immediately. Bugfix on    <br />&#160;&#160;&#160;&#160;&#160; 0.1.2.8-beta. </p>
<p>&#160; o Minor bugfixes (controller):   <br />&#160;&#160;&#160; &#8211; Make DNS resolved events into &quot;CLOSED&quot;, not &quot;FAILED&quot;. Bugfix on    <br />&#160;&#160;&#160;&#160;&#160; 0.1.2.5-alpha. Fix by Robert Hogan. Resolves bug 807. </p>
]]></content:encoded>
			<wfw:commentRss>http://en.w757.com/tor-02032-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best Remote Assistance Software-TeamViewer</title>
		<link>http://en.w757.com/the-best-remote-assistance-software-teamviewer/</link>
		<comments>http://en.w757.com/the-best-remote-assistance-software-teamviewer/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 14:32:25 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Remote Assistance]]></category>
		<category><![CDATA[TeamViewer]]></category>

		<guid isPermaLink="false">http://en.w757.com/the-best-remote-assistance-software-teamviewer/</guid>
		<description><![CDATA[Remote Assistance is a best way to help people solve computer problems . Use Remote Assistance, as operating own computer. I used a relatively large number of QQ is the Remote Assistance, simple and practical. However, QQ Remote Assistance can not be typing on a computer in each other. Here recommend a good software-TeamViewer. After [...]]]></description>
			<content:encoded><![CDATA[<p>Remote Assistance is a best way to help people solve computer problems . Use Remote Assistance, as operating own computer.</p>
<p>I used a relatively large number of QQ is the Remote Assistance, simple and practical. However, QQ Remote Assistance can not be typing on a computer in each other. </p>
<p>Here recommend a good software-TeamViewer. </p>
<p>After downloaded TeamViewer, you can choose to &#8220;install&#8221; or &#8220;Run&#8221; means that it can be installed or direct run. After the operation, such as the right.</p>
<p><img src="http://www.w757.com/wp-content/uploads/2008/11/image.png" align="right"> Please wait a while just to run (about Several Seconds), which often have been found to generate ID and password, at this time, the ID and password can tell you friends, so that you can be friends on the right side of the Create Session enter your ID, after connecting a password, you can carry out long-range assistance. <br />TeamViewer has the advantage of: 1. Easy to use and can be installed directly to run free. 2. Do not have any complicated settings. 3. To break down the firewall, within a computer network is also very easy to connect. Not because of any port design, is ideal for use in local area networks. 4. Remote Assistance feature from time to time to chat. 5. VPN functions are. 6. For free. <br />Official Web site address (English): <a href="http://www.teamviewer.com/download/index.aspx" target="_blank">http://www.teamviewer.com/download/index.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://en.w757.com/the-best-remote-assistance-software-teamviewer/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Tor 0.1.2.19 is released</title>
		<link>http://en.w757.com/tor-01219-is-released/</link>
		<comments>http://en.w757.com/tor-01219-is-released/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 07:58:24 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://en.w757.com/tor-01219-is-released/</guid>
		<description><![CDATA[Tor 0.1.2.19 fixes a huge memory leak on exit relays, makes the defaultexit policy a little bit more conservative so it&#8217;s safer to run an exitrelay on a home system, and fixes a variety of smaller issues. https://www.torproject.org/download.html Changes in version 0.1.2.19 &#8211; 2008-01-17&#160; o Security fixes:&#160;&#160;&#160; &#8211; Exit policies now reject connections that are [...]]]></description>
			<content:encoded><![CDATA[<p>Tor 0.1.2.19 fixes a huge memory leak on exit relays, makes the default<br />exit policy a little bit more conservative so it&#8217;s safer to run an exit<br />relay on a home system, and fixes a variety of smaller issues.
<p><a href="https://www.torproject.org/download.html">https://www.torproject.org/download.html</a>
<p>Changes in version 0.1.2.19 &#8211; 2008-01-17<br />&nbsp; o Security fixes:<br />&nbsp;&nbsp;&nbsp; &#8211; Exit policies now reject connections that are addressed to a<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; relay&#8217;s public (external) IP address too, unless<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ExitPolicyRejectPrivate is turned off. We do this because too<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; many relays are running nearby to services that trust them based<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; on network address.
<p>&nbsp; o Major bugfixes:<br />&nbsp;&nbsp;&nbsp; &#8211; When the clock jumps forward a lot, do not allow the bandwidth<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; buckets to become negative. Fixes bug 544.<br />&nbsp;&nbsp;&nbsp; &#8211; Fix a memory leak on exit relays; we were leaking a<br /> cached_resolve_t<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; on every successful resolve. Reported by Mike Perry.<br />&nbsp;&nbsp;&nbsp; &#8211; Purge old entries from the &#8220;rephist&#8221; database and the hidden<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; service descriptor database even when DirPort is zero.<br />&nbsp;&nbsp;&nbsp; &#8211; Stop thinking that 0.1.2.x directory servers can handle<br /> &#8220;begin_dir&#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; requests. Should ease bugs 406 and 419 where 0.1.2.x relays are<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; crashing or mis-answering these requests.<br />&nbsp;&nbsp;&nbsp; &#8211; When we decide to send a 503 response to a request for servers,<br /> do<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; not then also send the server descriptors: this defeats the whole<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; purpose. Fixes bug 539.
<p>&nbsp; o Minor bugfixes:<br />&nbsp;&nbsp;&nbsp; &#8211; Changing the ExitPolicyRejectPrivate setting should cause us to<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rebuild our server descriptor.<br />&nbsp;&nbsp;&nbsp; &#8211; Fix handling of hex nicknames when answering controller requests<br /> for<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; networkstatus by name, or when deciding whether to warn about<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; unknown routers in a config option. (Patch from mwenge.)<br />&nbsp;&nbsp;&nbsp; &#8211; Fix a couple of hard-to-trigger autoconf problems that could<br /> result<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; in really weird results on platforms whose sys/types.h files<br /> define<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nonstandard integer types.<br />&nbsp;&nbsp;&nbsp; &#8211; Don&#8217;t try to create the datadir when running &#8211;verify-config or<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8211;hash-password. Resolves bug 540.<br />&nbsp;&nbsp;&nbsp; &#8211; If we were having problems getting a particular descriptor from<br /> the<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; directory caches, and then we learned about a new descriptor for<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; that router, we weren&#8217;t resetting our failure count. Reported<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by lodger.<br />&nbsp;&nbsp;&nbsp; &#8211; Although we fixed bug 539 (where servers would send HTTP status<br /> 503<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; responses _and_ send a body too), there are still servers out<br /> there<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; that haven&#8217;t upgraded. Therefore, make clients parse such bodies<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; when they receive them.<br />&nbsp;&nbsp;&nbsp; &#8211; Run correctly on systems where rlim_t is larger than unsigned<br /> long.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This includes some 64-bit systems.<br />&nbsp;&nbsp;&nbsp; &#8211; Run correctly on platforms (like some versions of OS X 10.5)<br /> where<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the real limit for number of open files is OPEN_FILES, not<br /> rlim_max<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from getrlimit(RLIMIT_NOFILES).<br />&nbsp;&nbsp;&nbsp; &#8211; Avoid a spurious free on base64 failure.<br />&nbsp;&nbsp;&nbsp; &#8211; Avoid segfaults on certain complex invocations of<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; router_get_by_hexdigest().<br />&nbsp;&nbsp;&nbsp; &#8211; Fix rare bug on REDIRECTSTREAM control command when called with<br /> no<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; port set: it could erroneously report an error when none had<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; happened. </p>
]]></content:encoded>
			<wfw:commentRss>http://en.w757.com/tor-01219-is-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Invitation to the Windows Live Messenger 9.0 Beta</title>
		<link>http://en.w757.com/invitation-to-the-windows-live-messenger-90-beta/</link>
		<comments>http://en.w757.com/invitation-to-the-windows-live-messenger-90-beta/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 02:23:20 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[windows live messenger]]></category>

		<guid isPermaLink="false">http://en.w757.com/invitation-to-the-windows-live-messenger-90-beta/</guid>
		<description><![CDATA[Hello from the Windows Live Messenger Team! We&#8217;ve been hard at work building the foundation for Windows Live Messenger 9.0, we&#8217;d like to give you a look at what we&#8217;ve built and ask what you think. We&#8217;re running a small private beta to get early feedback on the new features we&#8217;ve built and get wider [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: gray">Hello from the Windows Live Messenger Team!</span></strong></p>
<p><span style="color: black">We&#8217;ve been hard at work building the foundation for Windows Live Messenger 9.0, we&#8217;d like to give you a look at what we&#8217;ve built and ask what you think. We&#8217;re running a small private beta to get early feedback on the new features we&#8217;ve built and get wider test coverage of the build. </span></p>
<p><span style="color: black">As a beta tester you&#8217;ll have access to an early 9.0 build, a private newsgroup just for Windows Live Messenger beta testers, and the ability to send bugs directly to the product team. The build you&#8217;ll be beta testing with is a very early build, so it may be less stable than beta builds you&#8217;ve tried in the past. We&#8217;re telling you this upfront so you know what you&#8217;re getting into. If you&#8217;re not sure about trying a not-quite polished build, maybe this beta isn&#8217;t for you. If you&#8217;re ready to dig in and explore this build with us, follow the below instructions to nominate yourself. </span></p>
<ol>
<li>Go to <u><font color="#800080"><a href="http://connect.microsoft.com/" rel="nofollow" target="_blank">http://connect.microsoft.com</a></font></u></li>
<li>Click &#8220;Invitation&#8221; in the left nav pane</li>
<li>Enter this invitation ID: B0-WBH8-FY44</li>
<li>Click Go</li>
<li>Fill out the nomination survey</li>
</ol>
<p>We&#8217;ll review all survey responses and accept as many people into the beta as we can. Look for mail from us soon!</p>
<p>We look forward to hearing from you!<br />
The Windows Live Messenger Team</p>
]]></content:encoded>
			<wfw:commentRss>http://en.w757.com/invitation-to-the-windows-live-messenger-90-beta/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Tor 0.1.2.18 is released</title>
		<link>http://en.w757.com/tor-01218-is-released/</link>
		<comments>http://en.w757.com/tor-01218-is-released/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 15:27:49 +0000</pubDate>
		<dc:creator>Adam</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[Tor]]></category>

		<guid isPermaLink="false">http://en.w757.com/tor-01218-is-released/</guid>
		<description><![CDATA[Tor 0.1.2.18 fixes many problems including crash bugs, problems with hidden service introduction that were causing huge delays, and a big bug that was causing some servers to disappear from the network status lists for a few hours each day. We also modified the default Privoxy config files in the bundles to avoid some security [...]]]></description>
			<content:encoded><![CDATA[<p>Tor 0.1.2.18 fixes many problems including crash bugs, problems with hidden service introduction that were causing huge delays, and a big bug that was causing some servers to disappear from the network status lists for a few hours each day.</p>
<p>We also modified the default Privoxy config files in the bundles to avoid some security problems, so make sure to leave &#8220;install Privoxy&#8221; checked when you upgrade.<br />
Bundle users should upgrade. People using Privoxy in other contexts should make sure to follow the configuration advice at<br />
<a href="https://www.torproject.org/docs/tor-doc-unix#privoxy" target="_blank">https://www.torproject.org/docs/tor-doc-unix#privoxy</a><br />
The Tor 0.1.1.x branch is now officially obsolete and unsupported.</p>
<p><a href="https://www.torproject.org/download.html" target="_blank">https://www.torproject.org/download.html</a></p>
<p>Changes in version 0.1.2.18 &#8211; 2007-10-28<br />
o Major bugfixes (crashes):<br />
- If a connection is shut down abruptly because of something that happened inside connection_flushed_some(), do not call connection_finished_flushing(). Should fix bug 451:<br />
&#8220;connection_stop_writing: Assertion conn-&gt;write_event failed&#8221;</p>
<p>Bugfix on 0.1.2.7-alpha.<br />
- Fix possible segfaults in functions called from rend_process_relay_cell().</p>
<p>o Major bugfixes (hidden services):<br />
- Hidden services were choosing introduction points uniquely by hexdigest, but when constructing the hidden service descriptor they merely wrote the (potentially ambiguous) nickname.<br />
- Clients now use the v2 intro format for hidden service connections: they specify their chosen rendezvous point by identity digest rather than by (potentially ambiguous) nickname. These changes could speed up hidden service connections dramatically.</p>
<p>o Major bugfixes (other):<br />
- Stop publishing a new server descriptor just because we get a HUP signal. This led (in a roundabout way) to some servers getting dropped from the networkstatus lists for a few hours each day.<br />
- When looking for a circuit to cannibalize, consider family as well as identity. Fixes bug 438. Bugfix on 0.1.0.x (which introduced circuit cannibalization).<br />
- When a router wasn&#8217;t listed in a new networkstatus, we were leaving the flags for that router alone &#8212; meaning it remained Named, Running, etc &#8212; even though absence from the networkstatus means that it shouldn&#8217;t be considered to exist at all anymore. Now we clear all the flags for routers that fall out of the networkstatus consensus. Fixes bug 529.</p>
<p>o Minor bugfixes:<br />
- Don&#8217;t try to access (or alter) the state file when running<br />
&#8211;list-fingerprint or &#8211;verify-config or &#8211;hash-password.<br />
Resolves<br />
bug 499.<br />
- When generating information telling us how to extend to a given router, do not try to include the nickname if it is absent. (Resolves bug 467.)<br />
- Fix a user-triggerable segfault in expand_filename(). (There isn&#8217;t a way to trigger this remotely.)<br />
- When sending a status event to the controller telling it that an OR address is readable, set the port correctly. (Previously we were reporting the dir port.)<br />
- Fix a minor memory leak whenever a controller sends the<br />
PROTOCOLINFO<br />
command. Bugfix on 0.1.2.17.<br />
- When loading bandwidth history, do not believe any information in the future. Fixes bug 434.<br />
- When loading entry guard information, do not believe any information in the future.<br />
- When we have our clock set far in the future and generate an onion key, then re-set our clock to be correct, we should not stop the onion key from getting rotated.<br />
- On some platforms, accept() can return a broken address. Detect this more quietly, and deal accordingly. Fixes bug 483.<br />
- It&#8217;s not actually an error to find a non-pending entry in the DNS cache when canceling a pending resolve. Don&#8217;t log unless stuff is fishy. Resolves bug 463.<br />
- Don&#8217;t reset trusted dir server list when we set a configuration option. Patch from Robert Hogan.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.w757.com/tor-01218-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

