<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://blogs.atlassian.com/news/">
<title>Atlassian News</title>
<link>http://blogs.atlassian.com/news/</link>
<description>News and updates from Atlassian, makers of JIRA and Confluence.</description>
<dc:language>en-us</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-11-06</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=4.1" />


<items>
<rdf:Seq>
<rdf:li rdf:resource="http://blogs.atlassian.com/news/2008/11/clover_24_relea.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2008/09/crowd_15_now_su.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2008/08/new_confluence.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2008/04/confluence_28_g.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2008/04/bamboo_20_conti.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2008/04/atlassian_intro_1.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2008/03/crowd_13_puts_a.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2008/02/our_valentines.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2008/01/hosted_customer.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2007/12/post_2.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2007/12/introducing_jir_1.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2007/12/atlassian_wins_3.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2007/11/single_signon_o.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2007/10/introducing_the.html" />

<rdf:li rdf:resource="http://blogs.atlassian.com/news/2007/10/confluence_26_s.html" />
</rdf:Seq>
</items>

</channel>


<item rdf:about="http://blogs.atlassian.com/news/2008/11/clover_24_relea.html">
<title>Clover 2.4 released, now test smarter with Test Optimization</title>
<link>http://blogs.atlassian.com/news/2008/11/clover_24_relea.html</link>
<description>New Clover 2.4 release introduces Test Optimization to the essential Java code coverage tool.  Automatically streamline your builds and automated testing to get the most from the tests that matter without waiting for those that don&apos;t.  Learn more at http://www.atlassian.com/clover.</description>
<content><![CDATA[<p>We are pleased to announce the latest version of <a href="http://www.atlassian.com/software/clover/">Clover</a> which now adds automatic Test Optimization capabilities to our <a href="http://www.atlassian.com/software/clover/awards.jsp">award-winning</a> Java code coverage tool.</p>

<p>The Clover 2.4 release takes advantage of the "per-test" coverage data already being tracked in order to automatically optimise your testing. This means you spend less time running your builds and automated tests, and more time cranking out quality code.</p>

<p>We have also packed in several enhancements to make the integration with your existing development tools, like Ant, Maven2, Eclipse, and IntelliJ IDEA, that much easier. For all the details on the over 40 major issues and bugs fixed in the this release, check out the <a href="http://confluence.atlassian.com/display/CLOVER/Clover+2.4+Release+Notes">release notes</a>.</p>

<h3>Failure never tasted so sweet</h3>

<table><tr>
<td width=60%><p>For developers, the only thing more frustrating than waiting 15 minutes to find out you have broken the build is waiting another 15 minutes to see whether your fix actually worked. </p>
<p>
With Clover's <a href="http://www.atlassian.com/software/clover/features/optimization.jsp">Test Optimization</a>, each optimised build will selectively run the tests that cover your changes. Test Optimization will also re-order those tests to ensure the ones most likely to fail go first. </p>
</td>
<td valign=top>
<blockquote>"If you want to increase your success rate, double your failure rate."<br>
<em><strong>Thomas John Watson, Sr., Former President of IBM</strong></em>
</blockquote>
</td>
</tr></table>
<p>Our own Brendan Humphreys explains <a href="http://blogs.atlassian.com/developer/2008/11/stop_testing_so_much.html">how to avoid testing too much</a> and leverage Test Optimization to increase the frequency of the tests that matter. Also, check out why failing fast is actually a good thing:</p>
<div style="text-align: center;"><object id="ep_player" name="ep_player" height="390" width="640" data="http://cdn.episodic.com/player/EpisodicPlayer.swf?config=http%3A%2F%2Fcdn.episodic.com%2Fshows%2F13%2F438%2F2%2Fconfig.xml&dbg=false&396996373" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player/EpisodicPlayer.swf?config=http%3A%2F%2Fcdn.episodic.com%2Fshows%2F13%2F438%2F2%2Fconfig.xml&dbg=false&396996373"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/><embed src="http://cdn.episodic.com/player/EpisodicPlayer.swf?config=http%3A%2F%2Fcdn.episodic.com%2Fshows%2F13%2F438%2F2%2Fconfig.xml&dbg=false&396996373" type="application/x-shockwave-flash" allowfullscreen="true" AllowScriptAccess="always" width="640" height="390" id="ep_player" name="ep_player"/></object></div>

<p>Check out more <a href="http://www.atlassian.com/clover">Clover videos</a>!</p>

<h3>Easy integration to the tools you use</h3>

<p>Whether you are using <a href="http://ant.apache.org/">Ant</a> or <a href="http://maven.apache.org/">Maven2</a>, <a href="http://www.atlassian.com/software/clover/features/eclipse.jsp">Eclipse</a> or <a href="http://www.atlassian.com/software/clover/features/idea.jsp">IntelliJ IDEA</a>, <a href="http://www.atlassian.com/software/bamboo">Bamboo</a> or other CI systems.. running Clover 2.4 has never been easier:</p>

<p>    * Ant users, just add two lines to your build.xml<br />
    * Run the maven-clover2-plugin as part of the default maven2 lifecycle<br />
    * Get instrumentation, in-line annotation, quick navigation and reporting right in your favourite IDE<br />
    * Automatically generate coverage reports from Bamboo<br />
<h3>Want to see more?</h3><br />
Join us for a webinar next week to learn more.  Just click on the time below to register:</p>

<p><a href="http://events.createsend.com/t/1/l/wuja/kjhruhiy/httpsli7li1//www2.gotomeeting.com/register/667952339">Tues, Nov 11, 2008 8:00 AM - 9:00 AM PST/16:00 GMT</a><br />
<a href="http://events.createsend.com/t/1/l/wuja/kjhruhiy/httpsli7li1//www2.gotomeeting.com/register/488394026">Tues, Nov 11, 2008 5:00 PM - 6:00 PM PST</a></p>

<p>Check out all of the details about <a href="http://www.atlassian.com/software/clover/whats-new.jsp">what's new in Clover 2.4</a> including <a href="http://www.atlassian.com/clover">more videos</a>!</p>]]></content>
<dc:subject>clover</dc:subject>
<dc:creator>kolofsen</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-110-100x100.png</authorImage>
<dc:date>2008-11-06</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2008/09/crowd_15_now_su.html">
<title>Crowd 1.5 Now Supports Google Apps</title>
<link>http://blogs.atlassian.com/news/2008/09/crowd_15_now_su.html</link>
<description>Today we&apos;re happy to announce that the newest version of Crowd now includes single sign-on support for Google Apps and OpenID 2.0. This new release extends Crowd&apos;s identity management capabilities to Google...</description>
<content><![CDATA[<p>Today we're happy to announce that the newest version of <a href="http://www.atlassian.com/software/crowd/">Crowd</a> now includes single sign-on support for Google Apps and OpenID 2.0.</p>

<p>This new release extends Crowd's identity management capabilities to Google Apps, allowing a user to authenticate directly to Google Apps with the one username and password they use to log on to other enterprise applications.</p>

<p>In addition Crowd 1.5 offers support for OpenID 2.0 and Apple OS X Open Directory. Crowd's OpenID support gives administrators a simple, secure way to provide OpenID accounts for their users, and further centralize authentication to OpenID-supported web sites. </p>

<p>For all the details check out our press release below or take a look at the <a href="http://confluence.atlassian.com/display/CROWD/Crowd+1.5+Release+Notes">Crowd 1.5 Release Notes</a>.</p>

<p>To take Crowd for a 30-day fully functional test drive, <a href="http://www.atlassian.com/software/crowd/">click here.</a></p>]]></content>
<dc:subject>crowd</dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2008-09-05</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2008/08/new_confluence.html">
<title>New Confluence Shizzle - 2.9, Office and SharePoint Connectors</title>
<link>http://blogs.atlassian.com/news/2008/08/new_confluence.html</link>
<description>Today&apos;s an auspicious day for Confluence fans - Confluence 2.9 is out in the wild, with a gaggle of new features, 140 resolved issues and two wickedly cool plug-ins: the Office Connector,...</description>
<content><![CDATA[<p>Today's an auspicious day for Confluence fans - Confluence 2.9 is out in the wild, with a gaggle of new features, 140 resolved issues and two wickedly cool plug-ins: the <a href="http://www.atlassian.com/office/">Office Connector</a>, which lets users edit Confluence pages with Microsoft Office and OpenOffice clients (free for all customers), and the <a href="http://www.atlassian.com/sharepoint/">SharePoint Connector</a>, which allows SharePoint and Confluence to share content and generally get cozy with each other (available as a for pay add-on).</p>

<h3>New in 2.9</h3>
Confluence 2.9 has a few important and targeted improvements:
<ul>
<li>Improved search: we've simplified the Search screen to make it easier to find what you're looking for, and Confluence by default now searches across all spaces and object types (pages, news items, comments and more). Filtering results - by Space, object type, date or contributor - is a piece of cake.</li>
<li>Beautiful charts: we've radically refreshed the charting engine and the new charts generated by the Chart macro are simply gorgeous. Lots of formats and chart types are supported, and your friends will now ask if you're a graphic designer in addition to a financial wizard.</li>
<li>Auto save: small but important enhancement to display a time stamp of the last saved draft right by the save button. No more wondering.</li>
<li>Build a Gallery: the improved Gallery macro helps you display a pictures sets visually on a page. Easy to use, and comes with a fancy lightbox to view individual photos.</li>
<li>Updated Demonstration Space: we added a ton of spit-and-polish to the demonstration space bundled within Confluence. The space includes simple, straightforward demonstrations of Confluence's capabilities and an easy to follow tutorial for newbies.</li>
<li>140 end user driven fixes and improvements: the dev team has been busy. There's a complete list of all the other goodies <a href="http://confluence.atlassian.com/display/DOC/Issues+resolved+in+Confluence+2.9">here</a>.</li>
</ul>

<h3>Introducing the Office Connector</h3>
Along with Confluence 2.9, today we announced the Office Connector, a completely sweet piece of integration magic. The Office Connector brings Confluence to the masses, and lets anyone participate in creating and editing Confluence pages just using Microsoft Word (or OpenOffice). It does some pretty slick things with Excel and PowerPoint too. In fact, ever heard of SlideShare? Well you could create SlideShare for your company using Confluence and the Office Connector.  The technology for the Office Connector comes from Benryan Software, a plugin developer that Atlassian acquired in July, 2008.

<p><a href="http://blogs.atlassian.com/news/2008/08/12/slidegallery.html" onclick="window.open('http://blogs.atlassian.com/news/2008/08/12/slidegallery.html','popup','width=1280,height=1024,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://blogs.atlassian.com/news/2008/08/12/slidegallery-thumb-350x280.png" width="350" height="280" alt="slidegallery.png" class="mt-image-left" style="margin: 10px 0 20px 0;" /></a></p>

<p>Here's a video of the Office Connector in action:</p>

<p><object id="ep_player" name="ep_player" height="285" width="350" data="http://cdn.episodic.com/player/EpisodicPlayer.swf?config=http%3A%2F%2Fcdn.episodic.com%2Fshows%2F13%2F41%2F10%2Fconfig.xml&dbg=false&496495421" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player/EpisodicPlayer.swf?config=http%3A%2F%2Fcdn.episodic.com%2Fshows%2F13%2F41%2F10%2Fconfig.xml&dbg=false&496495421"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/></object></p>

<h3>SharePoint Connector goes into Production</h3>
And finally, we're pleased to announce the official release of the SharePoint Connector. This connector basically allows Confluence to search across SharePoint TeamSites, and embed content from SharePoint TeamSites into Confluence pages. And conversely, the Connector includes two Confluence-specific WebParts that allows SharePoint to embed Confluence content into TeamSites. One WebPart displays a navigation tree view of a specific Confluence space, and the other displays specific content from a Confluence page (a chart, an image, a section, some text, you name it), or just the entire page. Check it out at <a href="http://www.atlassian.com/sharepoint">http://www.atlassian.com/sharepoint</a>.

<p>Here's a video of the SharePoint Connector in action:</p>

<p><object id="ep_player" name="ep_player" height="285" width="350" data="http://cdn.episodic.com/player/EpisodicPlayer.swf?config=http%3A%2F%2Fcdn.episodic.com%2Fshows%2F13%2F48%2F10%2Fconfig.xml&dbg=false&426664073" type="application/x-shockwave-flash"><param name="movie" value="http://cdn.episodic.com/player/EpisodicPlayer.swf?config=http%3A%2F%2Fcdn.episodic.com%2Fshows%2F13%2F48%2F10%2Fconfig.xml&dbg=false&426664073"/><param name="AllowScriptAccess" value="always"/><param name="allowfullscreen" value="true"/></object></p>

<h3>More to come</h3>
These plug-ins complement the growing and powerful catalog of extensions to Confluence, made by some of the coolest new companies in the business, like Gliffy, Balsamic, Theme Builder, Approvals workflow Be sure to check those out as well.

<p>Believe it or not, Confluence 3.0 is going to be even hotter.  Stay tuned...</p>

<p>In the meantime, check out our <a href="http://www.atlassian.com/about/press/releases/confluence-2_9.jsp">press release</a> for more details on Confluence 2.9 </p>]]></content>
<dc:subject>confluence</dc:subject>
<dc:creator>barconati</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-104-100x100.png</authorImage>
<dc:date>2008-08-12</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2008/04/confluence_28_g.html">
<title>Confluence 2.8 Gets a Facelift!</title>
<link>http://blogs.atlassian.com/news/2008/04/confluence_28_g.html</link>
<description>We&apos;re happy to announce the latest release of Confluence. The newest version includes major UI improvements with an improved interface, drag and drop page reordering and simplified menus. Taking a look at...</description>
<content><![CDATA[<p>We're happy to announce the latest release of Confluence.  The newest version includes major UI improvements with an improved interface, drag and drop page reordering and simplified menus.</p>

<p><strong>Taking a look at some of the highlights of Confluence 2.8:</strong></p>

<h4>Dynamic menus and Simplified Screen Design</h4>
Drop-down menus now replace tabs and links.  Grouping of functions is more intuitive and a cleaner screen design lets you focus more on the page's content.  

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="MenuOverview.jpg" src="http://blogs.atlassian.com/news/MenuOverview.jpg" width="550" height="300" class="mt-image-none" style="" /></span></p>

<h4> Drag and drop page ordering </h4>

<p>Manual page ordering is now possible within Confluence 2.8.  Choose the order in which wiki pages are displaced and use a dynamic tree view to drag and drop you pages into the right position.</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="PageOrderingDiagram.jpg" src="http://blogs.atlassian.com/news/PageOrderingDiagram.jpg" width="550" height="300" class="mt-image-none" style="" /></span></p>

<h4> Enhanced commenting functionality </h4>

<p>The comments on pages and news items have been beautified.  Now, collapse comments onto a single line and keep better track of multi-level comment threads.</p>

<p>With over 90+ improvements in this release, how could you resist getting your hands on Confluence 2.8?  w00t!</p>

<p><em>For more information on Confluence, or for a free 30-day evaluation, <a href="http://www.atlassian.com/software/confluence/">click here.</a></p>

<p>For more details on this release, check out the <a href="http://confluence.atlassian.com/display/DOC/Confluence+2.8+Release+Notes">Confluence 2.8 Release Notes<br />
</a> or see the press release below:<br />
</em></p>]]></content>
<dc:subject>buzz</dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2008-04-18</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2008/04/bamboo_20_conti.html">
<title>Bamboo 2.0:  Continuous Integration on Steroids</title>
<link>http://blogs.atlassian.com/news/2008/04/bamboo_20_conti.html</link>
<description>We&apos;re happy to announce the release of Bamboo 2.0, the latest version of our continuous integration server! This release introduces the ability to run distributed builds. You will find this particularly useful...</description>
<content><![CDATA[<p>We're happy to announce the release of Bamboo 2.0, the latest version of our continuous integration server!</p>

<p>This release introduces the ability to run distributed builds. You will find this particularly useful if you need to run your builds in different geographic locations, or on different platforms. Simply install the new Bamboo Agent on your additional build servers, and your main Bamboo 2.0 server will be able to manage them. We have also provided a number of plugin points in case you need to control your distributed builds programatically. <em></p>

<p>For all the technical nitty gritty, check out our <a href="http://confluence.atlassian.com/display/BAMBOO/Bamboo+2.0+Release+Notes">release notes.</a>   To learn more about Bamboo, or for a free 30-day evaluation, <a href="http://www.atlassian.com/software/bamboo/">click here.</a></p>

<p>For more information, check out our press release below:</em></p>]]></content>
<dc:subject>press releases</dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2008-04-15</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2008/04/atlassian_intro_1.html">
<title>Atlassian Introduces the Next Generation Issue Tracker -- JIRA Solver</title>
<link>http://blogs.atlassian.com/news/2008/04/atlassian_intro_1.html</link>
<description>We&apos;re happy to announce the release of our latest and most anticipated new JIRA plugin -- JIRA Solver. Using sophisticated code-inspection tools acquired from Cenqua, fourier analysis, latent semantic mapping and advanced...</description>
<content><![CDATA[<p>We're happy to announce the release of our latest and most anticipated new JIRA plugin -- JIRA Solver.</p>

<p>Using sophisticated code-inspection tools acquired from Cenqua, fourier analysis, latent semantic mapping and advanced AJAX integration, <a href="http://www.atlassian.com/solver">JIRA Solver</a> takes your issues one step further, and resolves them. Quickly, quietly, and with no need for programmer <br />
intervention.</p>

<p><strong>Features include:</strong></p>

<p>    * Advanced artificial intelligence techniques running on a map/reduce architecture<br />
    * Automatic and instant identification of "nuisance" issues<br />
    * Auto-generated responses with configurable "tone", using Commentator <br />
      functionality acquired from Cenqua</p>

<p>In beta since January, JIRA Solver has been at the hands of over a twenty development teams worldwide.  Beta tester, John Marion, head engineer for Mission IT exclaims,  "JIRA Solver has single-handedly fostered phenomenal team performance.  I don't think I have ever seen a team this far on day one of Systems Integration Test in my life."</p>

<p>Pricing for JIRA Solver starts at $1200 USD and is <a href="http://www.atlassian.com/solver">available for purchase</a> as of today.  For more information, visit: <a href="http://www.atlassian.com/solver"> http://www.atlassian.com/solver/</a></p>]]></content>
<dc:subject>buzz</dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2008-04-01</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2008/03/crowd_13_puts_a.html">
<title>Crowd 1.3 Solves Your Identity Crisis</title>
<link>http://blogs.atlassian.com/news/2008/03/crowd_13_puts_a.html</link>
<description>The Atlassian Crowd team is delighted to present Crowd 1.3. This release includes innovative solutions for LDAP group administration, cross-directory user imports and a streamlined management interface. Crowd 1.3 features delegated authentication,...</description>
<content><![CDATA[<p>The Atlassian Crowd team is delighted to present Crowd 1.3. This release includes innovative solutions for LDAP group administration, cross-directory user imports and a streamlined management interface.</p>

<p>Crowd 1.3 features delegated authentication, giving users greater control of LDAP group administration, while allowing users to be managed in Crowd.  This means local systems administrators can bypass the bureaucracy and easily configure user permissions, group configurations and passwords from Crowd without having to make changes in a central directory.  </p>

<p>"LDAP shows central administrators the nitty gritty of a database-- often the information isn't easy to understand.  That's where Crowd comes in.  Crowd is a great way to see what's in the central directory and makes changes at a local level while maintaining the integrity of the LDAP directory," notes Dave O'Flynn, Crowd Team Lead.</p>

<h3>Taking a closer look at the highlights of Crowd 1.3:</h3>

<h4> LDAP Authentication with Crowd Groups and Roles</h4>

<p>Crowd 1.3 provides a new directory type, Delegated Authentication, combining the features of a Crowd internal directory with delegated LDAP authentication.  This allows you to have your users authenticated via an external LDAP directory while managing the groups and roles in Crowd.  Now you can set up a group configuration in Crowd for use with Confluence, JIRA and other Atlassian products.</p>

<p><span class="mt-enclosure mt-enclosure-image"><a href="http://blogs.atlassian.com/news/LDAPDelegationDiagram.jpg"><img alt="LDAPDelegationDiagram.jpg" src="http://blogs.atlassian.com/news/LDAPDelegationDiagram-thumb-632x644.jpg" width="500" height="510" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;"/></a></span></p>

<h4>Cross-Directory User Importer</h4>

<p>Our new Directory Importer allows you to copy your users from one directory into another.  Provided that the directory is defined in Crowd, you can copy from and to any directory type.</p>

<p><span class="mt-enclosure mt-enclosure-image"><a href="http://blogs.atlassian.com/news/DirectoryImportOptions_80pc.jpg"><img alt="DirectoryImportOptions_80pc.jpg" src="http://blogs.atlassian.com/news/DirectoryImportOptions_80pc-thumb-598x264.jpg" width="500" height="200" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;"/></a></span></p>

<h4>Streamlined User Interface</h4>

<p>The Crowd Administration Console has a new menu structure and an enhanced look and feel.  A left-hand menu grants easy access to the functions you use most often, such as searching for a user or group.  A single 'Administration' tab holds the configuration options, system information and backup/restore functions.</p>

<p><span class="mt-enclosure mt-enclosure-image"><img alt="UI_Release_Notes.jpg" src="http://blogs.atlassian.com/news/UI_Release_Notes.jpg" width="500" height="320" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;"/></span></p>

<p>For all the details, check out the Crowd 1.3 <a href="http://confluence.atlassian.com/display/CROWD/Crowd+1.3+Release+Notes">release notes</a> or see our press release below.</p>

<p><em>Over 200 organizations around the world rely on Crowd for identity management, authentication, and single sign-on. Pricing for Crowd starts at US$600 per license, making the software affordable for small businesses as well as the world's largest enterprises. A fully functional 30-day evaluation of Crowd is available <a href="www.atlassian.com/software/crowd/?s_kwcid=crowd13">here</a>.</em></p>]]></content>
<dc:subject>crowd</dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2008-03-07</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2008/02/our_valentines.html">
<title>Our Valentine&apos;s Day Gift to Developers: cLOVER 2.1</title>
<link>http://blogs.atlassian.com/news/2008/02/our_valentines.html</link>
<description> We&apos;re happy to announce the release of Clover 2.1, just in time for Valentine&apos;s Day! Clover 2.1 allows you to tailor your code coverage reporting even more closely to your needs....</description>
<content><![CDATA[<p><span class="mt-enclosure mt-enclosure-image"><img alt="cLOVERed.png" src="http://blogs.atlassian.com/news/cLOVERed.png" width="250" height="74" class="mt-image-right" style="float: right; margin: 0 0 20px 20px; border: 0;"/></span></p>

<p>We're happy to announce the release of <a href="http://www.atlassian.com/software/clover/">Clover 2.1</a>, just in time for Valentine's Day!  </p>

<p><a href="http://www.atlassian.com/software/clover/">Clover 2.1 </a>allows you to tailor your code coverage reporting even more closely to your needs. Configurable risk metrics let you choose an algorithm that matches your definition of a project risk. 'Coverage Clouds' are now available for every individual package. Building on the per-test coverage that was introduced in Clover 2.0, in Clover 2.1 reports from merged databases now include per-test coverage data.</p>

<p>Additionally, a whole range of advanced charting options are available. Clover historical reports are now much more configurable, especially the charts and movers section. You can now customize which data gets shown, where.</p>

<p>Upgrading to Clover 2.1 is free for all customers with active Clover software maintenance at date of launch.<br />
<em><br />
For the full details, check out our press release below:</em></p>]]></content>
<dc:subject>atlassian</dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2008-02-15</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2008/01/hosted_customer.html">
<title>Cutting-Edge Plugin Released for Confluence Hosted</title>
<link>http://blogs.atlassian.com/news/2008/01/hosted_customer.html</link>
<description>We&apos;re pleased to announce that EditGrid has created a plugin of their online spreadsheet that is now available to Confluence Hosted and Confluence Enterprise Hosting customers. EditGrid&apos;s online spreadsheet lives entirely in...</description>
<content><![CDATA[<p>We're pleased to announce that EditGrid has created a plugin of their online spreadsheet that is now available to Confluence Hosted and Confluence Enterprise Hosting customers.</p>

<p>EditGrid's online spreadsheet lives entirely in the web browser--no browser plugin or Flash required.  It allows for real-time collaboration on spreadsheets in Confluence, ensuring that co-editors are always working on the latest version.  </p>

<p>The second most popular online spreadsheet on the market, EditGrid has some of the most advanced functionality available.  </p>

<p><img alt="Feature-600.jpg" src="http://blogs.atlassian.com/news/Feature-600.jpg" width="350" height="200" align=left /></p>


<h3>Features include:</h3>

<p><strong>Real-time updates: </strong>allows multiple users to see dynamic changes to a spreadsheet.</p>

<p><strong>Industry leading features:</strong> more than 500 functions, the greatest of any online spreadsheet.</p>

<p><strong>Import and export: </strong>accepts common file formats such as Microsoft Excel, <span class="caps">CSV, HTML,</span> Gnumeric, Lotus, OpenOffice and assigns fine-grained access control.</p>

<p><strong>Live Chat:</strong> enables multiple users to discuss changes from within EditGrid, no need to switch to another chat application.</p>

<p>What could be better than that?  Well how about that the plugin is <em>completely free</em> to all Confluence Hosted and Confluence Enterprise Hosting customers.</p>


<p><em>Confluence Hosted and Confluence Enterprise Hosting customers include The Wall Street Journal, Nintendo of America, Accenture and Illinois Wesleyan University. <a href="http://www.atlassian.com/hosted/">To learn more</a> about Atlassian's hosted software and for a free thirty day evaluation, <a href="http://www.atlassian.com/hosted/"> click here.</a></p>

<p>And for the full documentation on EditGrid for Confluence Hosted, <a href="http://confluence.atlassian.com/display/CONFEXT/EditGrid+Documentation">click here</a>.</em></p>

<p>To read the entire press release, please see below.</p>]]></content>
<dc:subject>buzz</dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2008-01-15</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2007/12/post_2.html">
<title>Dynamic Duo: Introducing FishEye 1.4 and Crucible 1.2</title>
<link>http://blogs.atlassian.com/news/2007/12/post_2.html</link>
<description>We&apos;re happy to announce the release of Crucible 1.2 and FishEye 1.4! Both products work closely together, with FishEye allowing programmers to view their source code repository and then use Crucible for...</description>
<content><![CDATA[<p>We're happy to announce the release of Crucible 1.2 and FishEye 1.4!  Both products work closely together, with FishEye allowing programmers to view their source code repository and then use Crucible for dynamic peer code review.  The new versions offer dozens of new features and improvements and are integrated more tightly together.</p>

<h3>Highlights in these releases include:</h3>

<p><strong>Integration:</strong> review status of files and changesets available throughout FishEye<br />
<strong>Workflow:</strong> optional simplified reviews<br />
<strong><span class="caps">API</span>:</strong> access to reviews and Perforce 'Jobs'<br />
<strong>Administration:</strong> projects and user groups<br />
<strong>Security:</strong> permission schemes<br />
<strong>Atlassian <span class="caps">JIRA</span>:</strong> enhanced FishEye plugin, new Crucible tab and new direct review creation<br />
<strong>Atlassian Crowd:</strong> single sign-on across applications, corporate <span class="caps">LDAP </span>directories, Windows Active Directory, and many hundreds of other third-party products</p>


<p>What's so exciting about both of these products is their ability to make distributed software development much more efficient.  If you aren't already doing code reviews, there are <a href="http://www.atlassian.com/software/crucible/learn/whitepaper.jsp">plenty of good reasons</a> to start.  <br />
<i><br />
Nearly 200 organizations rely on Crucible for efficient code review and over 1200 use FishEye to monitor, search and analyze their source code repository. Customers include <span class="caps">BP,</span> DaimlerChrysler, <span class="caps">GE, NEC,</span> Pfizer, and Sony.  </p>

<p>New to FishEye and Crucible?  Visit the product home pages for <a href="http://www.atlassian.com/software/fisheye/">FishEye</a> and <a href="http://www.atlassian.com/software/crucible/">Crucible</a> to see why you should start using them today.  Or simply download a 30-day fully functional evaluation copy of Crucible <a href="http://www.atlassian.com/software/crucible/CrucibleDownloadCenter.jspa">here</a> or FishEye <a href="http://www.atlassian.com/software/fisheye/FishEyeDownloadCenter.jspa">here</a> and start using them today.</p>

<p>For more information, read our press release below:</i></p>]]></content>
<dc:subject></dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2007-12-10</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2007/12/introducing_jir_1.html">
<title>JIRA 3.12 has arrived!</title>
<link>http://blogs.atlassian.com/news/2007/12/introducing_jir_1.html</link>
<description>We&apos;re happy to announce the release of JIRA 3.12. The latest version of JIRA provides a number of enhancements, and with over 100 improvements, it paves the way for the for the...</description>
<content><![CDATA[We're happy to announce the release of <span class="caps">JIRA</span> 3.12.  The latest version of <span class="caps">JIRA  </span>provides a number of enhancements, and with over 100 improvements, it paves the way for the for the upcoming launch of <a href="http://www.jira.com"><span class="caps">JIRA</span> Studio</a>.  <br />
<h3><strong>Major highlights of this release include:</strong></h3>

<h3>'Trusted' Confluence </h3>

<p>The major feature of this release is the ability to 'trust' Confluence. For people who use both <span class="caps">JIRA </span>and Confluence, the ability to configure a 'trust' relationship between the two will allow for a seamless end-user experience.  So for example, the 'JIRA Issues' macro will now display exactly the same list of issues on a Confluence page that the user would see in the <span class="caps">JIRA</span> Issue Navigator. No longer is there a need to hard-code <span class="caps">JIRA </span>user names and passwords on a Confluence page.   Please note that you will need to install the forthcoming Confluence 2.7 or later.</p>

<p><a href="http://blogs.atlassian.com/news/releasenotes_trusted-Confluence.jpg"><img alt="releasenotes_trusted-Confluence.jpg" src="http://blogs.atlassian.com/news/releasenotes_trusted-Confluence-thumb.jpg" width="500" height="246" /></a></p>

<h3>'JIRA Systems Administrator' Permission</h3>

<p>Also included in this release is a new global permission, 'JIRA System Administrators'. This will be particularly useful for organisations where the <span class="caps">JIRA </span>administrators are not necessarily the same people who are responsible for maintaining the file system and network environment. </p>

<p>Granting the 'JIRA System Administrators' permission to only a controlled number of people will give your Windows or <span class="caps">UNIX </span>administrators greater peace of mind, while people with the 'JIRA Administrators' permission can enjoy full control over <span class="caps">JIRA</span>-specific administration. </p>



<p>To learn about more features included in <span class="caps">JIRA</span> 3.12, keep reading below:</p>]]></content>
<dc:subject></dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2007-12-09</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2007/12/atlassian_wins_3.html">
<title>Atlassian Wins Deloitte Technology Fast 50 Award</title>
<link>http://blogs.atlassian.com/news/2007/12/atlassian_wins_3.html</link>
<description>We&apos;re excited to announce that Atlassian has been ranked #20 by Deloitte&apos;s Technology Fast 50 for Australia! The Fast 50 ranks the fifty fastest growing tech companies based on revenue growth from...</description>
<content><![CDATA[<p>We're excited to announce that Atlassian has been ranked #20 by Deloitte's Technology Fast 50 for Australia!   The Fast 50 ranks the fifty fastest growing tech companies based on revenue growth from 2005-2007.  Atlassian rocked with a staggering 357% growth in revenue over this period.</p>

<p>For more information, check out our press release below:</p>]]></content>
<dc:subject></dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2007-12-05</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2007/11/single_signon_o.html">
<title>Single Sign-On, OpenID Just Got Easier with Crowd 1.2</title>
<link>http://blogs.atlassian.com/news/2007/11/single_signon_o.html</link>
<description>We&apos;re excited to announce the launch of Crowd 1.2, the latest version of our centralized authentication, single sign-on and OpenID application. Crowd 1.2 is a major release with over 70 improvements. This...</description>
<content><![CDATA[<p>We're excited to announce the launch of Crowd 1.2, the latest version of our centralized authentication, single sign-on and OpenID application.  Crowd 1.2 is a major release with over 70 improvements.  This version of Crowd gives sys admins greater control over directory permissions and additional features for use with OpenID, Subersion, Acegi and more.  </p>


<p><strong>Taking a look at some of Crowd 1.2’s newest features:</strong></p>

<ul><li>Crowd's directory permissions now allow finer-grained control, so that you can define the permissions per application. 

<p><a href="http://blogs.atlassian.com/news/ExampleApp1Permissions1.jpg"><img alt="ExampleApp1Permissions1.jpg" src="http://blogs.atlassian.com/news/ExampleApp1Permissions1-thumb.jpg" width="500" height="253" /></a></p>



<li>The Group and Role Browsers now display group/role membership. 

<p><a href="http://blogs.atlassian.com/news/groupprincipals2.jpg"><img alt="groupprincipals2.jpg" src="http://blogs.atlassian.com/news/groupprincipals2-thumb.jpg" width="500" height="158" /></a></p>

</ul>
<br />

<p><strong>Other enhancements include:</strong></p>

<ul><li>Enhanced group management in the existing Jive Forums and Apache/Subversion connectors. 

<li>A new connector lets you integrate your Acegi security solution with Crowd. 

<li>And you can import your Bamboo users directly into a Crowd directory.
</ul>

<p>To take Crowd 1.2 for a test drive, download a free <a href="http://www.atlassian.com/software/crowd/CrowdDownloadCenter.jspa">30 day evaluation copy</a>. If you’re upgrading from a previous version, check out our <a href="http://confluence.atlassian.com/display/CROWD/Crowd+1.2+Upgrade+Notes">upgrade notes</a> for more information.</p>

<p>If you're thinking about using Crowd in your organization, check out our <a href="http://www.atlassian.com/software/crowd/learn/10reasons.jsp">Top 10 Reasons You Should Be Using Crowd.</a><br />
<br /><br />
For further information, read the press release announcing Crowd 1.2 below.</p>]]></content>
<dc:subject>atlassian</dc:subject>
<dc:creator>lkhalil</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-86-100x100.png</authorImage>
<dc:date>2007-11-29</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2007/10/introducing_the.html">
<title>Introducing the SharePoint Connector for Confluence</title>
<link>http://blogs.atlassian.com/news/2007/10/introducing_the.html</link>
<description>Today at the kick off the Web 2.0 Summit in San Francisco, we&apos;re announcing our new SharePoint Connector for Confluence. So, what is it? In sum, the SharePoint Connector for Confluence does...</description>
<content><![CDATA[<p><a href="http://www.atlassian.com/sharepoint"><img src="http://blogs.atlassian.com/news/EditMe-thumb.png" width="200" height="167" align="left" style="margin:5px 10px 0px 5px" /></a>Today at the kick off the <a href="http://www.web2summit.com">Web 2.0 Summit</a> in San Francisco, we're announcing our new <a href="http://www.atlassian.com/sharepoint">SharePoint Connector for Confluence</a>. </p>

<br /><em>So, what is it?</em> <br />In sum, the <a href="http://www.atlassian.com/sharepoint">SharePoint Connector for Confluence</a> does exactly what it sounds like it would do: allows customers to bridge the products together. Two separate collaboration repositories can live separately yet be used together. <a href="http://www.atlassian.com/sharepoint">First generation features of the new plugin include cross-product search, content sharing, and linking</a>. Single sign-on between the products is accomplished via <a href="http://www.atlassian.com/software/crowd">Atlassian Crowd</a>.<br />
<br /><em>Why build a connector?</em><br />
For us, the work we're doing with Microsoft is important for a number of reasons:<br />
<ul>
<li> You, our customers, <a href="http://jira.atlassian.com/browse/CONF-7349">had requested it</a>. Around eight or nine months ago, after Microsoft started marketing <a href="http://www.microsoft.com/sharepoint/default.mspx">SharePoint Server 2007</a> to their customers, the SF office was deluged (only slight exaggeration) with calls from our customers asking how they could use the two solutions together... or if they competed? We didn't have a good answer for them. Now we do.
<li> Even though <a href="http://www.microsoft.com/sharepoint/default.mspx"><span class="caps">MOSS</span> 2007</a> has wiki capabilities, some SharePoint customers will want a dedicated <a href="http://www.atlassian.com/software/confluence">enterprise wiki</a> solution. Now there's an <a href="http://www.atlassian.com/sharepoint">awesome solution</a> that doesn't obviate their SharePoint investment.
<li> There are <u>a lot</u> of terrific wiki solutions available on the market today. We're delighted that Microsoft picked <a href="http://www.atlassian.com/software/confluence">Confluence</a> as the one they wanted to work with for their inaugural launch of the SharePoint platform for Web 2.0 solutions. (And whoever said Java and .NET, the lion and the lamb, couldn't lay down together? <img src="http://confluence.atlassian.com/images/icons/emoticons/wink.gif" />)
</ul>

<p><strong>More details: </strong><a href="http://www.atlassian.com/sharepoint">Overview, <span class="caps">FAQ</span>s, Features, Download, etc here</a>. The SharePoint team will be contributing their $.02 on the official blog of the <a href="http://blogs.msdn.com/sharepoint/">SharePoint product group</a>.</p>

<p align="center" /><a href="http://www.atlassian.com/sharepoint"><img alt="mainpage.png" src="http://blogs.atlassian.com/news/mainpage.png" width="409" height="365" /></a></p>

<p>The product is in beta now and there's a slew of people to thank for building a very brilliant Connector in a short time, but none more so than Jonathan Nolen and Brendan Patterson... seriously, you guys rock!</p>

<p>If your company is using SharePoint but you think they could benefit from a full-time, full-featured wiki, try <a href="http://www.atlassian.com/software/confluence">Confluence</a> and the new <a href="http://www.atlassian.com/sharepoint">Connector</a>.</p>

<span class="caps">UPDATE</span>: Here's <a href="http://scobleizer.com/2007/10/17/microsoft-goes-web-20-with-sharepoint/">Robert Scoble's interview</a> with Mike and Jeffrey about the announcement:<br />
<p align="center"><script type="text/javascript" src="http://www.podtech.net/player/popup.js"></script><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="269" id="player5359fada655e492a8fd09855750eba5d" align="middle"><param name="allowScriptAccess" value="always" /><param name="FlashVars" value="content=http://media1.podtech.net/media/2007/10/PID_012841/Podtech_Atlassian.flv&amp;totalTime=939000&amp;permalink=http://www.podtech.net/home/4392/microsoft-partners-with-atlassian-over-sharepoint-wiki&amp;breadcrumb=5359fada655e492a8fd09855750eba5d" height="269" width="320" /><param name="movie" value="http://www.podtech.net/player/podtech-player.swf?bc=5359fada655e492a8fd09855750eba5d" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#000000" /><embed name="player5359fada655e492a8fd09855750eba5d" type="application/x-shockwave-flash" src="http://www.podtech.net/player/podtech-player.swf?bc=5359fada655e492a8fd09855750eba5d" flashvars="content=http://media1.podtech.net/media/2007/10/PID_012841/Podtech_Atlassian.flv&amp;totalTime=939000&amp;permalink=http://www.podtech.net/home/4392/microsoft-partners-with-atlassian-over-sharepoint-wiki&amp;breadcrumb=5359fada655e492a8fd09855750eba5d" height="269" width="320" allowScriptAccess="always" /></object><noscript>Your browser does not support JavaScript. This media can be viewed at <a href="http://www.podtech.net/home/4392/microsoft-partners-with-atlassian-over-sharepoint-wiki">http://www.podtech.net/home/4392/microsoft-partners-with-atlassian-over-sharepoint-wiki</a></noscript></P>

<p>Click below to read the complete press release.</p>]]></content>
<dc:subject>frontpage</dc:subject>
<dc:creator>jsilvers</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-27-100x100.png</authorImage>
<dc:date>2007-10-18</dc:date>
</item>

<item rdf:about="http://blogs.atlassian.com/news/2007/10/confluence_26_s.html">
<title>Confluence 2.6 Ships!</title>
<link>http://blogs.atlassian.com/news/2007/10/confluence_26_s.html</link>
<description> Atlassian is proud to announce the latest version of Confluence, the enterprise wiki. Confluence 2.6 offers user-friendly UI changes, including a new theme with a fresh look and feel. Additional new...</description>
<content><![CDATA[<p align="center" /><a href="http://blogs.atlassian.com/news/conf26screenshot.png"><img alt="conf26screenshot.png" src="http://blogs.atlassian.com/news/conf26screenshot-thumb.png" width="400" height="311" /></a></p>

<p>Atlassian is proud to announce the latest version of <a href="http://www.atlassian.com/software/confluence">Confluence, the enterprise wiki</a>. Confluence 2.6 offers user-friendly UI changes, including a new theme with a fresh look and feel. Additional new features include default content for spaces, template labels, official MySQL 5.0 support, <span class="caps">PDF </span>export of images and default bundling of the social bookmarking plugin. </p>

<p><strong>Where to next?</strong>
<ul>
<li> Complete <a href="http://confluence.atlassian.com/x/G4HWB">release notes</a> 
<li> Download a fully functional <a href="http://www.atlassian.com/software/confluence">evaluation</a>
<li> Customers with active <a href="http://www.atlassian.com/software/confluence/learn/whyrenew.jsp">Maintenance agreements</a> can <a href="http://www.atlassian.com/software/confluence/ConfluenceDownloadCenter.jspa">upgrade free</a>
</ul></p>]]></content>
<dc:subject>confluence</dc:subject>
<dc:creator>jsilvers</dc:creator>
<authorImage>http://blogs.atlassian.com/mt-static/support/assets_c/userpics/userpic-27-100x100.png</authorImage>
<dc:date>2007-10-01</dc:date>
</item>


</rdf:RDF>