2012-06-04 Loic J. Duros <lduros@gnu.org>
	* Try catch clause for request module convert to unicode.
	  This should fix the gimp.org bug.
	
2012-05-24 Loic J. Duros lduros@gnu.org
	
	* Fixed a bug which would block an inline script detected as free
	under certain circumstances.
	
	* GNU LibreJS now detects 256 official versions of free libraries
	using their SHA1 hash, and accepts them as free.
	
	* Replaced the use of XHR (nsIXMLHttpRequest component) with a new
	module that creates a channel and listens for the data
	reception. This makes LibreJS compatible with Https-Everywhere,
	which ships with IceCat.

	* Now keeps in memory the list of JavaScript files that were
	listed in a JS Web Labels table. This enables adding scripts that
	are embedded dynamically to a JS Web Labels table.

	* Escaped a stylesheet variable in complaint feature (per AMO's
	request)
