<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
-TRUNK
-- support for Git and Mercurial (distributed source control systems) [Ben Burkert, Brett Adam, Biju Philip Chacko, Chris Johnston]
+* 1.4.0
+- support for Git, Bazaar and Mercurial (distributed source control systems) [Ben Burkert, Brett Adam, Biju Philip Chacko, Chris Johnston, johnf(https://cruisecontrolrb.lighthouseapp.com/projects/9150/tickets/236-add-bazaar-support)]
 - 'cruise add' command:
   * -u|--url option is deprecated in favor of -r|--repository - in some cases what goes there is not a URL
   * can be invoked as ./cruise add [project name] [repository name]
@@ -8,7 +8,8 @@ TRUNK
 - 'cruise stop' command:
   * currently only works for mongrel in daemon ('-d') mode
 - build log parser recognizes errors, failures and example counts produced by RSpec
-- dashboard strips out ANSI colors when displaying a build log 
+- dashboard strips out ANSI colors when displaying a build log
+- added google analytics to the documentation pages (which is effectively the ccrb website)
 - [bugfix] dashboard gracefully handles the situation where there is site.css, but ./public/stylesheets is not a
            writeable directory (prints a warning and keeps going on)
 - [bugfix] Added XmlServerReport.aspx for compatibility with CCTray.NET &gt;= 1.3 [Steve Donie]</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,9 @@ CC.rb is easy to install, pleasant to use and simple to hack. It's written in Ru
 
 === Stuff
 * Documentation: http://cruisecontrolrb.thoughtworks.com/documentation
-* Download the latest release from http://rubyforge.org/frs/?group_id=2918
+* Download the latest release from 
+	** http://rubyforge.org/frs/?group_id=2918
+	** through the 'Download' button on Github (remember to pick the right tag first)
 * Source: http://github.com/thoughtworks/cruisecontrol.rb
 * Issue Tracking: https://cruisecontrolrb.lighthouseapp.com
 * Mailing Lists: http://rubyforge.org/mail/?group_id=2918</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,17 +1,5 @@
 &lt;div class=&quot;box&quot;&gt;
 
-h2. Quick links
-
-* &lt;%= link_to_download 'Download' %&gt;
-* &quot;Watch 5 min install&quot;:/documentation/screencasts
-* &quot;Report a Bug&quot;:http://jira.public.thoughtworks.org/browse/CCRB
-* &quot;Request a Feature&quot;:http://jira.public.thoughtworks.org/browse/CCRB
-* &lt;%= link_to_users_mailing_list 'Users mailing list' %&gt;
-* &quot;How to contribute&quot;:/documentation/contributing
-
-&lt;/div&gt;
-&lt;div class=&quot;box&quot;&gt;
-
 h2. Live demo
 
 &lt;a href=&quot;http://cruisecontrolrb.thoughtworks.com/projects&quot;&gt;
@@ -24,6 +12,18 @@ It's pretty sweet.
 &lt;/div&gt;
 &lt;div class=&quot;box&quot;&gt;
 
+h2. Quick links
+
+* &lt;%= link_to_download 'Download' %&gt;
+* &quot;Watch 5 min install&quot;:/documentation/screencasts
+* &quot;Report a Bug&quot;:http://jira.public.thoughtworks.org/browse/CCRB
+* &quot;Request a Feature&quot;:http://jira.public.thoughtworks.org/browse/CCRB
+* &lt;%= link_to_users_mailing_list 'Users mailing list' %&gt;
+* &quot;How to contribute&quot;:/documentation/contributing
+
+&lt;/div&gt;
+&lt;div class=&quot;box&quot;&gt;
+
 h2. Friends of CC.rb
 
 &lt;a href=&quot;http://studios.thoughtworks.com/&quot;&gt;&lt;img src=&quot;images/mingle_v_v_small.gif&quot;&gt;&lt;/a&gt;</diff>
      <filename>app/views/documentation/_sidebar_index.red</filename>
    </modified>
    <modified>
      <diff>@@ -35,5 +35,14 @@
 
     &lt;%= render :partial =&gt; '/documentation/footer' %&gt;
   &lt;/div&gt;
+&lt;script type=&quot;text/javascript&quot;&gt;
+var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
+document.write(unescape(&quot;%3Cscript src='&quot; + gaJsHost + &quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&quot;));
+&lt;/script&gt;
+&lt;script type=&quot;text/javascript&quot;&gt;
+try {
+var pageTracker = _gat._getTracker(&quot;UA-9566218-1&quot;);
+pageTracker._trackPageview();
+} catch(err) {}&lt;/script&gt;
 &lt;/body&gt;
 &lt;/html&gt;</diff>
      <filename>app/views/layouts/documentation.rhtml</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module CruiseControl
   module VERSION #:nodoc:
     unless defined? MAJOR
       MAJOR = 1 
-      MINOR = 3
+      MINOR = 4
       MAINTENANCE = 0
 
       STRING = [MAJOR, MINOR, MAINTENANCE].join('.')</diff>
      <filename>lib/cruise_control/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>87c05699b968e6fdc3ec3ab97ef44f869e2cab80</id>
    </parent>
  </parents>
  <author>
    <name>schonira</name>
    <email>ckponnappa@gmail.com</email>
  </author>
  <url>http://github.com/thoughtworks/cruisecontrol.rb/commit/bd8d15247c35f7afba72b9056a0c2d8b91c57d0e</url>
  <id>bd8d15247c35f7afba72b9056a0c2d8b91c57d0e</id>
  <committed-date>2009-06-30T07:29:24-07:00</committed-date>
  <authored-date>2009-06-30T07:29:24-07:00</authored-date>
  <message>- Bumped version up to 1.4.0
- Added analytics to docs for the website
- Updated README to also reference github's downloads for releases
- Moved 'Live Demo' link to the top for greater visibility</message>
  <tree>fc12ca6b7f452c28660f24867f5da9de1a5e1ed6</tree>
  <committer>
    <name>schonira</name>
    <email>ckponnappa@gmail.com</email>
  </committer>
</commit>
