<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
     version="2.0">
	<channel>
		<title>GlimmerBlocker releases</title>
		<link>http://glimmerblocker.org/site/rss/sparkle-final.xml</link>
		<description>
			The official releases of GlimmerBlocker.
			The feed is used by the Sparkle update Framework.
		</description>
		<generator>Perl</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<language>en</language>
		<pubDate>Sat, 16 Jan 2010 10:43:04 GMT</pubDate>
		<lastBuildDate>Sat, 16 Jan 2010 10:43:04 GMT</lastBuildDate>
		<atom:link href="http://glimmerblocker.org/site/rss/sparkle-final.xml" rel="self" type="application/rss+xml"/>

		<item>
			<!-- svn: 945 -->
			<title>Version 1.4.4: Bug fixes and better compability.</title>
			<pubDate>Sat, 16 Jan 2010 10:43:04 GMT</pubDate>
			<enclosure
					url="http://glimmerblocker.org/downloads/GlimmerBlocker-1.4.4.dmg"
					length="2602753"
					type="application/octet-stream"
					sparkle:dsaSignature="MC0CFH1hWclgxcPnluha2zmBFnV/1zxtAhUAwBMo1qsva40U+SBGTCwYxc7Mmfg="
					sparkle:md5Sum="75ff32f47e14e53382f5796bbc1a17e3"
					sparkle:version="1.4.4"/>
			<sparkle:minimumSystemVersion>10.5</sparkle:minimumSystemVersion>
			<guid isPermaLink="false">v-1.4.4</guid>
			<description><![CDATA[
<li>Added workaround for QuickTime player publish to MobileMe Gallery: it can't handle receiving the http response
	before it has sent all of the request data. Reported by Ian McCall.
</li>
<li>Improvements to YouTube movie download: better handling of Safari's lack of support for characterset in download
	filenames.
</li>
<li>Workaround for bug in squid/2.6.STABLE16 which sends invalid http headers: Vary:
	Accept-Language,\r\r\nAccept-Encoding. Reported by Thorsten Deppner.
</li>
<li>Better compability with Monolingual and other system utilities which trim application size by removing
	translations and PowerPC code.
	The code signature is no longer required to be valid.
</li>
<li>
	Enable request rules to modify non-proxy requests. If no request rule matches,
	and it's not an admin request, a simple 404 is returned.
	This enables GB to be used as simple web-server for e.g. PAC scripts. By request of Paul Edens.
</li>
<li>Separate prefpanelicon.png no longer needed as the System Preferences app can use the bundle icns file.
	Problem with using 32*32 icon reported by Rudro Rana Biswas.
</li>
<li>Misc improvements to logging and debugging support.
</li>
]]></description>
		</item>

		<item>
			<!-- svn: 929 -->
			<title>Version 1.4.2: Reduced memory usage, fixed hang.</title>
			<pubDate>Tue, 06 Oct 2009 16:54:55 GMT</pubDate>
			<enclosure
					url="http://glimmerblocker.org/downloads/GlimmerBlocker-1.4.2.dmg"
					length="2603210"
					type="application/octet-stream"
					sparkle:dsaSignature="MC0CFD6ThpipMeTR04QkdLg/5lcPO9JFAhUA34k+3GlbwCUPgQQlEFRUbPMBXnQ="
					sparkle:md5Sum="9a8587fe25afde870d511113e7582868"
					sparkle:version="1.4.2"/>
			<sparkle:minimumSystemVersion>10.5</sparkle:minimumSystemVersion>
			<guid isPermaLink="false">v-1.4.2</guid>
			<description><![CDATA[
<h2>10.6: reduced memory usage.</h2>

<p>
    GlimmerBlocker now uses less memory when using Snow Leopard on 64-bit capable hardware.
</p>

<h2>Fix hang when opening the Sys Prefs Panel</h2>

<p>
    Use short http timeout when testing if the java server is running or not, as the standard 60 sec timeout (times 3
    tries) will hang the Sys Prefs Panel for a looong time. Reported by Tom Gregory.
</p>
]]></description>
		</item>
<item>
			<!-- svn: 916 -->
			<title>Version 1.4.1: Important bug fixes.</title>
			<pubDate>Sun, 13 Sep 2009 17:25:18 GMT</pubDate>
			<enclosure
					url="http://glimmerblocker.org/downloads/GlimmerBlocker-1.4.1.dmg"
					length="2600601"
					type="application/octet-stream"
					sparkle:dsaSignature="MCwCFGmZt2E4BYs7YfjFqjrU2ffoizCEAhQ34eZfWAO8jRKePihoJPNoPeODug=="
					sparkle:md5Sum="2feea887dfea7d7bcccca65890749488"
					sparkle:version="1.4.1"/>
			<sparkle:minimumSystemVersion>10.5</sparkle:minimumSystemVersion>
			<guid isPermaLink="false">v-1.4.1</guid>
			<description><![CDATA[
<h2>Important bug fixes.</h2>

<ol>
	<li>
		Fixes QuickTime Streaming:
		an extraneous CRLF sequence
		was added when sending http headers when GlimmerBlocker in advanced knew that the connection
		could not use keep-alive. Reported by Dominic W&auml;sch and Matthias Wallner.
	</li>
	<li>
		Fix problem with uploads to MobileMe/iDisk which takes a long time. The upload would cancel
		because GlimmerBlocker would timeout waiting for a reply from the server when it was still sending the file.
		Reported by Andreas Maks.
	</li>
	<li>
		Fix of keep-alive bug: if server said keep-alive was valid for 45 seconds, GlimmerBlocker would reuse the
		connection only in the next 45 milliseconds. This would make some sites slower.
	</li>
	<li>
		Don't use keep-alive on an http-server connection when the full request body has not been read.
		This can happen when an upload is denied by the server, and GlimmerBlocker would try interpret the
		file as an http request.
	</li>
	<li>
		Installer script: Better diagnostics for non-working java installations and permission problems on e.g.
		/Library/PreferencePanes. Thanks to Scott Collins for extensive testing.
	</li>
	<li>
		Don't change content-type to text/html when a transform script has modified the content. This made it impossible
		to change javascripts without having Safari receive it as text/html, which it then would ignore and still use it
		as a script, but it was still wrong. If rule authors change the content-type, they must explicit set the
		content-type.
	</li>
</ol>

<p><b>New feature</b> for filter authors:
	Allow request scripts to set the 'Accept-Encoding' header to one of: null, empty string or (exactly) 'gzip'. No
		other values are allowed as GlimmerBlocker must be able to decode the response.
</p>
]]></description>
		</item>
</channel>
</rss>
