<?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>WordPress Development Blog &#187; Releases</title>
	<atom:link href="http://wordpress.org/development/category/releases/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.org/development</link>
	<description>WordPress development and updates</description>
	<lastBuildDate>Wed, 18 Nov 2009 03:49:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-beta-1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 2.8.6 Security Release</title>
		<link>http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/</link>
		<comments>http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:17:20 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=966</guid>
		<description><![CDATA[2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges.  If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended.
The first problem is an XSS vulnerability in Press This discovered by Benjamin Flesch.  The second problem, discovered by Dawid Golunski,  is an issue [...]]]></description>
			<content:encoded><![CDATA[<p>2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges.  If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended.</p>
<p>The first problem is an XSS vulnerability in Press This discovered by Benjamin Flesch.  The second problem, discovered by Dawid Golunski,  is an issue with sanitizing uploaded file names that can be exploited in certain Apache configurations.  Thanks to Benjamin and Dawid for finding and reporting these.</p>
<p><a href="http://wordpress.org/download/">Get WordPress 2.8.6</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.5: Hardening Release</title>
		<link>http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/</link>
		<comments>http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 23:30:00 +0000</pubDate>
		<dc:creator>Peter Westwood</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=935</guid>
		<description><![CDATA[As you know over the past couple of months we have been working on the new features for WordPress 2.9. We have also been working on trying to make WordPress as secure as possible and during this process we have identified a number of security hardening changes that we thought were worth back-porting to the [...]]]></description>
			<content:encoded><![CDATA[<p>As you know over the past couple of months we have been working on the new features for WordPress 2.9. We have also been working on trying to make WordPress as secure as possible and during this process we have identified a number of security hardening changes that we thought were worth back-porting to the 2.8 branch so as to get these improvements out there and make all your sites as secure as possible.</p>
<p>The headline changes in this release are:</p>
<ul>
<li>A fix for the Trackback Denial-of-Service attack that is currently being seen.</li>
<li>Removal of areas within the code where php code in variables was evaluated.</li>
<li>Switched the file upload functionality to be whitelisted for all users including Admins.</li>
<li>Retiring of the two importers of Tag data from old plugins.</li>
</ul>
<p>We would recommend that all sites are upgraded to this new version of WordPress to ensure that you have the best available protection.</p>
<p>If you think your site may have been hit by one of the recent exploits and you would like to make sure that you have cleared out all traces of the exploit then we would recommend that you take a look at the <a href="http://wordpress.org/extend/plugins/exploit-scanner/">WordPress Exploit Scanner</a>.  This is a plugin which searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.  You can read more about this plugin here &#8211; &#8220;<a href="http://ocaoimh.ie/exploit-scanner/">WordPress Exploit Scanner</a>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/feed/</wfw:commentRss>
		<slash:comments>289</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.4: Security Release</title>
		<link>http://wordpress.org/development/2009/08/2-8-4-security-release/</link>
		<comments>http://wordpress.org/development/2009/08/2-8-4-security-release/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 01:41:54 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=903</guid>
		<description><![CDATA[Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn&#8217;t allow remote access, but it is very annoying.</p>
<p>We fixed this problem last night and have been testing the fixes and looking for other problems since then. <a href="http://wordpress.org/download/">Version 2.8.4 which fixes all known problems is now available for download</a> and is highly recommended for all users of WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/08/2-8-4-security-release/feed/</wfw:commentRss>
		<slash:comments>392</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.3 Security Release</title>
		<link>http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/</link>
		<comments>http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 15:30:54 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=891</guid>
		<description><![CDATA[Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were overlooked.  With their help, the remaining issues are fixed in 2.8.3.  Since this is a security release, upgrading is highly recommended.  Download [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were overlooked.  With their help, the remaining issues are fixed in 2.8.3.  Since this is a security release, upgrading is highly recommended.  <a href="http://wordpress.org/download/">Download</a> 2.8.3, or upgrade automatically from your admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/feed/</wfw:commentRss>
		<slash:comments>252</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.2</title>
		<link>http://wordpress.org/development/2009/07/wordpress-2-8-2/</link>
		<comments>http://wordpress.org/development/2009/07/wordpress-2-8-2/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 05:35:45 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=856</guid>
		<description><![CDATA[WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site.  Download 2.8.2 or automatically upgrade from the Tools-&#62;Upgrade page of your blog&#8217;s admin.
]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site.  <a href="http://wordpress.org/download/">Download</a> 2.8.2 or automatically upgrade from the Tools-&gt;Upgrade page of your blog&#8217;s admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/07/wordpress-2-8-2/feed/</wfw:commentRss>
		<slash:comments>251</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.1</title>
		<link>http://wordpress.org/development/2009/07/wordpress-2-8-1/</link>
		<comments>http://wordpress.org/development/2009/07/wordpress-2-8-1/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 20:20:54 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=836</guid>
		<description><![CDATA[WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages.   Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked.  Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.
What [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.8.1 fixes <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;order=priority&amp;milestone=2.8.1&amp;resolution=fixed">many bugs</a> and tightens security for plugin administration pages.   <a href="http://corelabs.coresecurity.com/index.php?module=FrontEndMod&amp;action=list&amp;type=advisory">Core Security Technologies</a> notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked.  Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.</p>
<p>What else is new since 2.8?  Read through the highlights below, or  <a href="http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=11699&amp;stop_rev=11553&amp;limit=500">view all changes since 2.8</a></p>
<ul>
<li>Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won&#8217;t have to change.</li>
<li>Dashboard memory usage is reduced.  Some people were running out of memory when loading the dashboard, resulting in an incomplete page.</li>
<li>The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.</li>
<li>A problem where the rich text editor wasn&#8217;t being loaded due to compression issues has been worked around.</li>
<li>Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.</li>
<li>Translation of role names fixed.</li>
<li>wp_page_menu() defaults to sorting by the user specified menu order rather than the page title.</li>
<li>Upload error messages are now correctly reported.</li>
<li>Autosave error experienced by some IE users is fixed.</li>
<li>Styling glitch in the plugin editor fixed.</li>
<li>SSH2 filesystem requirements updated.</li>
<li>Switched back to curl as the default transport.</li>
<li>Updated the translation library to avoid a problem with mbstring.func_overload.</li>
<li>Stricter inline style sanitization.</li>
<li>Stricter menu security.</li>
<li>Disabled code highlighting due to browser incompatibilities.</li>
<li>RTL layout fixes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/07/wordpress-2-8-1/feed/</wfw:commentRss>
		<slash:comments>291</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.1 Release Candidate 1</title>
		<link>http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/</link>
		<comments>http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 17:04:45 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=833</guid>
		<description><![CDATA[2.8.1 is nigh.  Release Candidate 1 is our last stop before the final release.  Please download RC1, review the changes made since beta 2, and have a look at all of the tickets fixed in 2.8.1.  Thanks for testing WordPress.
]]></description>
			<content:encoded><![CDATA[<p>2.8.1 is nigh.  Release Candidate 1 is our last stop before the final release.  Please <a href="http://wordpress.org/wordpress-2.8.1-RC1.zip">download</a> RC1, review the <a href="http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=&amp;stop_rev=11654&amp;limit=100">changes made since beta 2</a>, and have a look at <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;order=priority&amp;milestone=2.8.1&amp;resolution=fixed">all of the tickets fixed in 2.8.1</a>.  Thanks for testing WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.1 Beta 2</title>
		<link>http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-2/</link>
		<comments>http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-2/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 20:06:31 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=801</guid>
		<description><![CDATA[2.8.1 Beta 2 is ready for testing.  Download it, check out the changes since beta 1, and review all tickets fixed in 2.8.1.  We especially suggest, recommend, and beg that plugin developers test their plugins against beta 2 and let us know of any issues.  Notable fixes in beta 2:

Translation of role names fixed
wp_page_menu() defaults [...]]]></description>
			<content:encoded><![CDATA[<p>2.8.1 Beta 2 is ready for testing.  <a href="http://wordpress.org/wordpress-2.8.1-beta2.zip">Download it</a>, check out the <a href="http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=11654&amp;stop_rev=11622&amp;limit=100">changes since beta 1</a>, and review <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;order=priority&amp;milestone=2.8.1&amp;resolution=fixed">all tickets fixed in 2.8.1</a>.  We especially suggest, recommend, and beg that plugin developers test their plugins against beta 2 and let us know of any issues.  Notable fixes in beta 2:</p>
<ul>
<li>Translation of role names fixed</li>
<li>wp_page_menu() defaults to sorting by the user specified menu order rather than the page title</li>
<li>Upload error messages are now correctly reported</li>
<li>Autosave error experienced by some IE users is fixed</li>
<li>Styling glitch in the plugin editor fixed</li>
<li>SSH2 filesystem requirements updated</li>
<li>Switched back to curl as the default transport</li>
<li>Updated the translation library to avoid a problem with mbstring.func_overload</li>
</ul>
<p>Thanks again for testing WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-2/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.1 Beta 1</title>
		<link>http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-1/</link>
		<comments>http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-1/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 00:05:14 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=794</guid>
		<description><![CDATA[We&#8217;ve started work on the first maintenance release to 2.8.  2.8.1 will fix a handful of bugs that turned up in 2.8.  Today we&#8217;re releasing the first beta of 2.8.1.  Download it, and check out the bugs fixed so far.  Here are some of the notable issues that are fixed in beta 1.

Certain themes were [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve started work on the first maintenance release to 2.8.  2.8.1 will fix a handful of bugs that turned up in 2.8.  Today we&#8217;re releasing the first beta of 2.8.1.  <a href="http://wordpress.org/wordpress-2.8.1-beta1.zip">Download</a> it, and check out the <a href="http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;order=priority&amp;milestone=2.8.1&amp;resolution=fixed">bugs fixed so far</a>.  Here are some of the notable issues that are fixed in beta 1.</p>
<ul>
<li>Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won&#8217;t have to change.</li>
<li>Dashboard memory usage is reduced.  Some people were running out of memory when loading the dashboard, resulting in an incomplete page.</li>
<li>The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.</li>
<li>A problem where the rich text editor wasn&#8217;t being loaded due to compression issues has been worked around.</li>
<li>Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.</li>
</ul>
<p>If you would like to automatically upgrade from 2.8 to 2.8.1 Beta 1, follow <a href="http://wordpress.org/download/nightly/">these instructions</a>.  Thanks for testing WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-1/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>2.8 Release Jazzes Themes and Widgets</title>
		<link>http://wordpress.org/development/2009/06/wordpress-28/</link>
		<comments>http://wordpress.org/development/2009/06/wordpress-28/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 02:01:39 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=788</guid>
		<description><![CDATA[I&#8217;m very excited to announce to everyone that the latest and greatest version of WordPress, version 2.8 &#8220;Baker,&#8221; is immediately available for download. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. This release is named in honor of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very excited to announce to everyone that the latest and greatest version of WordPress, version 2.8 &#8220;Baker,&#8221; <a href="http://wordpress.org/download/">is immediately available for download</a>. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. This release is named in honor of noted trumpeter and vocalist <a href="http://en.wikipedia.org/wiki/Chet_Baker">Chet Baker</a>. Here&#8217;s a quick video overview of everything in the new release:</p>
<p><embed src="http://v.wordpress.com/Pu3T4X8l" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>The first thing you&#8217;ll notice is that visually 2.8 feels a lot like 2.7, just with some minor tweaks here and there. However once you&#8217;ll dig in you&#8217;ll begin to appreciate the changes.</p>
<h3>Major New Improvements</h3>
<p>First and foremost, <strong>2.8 is way faster to use</strong>. We&#8217;ve changed the way WordPress does style and scripting.</p>
<p>The core and plugin updaters in previous versions of WordPress have been such a success we decided to bring the same to themes. You can now <strong>browse the entire theme directory and install a theme with one click</strong> from the comfort of your WordPress dashboard.</p>
<p>If you make edits or tweaks to themes or plugins from your dashboard, you&#8217;ll appreciate the new <strong>CodePress editor</strong> which gives syntax highlighting to the previously-plain editor. Also there is now contextual documentation for the functions in the file you&#8217;re editing linked right below the editor.</p>
<p>If you were ever frustrated with widgets before, this release should be your savior. <strong>We&#8217;ve completely redesigned the widgets interface</strong> (which we didn&#8217;t have time to in 2.7) to allow you to do things like edit widgets on the fly, have multiple copies of the same widget, drag and drop widgets between sidebars, and save inactive widgets so you don&#8217;t lose all their settings. Developers now have access to a <a href="http://codex.wordpress.org/WordPress_Widgets_Api">much cleaner and robust API</a> for creating widgets as well.</p>
<p>Finally you should explore the <strong>new Screen Options on every page</strong>. It&#8217;s the tab in the top right. Now, for example, if you have a wide monitor you could set up your dashboard to have four columns of widgets instead of the two it has by default. On other pages you can change how many items show per page.</p>
<h3>And Even More</h3>
<p><a href="http://codex.wordpress.org/Version_2.8">You can read the full list of over 180 new features, changes, upgrades, and improvements on the Codex</a>. The list is exhausting!</p>
<h3>The Future</h3>
<p>We&#8217;re already thinking hard about the next versions, 2.9 and 3.0. Keep an eye out for improved media handling, better dependency checking, versioning of templates and themes, and of course the fabled merging of WordPress and MU announced at WordCamp San Francisco two weeks ago.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/06/wordpress-28/feed/</wfw:commentRss>
		<slash:comments>641</slash:comments>
		</item>
	</channel>
</rss>
