<?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/"
	>

<channel>
	<title>bbPress Blog</title>
	<atom:link href="http://bbpress.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://bbpress.org</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 03 Jan 2009 00:28:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1-alpha-10188</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Two new bbPress releases</title>
		<link>http://bbpress.org/blog/2009/01/two-new-bbpress-releases/</link>
		<comments>http://bbpress.org/blog/2009/01/two-new-bbpress-releases/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 00:28:07 +0000</pubDate>
		<dc:creator>Sam Bauers</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bbpress.org/?p=134</guid>
		<description><![CDATA[Today we are releasing a new version of both bbPress 0.9 and bbPress 1.0-alpha.
The 0.9.0.4 stable release includes a security fix to stop a potential XSS attack on login pages with Internet Explorer 6, so it is highly recommended for all users.
Additionally, the 0.9.0.4 release includes a significant MySQL speed-up fix for front pages and [...]]]></description>
			<content:encoded><![CDATA[<p>Today we are releasing a new version of both bbPress 0.9 and bbPress 1.0-alpha.</p>
<p>The 0.9.0.4 stable release includes a security fix to stop a potential XSS attack on login pages with Internet Explorer 6, so it is highly recommended for all users.</p>
<p>Additionally, the 0.9.0.4 release includes a significant MySQL speed-up fix for front pages and forum pages that was <a href="http://bbpress.org/forums/topic/get-latest-topics-performance-problem-and-solution">discussed in the forums</a>. Thanks to <a href="http://anotherdan.com/">anotherdan</a> and <a href="http://bbshowcase.org/">_ck_</a> for their efforts on that one.</p>
<p>The 1.0-alpha-5 release also includes the above fixes as well as an important fix to WordPress integration. Namely, automatic synchronisation of user roles should now work as expected.</p>
<p>You can get them both from the <a href="/download/">download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bbpress.org/blog/2009/01/two-new-bbpress-releases/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bbPress 1.0-alpha-4 released</title>
		<link>http://bbpress.org/blog/2008/12/bbpress-10-alpha-4-released/</link>
		<comments>http://bbpress.org/blog/2008/12/bbpress-10-alpha-4-released/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 15:31:48 +0000</pubDate>
		<dc:creator>Sam Bauers</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bbpress.org/?p=131</guid>
		<description><![CDATA[Hot on the heels of 1.0-alpha-3 comes 1.0-alpha-4.
I&#8217;d like to say that there are significant differences between the two releases, but this is basically a bug fix release, and more specifically a release to fix one major bug!
Download from the download page is now available.
]]></description>
			<content:encoded><![CDATA[<p>Hot on the heels of 1.0-alpha-3 comes 1.0-alpha-4.</p>
<p>I&#8217;d like to say that there are significant differences between the two releases, but this is basically a bug fix release, and more specifically a release to fix one major bug!</p>
<p>Download from the <a href="/download/">download page</a> is now available.</p>
]]></content:encoded>
			<wfw:commentRss>http://bbpress.org/blog/2008/12/bbpress-10-alpha-4-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bbPress 1.0-alpha-3 released</title>
		<link>http://bbpress.org/blog/2008/12/bbpress-10-alpha-3-released/</link>
		<comments>http://bbpress.org/blog/2008/12/bbpress-10-alpha-3-released/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 08:35:57 +0000</pubDate>
		<dc:creator>Sam Bauers</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bbpress.org/?p=125</guid>
		<description><![CDATA[Today bbPress 1.0-alpha-3 was made available via the download page.
A couple of major improvements include new re-added support for &#8220;deep&#8221; integration and a new notification system that will report fatal errors in plugins on activation. BackPress is now also up to scratch with the code it borrows from WordPress 2.7, meaning a lot of bug [...]]]></description>
			<content:encoded><![CDATA[<p>Today bbPress 1.0-alpha-3 was made available via the <a href="/download">download page</a>.</p>
<p>A couple of major improvements include new re-added support for <a href="http://bbpress.org/forums/topic/first-pass-at-a-fix-for-deep-integration-in-trunk">&#8220;deep&#8221; integration</a> and a new notification system that will report fatal errors in plugins on activation. BackPress is now also up to scratch with the code it borrows from WordPress 2.7, meaning a lot of bug fixes in those files.</p>
<p>I need those that are interested in the &#8220;deep&#8221; integration with WordPress to do some pretty hefty testing to ensure that it is robust enough to remain as a supported option. Keep in mind that some of the existing login and cookie integration issues remain.</p>
<p>You can view the changes in bbPress between <a href="http://trac.bbpress.org/changeset?old_path=tags%2F1.0-alpha-2&#038;old=1788&#038;new_path=tags%2F1.0-alpha-3&#038;new=1866">1.0-alpha-2 and 1.0-alpha-3</a>, as well as the changes that have been made to BackPress between <a href="http://backpress.automattic.com/changeset?old_path=trunk&#038;old=161&#038;new_path=trunk&#038;new=178">revision 161 and 178</a>.</p>
<p>Hackers out there should note that a lot of filenames have changed in the bb-includes directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://bbpress.org/blog/2008/12/bbpress-10-alpha-3-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bbPress 0.9.0.3 (stable) released</title>
		<link>http://bbpress.org/blog/2008/12/bbpress-0903-stable-released/</link>
		<comments>http://bbpress.org/blog/2008/12/bbpress-0903-stable-released/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 09:59:56 +0000</pubDate>
		<dc:creator>Sam Bauers</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bbpress.org/?p=114</guid>
		<description><![CDATA[I&#8217;ve pushed out a new stable version today as a fairly major flaw was discovered that affected users of the previous stable release 0.9.0.2
The flaw meant that regular users could not edit their own email address at all via their profile page. Which sounds like it would be something that would take less than 8 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve pushed out a new stable version today as a fairly major flaw was discovered that affected users of the previous stable release 0.9.0.2</p>
<p>The flaw meant that regular users could not edit their own email address at all via their profile page. Which sounds like it would be something that would take less than 8 months to float to the surface, but there you go.</p>
<p>This release contains some other less important changes as well which you can <a href="http://trac.bbpress.org/changeset?old_path=/tags/0.9.0.2&#038;old=1492&#038;new_path=/tags/0.9.0.3&#038;new=1844">view here</a>.</p>
<p>The release is recommended for all users of current bbPress 0.9.x versions.</p>
<p><a href="/download">Download bbPress 0.9.0.3 here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bbpress.org/blog/2008/12/bbpress-0903-stable-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bbPress 1.0-alpha-2 released</title>
		<link>http://bbpress.org/blog/2008/10/bbpress-10-alpha-2-released/</link>
		<comments>http://bbpress.org/blog/2008/10/bbpress-10-alpha-2-released/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 01:36:39 +0000</pubDate>
		<dc:creator>Sam Bauers</dc:creator>
		
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://bbpress.org/?p=103</guid>
		<description><![CDATA[The next installation in the bbPress 1.0 alpha series has been released. bbPress 1.0 alpha 2 introduces new features and fixes most of the issues raised by testers from the previous release.
A lot of the features were covered in a previous post. You can view the changes in bbPress between 1.0-alpha-1 and 1.0-alpha-2, as well [...]]]></description>
			<content:encoded><![CDATA[<p>The next installation in the bbPress 1.0 alpha series has been released. bbPress 1.0 alpha 2 introduces new features and fixes most of the issues raised by testers from the previous release.</p>
<p>A lot of the features were covered in a <a href="http://bbpress.org/blog/2008/09/bbpress-10-alpha-series-update/">previous post</a>. You can view the changes in bbPress between <a href="http://trac.bbpress.org/changeset?old_path=tags%2F1.0-alpha-1&#038;old=1636&#038;new_path=tags%2F1.0-alpha-2&#038;new=1788">1.0-alpha-1 and 1.0-alpha-2</a>, as well as the changes that have been made to BackPress between <a href="http://backpress.automattic.com/changeset?old_path=trunk&#038;old=109&#038;new_path=trunk&#038;new=161">revision 109 and 161</a>.</p>
<p>The XML-RPC functionality now built into bbPress 1.0 alpha has made possible a new plugin for WordPress called &#8220;<a href="http://wordpress.org/extend/plugins/bbpress-live/">bbPress Live</a>&#8220;. Currently this plugin can grab a list of forums and latest topics for display on a WordPress blog. Two configurable widgets are provided to pop the information into sidebars. Future versions of the plugin will allow WordPress posts to be copied to a bbPress forum, much like the bbSync plugin does for earlier versions of bbPress. The difference is that bbPress Live does not require the bbPress and WordPress sites to be on the same server, as all interaction is via XML-RPC calls rather than direct database queries.</p>
]]></content:encoded>
			<wfw:commentRss>http://bbpress.org/blog/2008/10/bbpress-10-alpha-2-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bbPress 1.0 alpha series update</title>
		<link>http://bbpress.org/blog/2008/09/bbpress-10-alpha-series-update/</link>
		<comments>http://bbpress.org/blog/2008/09/bbpress-10-alpha-series-update/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 13:56:26 +0000</pubDate>
		<dc:creator>Sam Bauers</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://bbpress.org/?p=97</guid>
		<description><![CDATA[It&#8217;s about time everyone was let in on the progress we have made towards version 1.0 of bbPress.
I expect the next alpha release to be made sometime in the next two weeks. This release will include our first implementation of Pingbacks both to and from your bbPress installation. The first draft implementation of this is [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s about time everyone was let in on the progress we have made towards version 1.0 of bbPress.</p>
<p>I expect the next alpha release to be made sometime in the next two weeks. This release will include our first implementation of Pingbacks both to and from your bbPress installation. The first draft implementation of this is now in trunk.</p>
<p>Also to be included in the next release is an implementation of the pseudo cron feature from WordPress. This will allow plugin developers to schedule jobs in the future or on a regular basis. It is 100% compatible with the WordPress implementation, so the <a href="http://codex.wordpress.org/Category:WP-Cron_Functions">existing documentation</a> is all you need to get started with using it.</p>
<p>To enable cron I&#8217;ve included the very new WP_Http class in BackPress. This new class is a robust HTTP fetcher which is meant to replace the Snoopy class in WordPress. This will allow all sorts of RESTFUL services to be utilised within bbPress plugins, like fetching data from other pages, embedding search APIs and even pulling data from WordPress via RSS or XML-RPC.</p>
<p>On the drawing board is the beginnings of an XML-RPC publishing interface. This will make it easier to use bbPress as a data store for more exotic clients like custom flash applications and XML-RPC desktop clients. It also opens the door to creating an iPhone app for bbPress much like the existing <a href="http://iphone.wordpress.org/">WordPress iPhone app</a>.</p>
<p>An alpha version of bbPress&#8217; new export/import format and tools has also landed in trunk thanks to our Google Summer of Code student <a href="http://www.stealyourcarbon.net/">Dan Larkin</a>. You can read a little more about that at the <a href="http://bbxf.org/">BBXF website</a>.</p>
<p>There will also be several fixes for bugs found by our courageous alpha testers.</p>
]]></content:encoded>
			<wfw:commentRss>http://bbpress.org/blog/2008/09/bbpress-10-alpha-series-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bbPress 1.0 alpha series</title>
		<link>http://bbpress.org/blog/2008/08/bbpress-10-alpha-series/</link>
		<comments>http://bbpress.org/blog/2008/08/bbpress-10-alpha-series/#comments</comments>
		<pubDate>Sat, 09 Aug 2008 19:55:28 +0000</pubDate>
		<dc:creator>Sam Bauers</dc:creator>
		
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://bbpress.org/?p=89</guid>
		<description><![CDATA[Over the coming weeks we will be releasing a series of 1.0 alpha versions for download.
The more adventurous among you may want to help out with testing these alpha versions. Probably the best thing to do is create a duplicate version of your installation (including a duplicate database) and then test there.
We would appreciate help [...]]]></description>
			<content:encoded><![CDATA[<p>Over the coming weeks we will be releasing a series of 1.0 alpha versions for download.</p>
<p>The more adventurous among you may want to help out with testing these alpha versions. Probably the best thing to do is create a duplicate version of your installation (including a duplicate database) and then test there.</p>
<p>We would appreciate help with people looking for issues with upgrading, the user interface and any bugs in the new admin interface.</p>
<p>You can download the alpha releases via the <a href="/download/">download</a> page.</p>
<p>You can use <a href="http://trac.bbpress.org/">trac</a> to report bugs as you would with the normal release. Please remember to add the version number to any new tickets.</p>
]]></content:encoded>
			<wfw:commentRss>http://bbpress.org/blog/2008/08/bbpress-10-alpha-series/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bbPress at WordCamp UK</title>
		<link>http://bbpress.org/blog/2008/07/bbpress-at-wordcamp-uk/</link>
		<comments>http://bbpress.org/blog/2008/07/bbpress-at-wordcamp-uk/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 16:53:51 +0000</pubDate>
		<dc:creator>Sam Bauers</dc:creator>
		
		<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://bbpress.org/?p=86</guid>
		<description><![CDATA[I (Sam Bauers) will be speaking about bbPress at WordCamp UK in Birmingham this weekend.
I&#8217;ll be going through how to integrate bbPress (0.9.0.2) with WordPress (2.5.1) as well as talking a little about where bbPress is heading at the moment.
There is lots of other great stuff going on, full details are available via their blog.
Or [...]]]></description>
			<content:encoded><![CDATA[<p>I (Sam Bauers) will be speaking about bbPress at WordCamp UK in Birmingham this weekend.</p>
<p>I&#8217;ll be going through how to integrate bbPress (0.9.0.2) with WordPress (2.5.1) as well as talking a little about where bbPress is heading at the moment.</p>
<p>There is lots of other great stuff going on, full details are available via <a href="http://wordcampuk.wp-cms.com/">their blog</a>.</p>
<p>Or just <a href="http://wordcampuk2008.eventbrite.com/">buy tickets here</a>.</p>
<p>I hope to see some bbPress users there!</p>
]]></content:encoded>
			<wfw:commentRss>http://bbpress.org/blog/2008/07/bbpress-at-wordcamp-uk/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Security Release: bbPress 0.9.0.2</title>
		<link>http://bbpress.org/blog/2008/04/security-release-bbpress-0902/</link>
		<comments>http://bbpress.org/blog/2008/04/security-release-bbpress-0902/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 15:54:18 +0000</pubDate>
		<dc:creator>mdawaffe</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bbpress.org/?p=82</guid>
		<description><![CDATA[bbPress 0.9.0.2 is available for immediate download.  This release includes some small changes and fixes a few bugs, but is first and foremost a security release.  The vulnerability is not yet publicly known, but will be soon.
Many thanks go out to Steven J. Murdoch for identifying the issue (CVE-2008-1930) and working with us [...]]]></description>
			<content:encoded><![CDATA[<p>bbPress 0.9.0.2 is available for <a href="/download/">immediate download</a>.  This release includes some small <a href="http://trac.bbpress.org/log/branches/0.9?action=stop_on_copy&#038;rev=1492&#038;stop_rev=1405&#038;mode=stop_on_copy">changes</a> and fixes a few <a href="http://trac.bbpress.org/query?status=closed&#038;milestone=0.9.0.2">bugs</a>, but is first and foremost a security release.  The vulnerability is not yet publicly known, but will be soon.</p>
<p>Many thanks go out to Steven J. Murdoch for identifying the issue (CVE-2008-1930) and working with us and <a href="http://wordpress.org/">WordPress</a> to resolve it.</p>
<p><strong>Note</strong>: Those of you with integrated WordPress/bbPress installs should upgrade WordPress first and then will probably have to update the &#8220;WordPress database secret&#8221; setting in your Settings -> WordPress Integration: Cookies admin panel after upgrading bbPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://bbpress.org/blog/2008/04/security-release-bbpress-0902/feed/</wfw:commentRss>
		</item>
		<item>
		<title>bbPress 0.9 released</title>
		<link>http://bbpress.org/blog/2008/04/bbpress-09-brubeck/</link>
		<comments>http://bbpress.org/blog/2008/04/bbpress-09-brubeck/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 03:16:30 +0000</pubDate>
		<dc:creator>Sam Bauers</dc:creator>
		
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://bbpress.org/?p=79</guid>
		<description><![CDATA[The bbPress team is happy to release bbPress 0.9 for download. This release is important for anyone who integrates bbPress with WordPress and wishes to update to WordPress 2.5.
Primarily this is a compatibility release so that we can continue to provide the same integration levels with WordPress as in the past, however quite a few [...]]]></description>
			<content:encoded><![CDATA[<p>The bbPress team is happy to release <a href="http://bbpress.org/download/">bbPress 0.9 for download</a>. This release is important for anyone who integrates bbPress with WordPress and wishes to update to WordPress 2.5.</p>
<p>Primarily this is a compatibility release so that we can continue to provide the same integration levels with WordPress as in the past, however quite a few other improvements have made their way into this version.</p>
<p>Improvements and changes include:</p>
<ul>
<li> New installer: 
<ul style="margin-top:2px;">
<li>Creates your bb-config.php file for you when possible.</li>
<li>Allows for setting up integration with WordPress at install time.</li>
<li>Supports languages other than English when language translations are available.</li>
<li>Looks pretty.</li>
</ul>
</li>
<li>Additional RSS feeds for views.</li>
<li>A &#8220;new topics&#8221; RSS feed, available on the front-page and on each forum. This feed only returns the first post from each new topic as it is created, instead of all posts.</li>
<li>More configurable &lt;title&gt; tag available to themes.</li>
<li>More secure authentication cookies which are compatible with WordPress 2.5</li>
<li>Passwords now stored using &#8220;phpass&#8221; hashing library instead of md5. If you still want to store your passwords as md5 for any reason, there is a plugin <a href="http://bbpress.org/plugins/topic/md5-insecurity-for-bbpress/">here</a> which will do that for you.</li>
<li>A second core theme called &#8220;Kakumei Blue&#8221;. This theme demonstrates just how little you need to do to start creating a new theme.</li>
<li>&#8220;General&#8221; and &#8220;WordPress Integration&#8221; options configurable via admin interface.</li>
<li>Built-in support for <a href="http://gravatar.com/">Gravatars</a>, implemented in a way that makes 3rd-party avatar plugins much easier to author.</li>
<li>New &#8220;Date and time format&#8221; and &#8220;Date format&#8221; options.</li>
<li>Akismet and Bozo functionalities have been moved to plugins. Akismet key now enterable via an admin interface.</li>
<li>Removed &#8220;replies&#8221; querystring argument (?replies=#) from topic links. If you still want that functionality, there is a plugin <a href="http://trac.bbpress.org/attachment/ticket/768/repliesequalnumber.php">here</a> which should emulate it.</li>
<li>Fixes to use of PHP &#8220;glob()&#8221; function to avoid errors on hosts that don&#8217;t support it.</li>
<li>Moderators can now manage tags by default.</li>
<li>Fixes to slug incrementing.</li>
<li>The old &#8220;admin_email&#8221; setting is now called &#8220;from_email&#8221;. This is now the email address that emails from your installation appear to come from.</li>
<li>&#8220;No replies&#8221; view is now technically &#8220;no replies and greater than 2 hours old&#8221;.</li>
<li>Improvements to the export script towards the integration of an upcoming import script.</li>
<li>RSS feeds now sent as UTF-8</li>
<li>Full support for slug-based feeds on forum and topic feeds.</li>
<li>Keymasters can no longer be demoted by non-keymasters.</li>
<li>Many other smaller bug and typo fixes.</li>
</ul>
<h3>Installation</h3>
<p>We have provided updated and more detailed <a href="http://bbpress.org/documentation/installation/">installation</a> and <a href="http://bbpress.org/documentation/integration-with-wordpress/">integration</a> instructions in the documentation.</p>
<h3>Upgrading</h3>
<p>Upgrade instructions are available in the documentation <a href="http://bbpress.org/documentation/upgrading/">here</a>.</p>
<h3>Dedication</h3>
<p>bbPress 0.9 is named &#8220;Brubeck&#8221; after American Jazz pianist <a href="http://en.wikipedia.org/wiki/Dave_Brubeck">Dave Brubeck</a>. In his early career he often performed with saxophonist <a href="http://en.wikipedia.org/wiki/Paul_Desmond">Paul Desmond</a>, after whom bbPress 0.8 was named. Brubeck has composed a number of jazz standards many of which employ complex rhythms and unusual time signatures.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/s8E5A27PJHk&amp;color1=0x234900&amp;color2=0x4e9e00&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/s8E5A27PJHk&amp;color1=0x234900&amp;color2=0x4e9e00&amp;hl=en" wmode="transparent"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://bbpress.org/blog/2008/04/bbpress-09-brubeck/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
