<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>e031422bb11619832c16d14754323b45e4498cea</id>
      </parent>
    </parents>
    <author>
      <name>Wildfalcon</name>
      <email>laurie@wildfalcon.com</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/65acf4d19dfea7543c5156873a338d732c98ee44</url>
    <id>65acf4d19dfea7543c5156873a338d732c98ee44</id>
    <committed-date>2009-12-02T09:06:40-08:00</committed-date>
    <authored-date>2009-12-02T09:06:40-08:00</authored-date>
    <message>Added email script</message>
    <tree>610b5f6d7d69c201a8b27b478dabc541bc9ee350</tree>
    <committer>
      <name>Wildfalcon</name>
      <email>laurie@wildfalcon.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ac62f3687861b315aee4ade0707e78bc58505b2c</id>
      </parent>
    </parents>
    <author>
      <name>Wildfalcon</name>
      <email>laurie@wildfalcon.com</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/e031422bb11619832c16d14754323b45e4498cea</url>
    <id>e031422bb11619832c16d14754323b45e4498cea</id>
    <committed-date>2009-12-02T06:59:41-08:00</committed-date>
    <authored-date>2009-12-02T06:59:41-08:00</authored-date>
    <message>Wrapped mp3box commands in a CD block

Any temporary files created in the processing
are written to the current directory. Now we
make sure the current directory is one that will
be autocleaned

This also prevent the out_ files ever
being created in the first place.</message>
    <tree>aec903a0cd0942e0dc71c52af1512e1416921219</tree>
    <committer>
      <name>Wildfalcon</name>
      <email>laurie@wildfalcon.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1ff6472ef24532bd9270108c0bcb06988b4e77f4</id>
      </parent>
    </parents>
    <author>
      <name>Nick Merwin</name>
      <email>nick@lemurheavy.com</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/ac62f3687861b315aee4ade0707e78bc58505b2c</url>
    <id>ac62f3687861b315aee4ade0707e78bc58505b2c</id>
    <committed-date>2009-10-23T15:55:55-07:00</committed-date>
    <authored-date>2009-10-23T15:55:55-07:00</authored-date>
    <message>fixed upload_form route, renamed template</message>
    <tree>757f0b409613f4f1cc64ca589d5ee66a9dc58995</tree>
    <committer>
      <name>Nick Merwin</name>
      <email>nick@lemurheavy.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>11156264db4aa24bcd694817b0ae94f155ad77d9</id>
      </parent>
    </parents>
    <author>
      <name>Damien Tanner</name>
      <email>damien@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/1ff6472ef24532bd9270108c0bcb06988b4e77f4</url>
    <id>1ff6472ef24532bd9270108c0bcb06988b4e77f4</id>
    <committed-date>2009-10-05T03:50:55-07:00</committed-date>
    <authored-date>2009-10-05T03:50:55-07:00</authored-date>
    <message>Fix old refs from form to upload_form.</message>
    <tree>27b3ba72fe4f2a0e152a89d3ad63d1c82b603ebc</tree>
    <committer>
      <name>Damien Tanner</name>
      <email>damien@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b639bc6a7c8fab76d3a49da96edd177e8063e5d2</id>
      </parent>
    </parents>
    <author>
      <name>Damien Tanner</name>
      <email>damien@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/11156264db4aa24bcd694817b0ae94f155ad77d9</url>
    <id>11156264db4aa24bcd694817b0ae94f155ad77d9</id>
    <committed-date>2009-10-05T03:47:52-07:00</committed-date>
    <authored-date>2009-10-05T03:47:52-07:00</authored-date>
    <message>Rename form action in Videos controller to upload_form, because Merb already defines the method form. Also added in a route so the old url /videos/form url still works.</message>
    <tree>b75e2ef0c8a099b25b878ece38c8ef1c25b5dc22</tree>
    <committer>
      <name>Damien Tanner</name>
      <email>damien@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07fef50174c44dd09f48c31e20f178f69e21f4d6</id>
      </parent>
    </parents>
    <author>
      <name>Damien Tanner</name>
      <email>damien@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/b639bc6a7c8fab76d3a49da96edd177e8063e5d2</url>
    <id>b639bc6a7c8fab76d3a49da96edd177e8063e5d2</id>
    <committed-date>2009-09-17T04:24:20-07:00</committed-date>
    <authored-date>2009-09-17T04:24:20-07:00</authored-date>
    <message>Fix filename problem when uploading from IE. If you're having any issues with 400's from SimpleDB, it could be because the the original_filename attribute is too long (unfortunately the SimpleDB lib we're using doesn't catch this). This commit fixes this for new uploads, but if you have existing videos I would recommend running the following in `merb -i`.

  Video.query.each {|v| v.original_filename = v.original_filename.split(&quot;\\&quot;).last; v.save }</message>
    <tree>76b30a99144da1f8d6b7bbc6bf201f879cd596ca</tree>
    <committer>
      <name>Damien Tanner</name>
      <email>damien@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce010bcdbe8796ae14acdcf68ba253ff98cbeb66</id>
      </parent>
    </parents>
    <author>
      <name>Damien Tanner</name>
      <email>damien@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/07fef50174c44dd09f48c31e20f178f69e21f4d6</url>
    <id>07fef50174c44dd09f48c31e20f178f69e21f4d6</id>
    <committed-date>2009-09-16T13:06:43-07:00</committed-date>
    <authored-date>2009-09-16T13:06:43-07:00</authored-date>
    <message>Workaround for MP4Box not being able to save to EBS volumes on some EC2 instances</message>
    <tree>752d2fd283d8b9782e1902c7680fdd5ed9314a2b</tree>
    <committer>
      <name>Damien Tanner</name>
      <email>damien@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d3a2e8c76c66e2553e22d55fd7e93ab5524762d4</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/ce010bcdbe8796ae14acdcf68ba253ff98cbeb66</url>
    <id>ce010bcdbe8796ae14acdcf68ba253ff98cbeb66</id>
    <committed-date>2008-10-28T04:35:04-07:00</committed-date>
    <authored-date>2008-10-28T04:35:04-07:00</authored-date>
    <message>Support HTTP basic auth for notification. Ticket. #443. Thanks Carson Baker.</message>
    <tree>1368862e09368021d7ea7cce77d4433a3d6bdd69</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fcf08b342b45452e9c034ca5e0bc9c48b912ef6d</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/d3a2e8c76c66e2553e22d55fd7e93ab5524762d4</url>
    <id>d3a2e8c76c66e2553e22d55fd7e93ab5524762d4</id>
    <committed-date>2008-10-20T12:34:57-07:00</committed-date>
    <authored-date>2008-10-20T12:32:37-07:00</authored-date>
    <message>Fixed video.(xml/yaml): Test and fix a bug in the show_response method.</message>
    <tree>4cf9e48213c92d23def3264f52ea01c3214acec4</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>55e206ae6749335e624f7c60e149ea526db8f362</id>
      </parent>
    </parents>
    <author>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/fcf08b342b45452e9c034ca5e0bc9c48b912ef6d</url>
    <id>fcf08b342b45452e9c034ca5e0bc9c48b912ef6d</id>
    <committed-date>2008-10-20T08:47:23-07:00</committed-date>
    <authored-date>2008-10-20T08:47:23-07:00</authored-date>
    <message>Fix silly precedence bug with UUID.</message>
    <tree>21090bd76aca53a9bf3c752a02896a5628c1492d</tree>
    <committer>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>24e07910a688d330401d097ec3beb6bf98cc4b9a</id>
      </parent>
      <parent>
        <id>58090cbb4d0e181b62af073fe09e89845d0d53b0</id>
      </parent>
    </parents>
    <author>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/55e206ae6749335e624f7c60e149ea526db8f362</url>
    <id>55e206ae6749335e624f7c60e149ea526db8f362</id>
    <committed-date>2008-10-20T08:38:20-07:00</committed-date>
    <authored-date>2008-10-20T08:38:20-07:00</authored-date>
    <message>Merge branch 'master' into stable</message>
    <tree>542f7a77589abd871fd038828b71fccc2d61fe2c</tree>
    <committer>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>05ea845a35a09a4b654442bcd8cbec215c6500e9</id>
      </parent>
    </parents>
    <author>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/58090cbb4d0e181b62af073fe09e89845d0d53b0</url>
    <id>58090cbb4d0e181b62af073fe09e89845d0d53b0</id>
    <committed-date>2008-10-20T08:36:24-07:00</committed-date>
    <authored-date>2008-10-20T08:36:24-07:00</authored-date>
    <message>Revert &quot;Added streamscript option if video_store is set as filesystem&quot;

This reverts commit ba7878ac22051116fdce7eb02a8baef156abe82a.</message>
    <tree>542f7a77589abd871fd038828b71fccc2d61fe2c</tree>
    <committer>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0459a3ab313d62ec70875c8842c370ecf75cf9ca</id>
      </parent>
      <parent>
        <id>12e629fb982cd027b227ba8eb44d6fca995345c7</id>
      </parent>
    </parents>
    <author>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/24e07910a688d330401d097ec3beb6bf98cc4b9a</url>
    <id>24e07910a688d330401d097ec3beb6bf98cc4b9a</id>
    <committed-date>2008-10-20T05:43:05-07:00</committed-date>
    <authored-date>2008-10-20T05:43:05-07:00</authored-date>
    <message>Merge branch 'stable' of git@github.com:newbamboo/panda into stable</message>
    <tree>58d17c10abe9037a536b6ea183227259f71f3daa</tree>
    <committer>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>45e2047a0f76707106e6b144cc90ab8660e73f5e</id>
      </parent>
    </parents>
    <author>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/0459a3ab313d62ec70875c8842c370ecf75cf9ca</url>
    <id>0459a3ab313d62ec70875c8842c370ecf75cf9ca</id>
    <committed-date>2008-10-20T05:42:43-07:00</committed-date>
    <authored-date>2008-10-20T05:42:43-07:00</authored-date>
    <message>Fixed failed test</message>
    <tree>49ce7c69aaaec13232a58df600cec846ce2f1268</tree>
    <committer>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>840f3b07d44df351ed952331ce1b2233c4bf0331</id>
      </parent>
      <parent>
        <id>12e629fb982cd027b227ba8eb44d6fca995345c7</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/05ea845a35a09a4b654442bcd8cbec215c6500e9</url>
    <id>05ea845a35a09a4b654442bcd8cbec215c6500e9</id>
    <committed-date>2008-10-17T15:36:37-07:00</committed-date>
    <authored-date>2008-10-17T15:36:37-07:00</authored-date>
    <message>Merge branch 'stable'</message>
    <tree>baa388108e63a588e7aaa1e1b67a9ec14fed443b</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>45e2047a0f76707106e6b144cc90ab8660e73f5e</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>me@mloughran.com</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/12e629fb982cd027b227ba8eb44d6fca995345c7</url>
    <id>12e629fb982cd027b227ba8eb44d6fca995345c7</id>
    <committed-date>2008-10-17T14:15:11-07:00</committed-date>
    <authored-date>2008-10-17T14:15:11-07:00</authored-date>
    <message>UUID bugfix - difference in API between versions.</message>
    <tree>79bfb26a2d2a55ac66da212dd45567ea6bce80b6</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>me@mloughran.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9478f3139bb8fa07620542f5b2736d31d9e23b6d</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/840f3b07d44df351ed952331ce1b2233c4bf0331</url>
    <id>840f3b07d44df351ed952331ce1b2233c4bf0331</id>
    <committed-date>2008-10-14T09:56:13-07:00</committed-date>
    <authored-date>2008-10-14T09:56:13-07:00</authored-date>
    <message>Tweak README</message>
    <tree>bb73aad7a1e39569407b7c819d6a1a26e6df4a20</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8f46df50879a0ca501f4ecf0aa5f20d306687c3e</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/9478f3139bb8fa07620542f5b2736d31d9e23b6d</url>
    <id>9478f3139bb8fa07620542f5b2736d31d9e23b6d</id>
    <committed-date>2008-10-14T09:55:39-07:00</committed-date>
    <authored-date>2008-10-14T09:55:39-07:00</authored-date>
    <message>Removed README_EC2 because it's not worth keeping in sync with pandastream.com</message>
    <tree>9556c4a3c80d2f0b462b59effd529c37351bb189</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>efc99a4e4a1b251fa4ca8f9d2f5dca88e5a20c97</id>
      </parent>
      <parent>
        <id>76383ae3d3a56f8371f0479b30c3ebd07b0c76db</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/8f46df50879a0ca501f4ecf0aa5f20d306687c3e</url>
    <id>8f46df50879a0ca501f4ecf0aa5f20d306687c3e</id>
    <committed-date>2008-10-14T09:49:57-07:00</committed-date>
    <authored-date>2008-10-14T09:49:57-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:newbamboo/panda</message>
    <tree>2aa8bb8b34f1b96d508a9025631519837d5dd91a</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e5229f31240af1673574ee6761473d55dcc90351</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/efc99a4e4a1b251fa4ca8f9d2f5dca88e5a20c97</url>
    <id>efc99a4e4a1b251fa4ca8f9d2f5dca88e5a20c97</id>
    <committed-date>2008-10-14T09:39:01-07:00</committed-date>
    <authored-date>2008-10-14T09:39:01-07:00</authored-date>
    <message>Rename README so that github formats it as markdown.</message>
    <tree>e4344b1ce26037ea802ceb6aacf091ff1bd8411b</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>525ba747d487fa69a7b593709f7a6f4385986095</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/e5229f31240af1673574ee6761473d55dcc90351</url>
    <id>e5229f31240af1673574ee6761473d55dcc90351</id>
    <committed-date>2008-10-14T09:35:12-07:00</committed-date>
    <authored-date>2008-10-14T09:35:12-07:00</authored-date>
    <message>Updated the README file

* Now contains local installation guide (as posted to website).
* Cleaned up the rest of the test.
* Now points to pandastream.com in case people find panda though github</message>
    <tree>07628a294afd8fdcd6e69c2533bc8ef64d6f527b</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d69df11951f3340a338b9a3e0109effc495499ec</id>
      </parent>
    </parents>
    <author>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/76383ae3d3a56f8371f0479b30c3ebd07b0c76db</url>
    <id>76383ae3d3a56f8371f0479b30c3ebd07b0c76db</id>
    <committed-date>2008-10-14T08:41:16-07:00</committed-date>
    <authored-date>2008-10-14T08:41:16-07:00</authored-date>
    <message>- Fixed failed spec</message>
    <tree>1f50cd519ff16db3d31640a7a2e2d43dc530e0eb</tree>
    <committer>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ba7878ac22051116fdce7eb02a8baef156abe82a</id>
      </parent>
    </parents>
    <author>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/d69df11951f3340a338b9a3e0109effc495499ec</url>
    <id>d69df11951f3340a338b9a3e0109effc495499ec</id>
    <committed-date>2008-10-14T07:38:11-07:00</committed-date>
    <authored-date>2008-10-14T07:38:11-07:00</authored-date>
    <message>-Added swfobject2.js to embedded javascript</message>
    <tree>4c9f772a7c1d6ebf3a09f892d7292bb8fea2aae7</tree>
    <committer>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>45e2047a0f76707106e6b144cc90ab8660e73f5e</id>
      </parent>
    </parents>
    <author>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/ba7878ac22051116fdce7eb02a8baef156abe82a</url>
    <id>ba7878ac22051116fdce7eb02a8baef156abe82a</id>
    <committed-date>2008-10-14T07:37:44-07:00</committed-date>
    <authored-date>2008-10-14T07:37:44-07:00</authored-date>
    <message>Added streamscript option if video_store is set as filesystem</message>
    <tree>f444a93e7d650473777814fae00039292c617c6f</tree>
    <committer>
      <name>Makoto Inoue</name>
      <email>makoto@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>56ba4bfd640ec56acba0a3b3748dbcf2bbfbda3c</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/525ba747d487fa69a7b593709f7a6f4385986095</url>
    <id>525ba747d487fa69a7b593709f7a6f4385986095</id>
    <committed-date>2008-10-14T05:13:26-07:00</committed-date>
    <authored-date>2008-10-14T05:13:26-07:00</authored-date>
    <message>Clean up init file.</message>
    <tree>b9abae86a2f72b2a648cb48afe5f5a1cba9aae94</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9c93539e2a44388f742245dee8bc63d33d166506</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/56ba4bfd640ec56acba0a3b3748dbcf2bbfbda3c</url>
    <id>56ba4bfd640ec56acba0a3b3748dbcf2bbfbda3c</id>
    <committed-date>2008-10-14T05:07:01-07:00</committed-date>
    <authored-date>2008-10-14T05:07:01-07:00</authored-date>
    <message>Let merb autoload lib directory.</message>
    <tree>38f1881e8482911b896c3be52529763a1388dc06</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5621d986cb58330dd99d22d5f00195c4d4847b7a</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/9c93539e2a44388f742245dee8bc63d33d166506</url>
    <id>9c93539e2a44388f742245dee8bc63d33d166506</id>
    <committed-date>2008-10-14T04:58:23-07:00</committed-date>
    <authored-date>2008-10-14T04:58:23-07:00</authored-date>
    <message>Move S3 bucket creation into S3Store class (to keep all S3 stuff in one place)

* Kept same public API - Panda::Setup.create_s3_bucket</message>
    <tree>35889c90d90587d3cc6b64472aa0e5fa0b1b184c</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3efda2161e067e28665476ccde664ea61f58406c</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/5621d986cb58330dd99d22d5f00195c4d4847b7a</url>
    <id>5621d986cb58330dd99d22d5f00195c4d4847b7a</id>
    <committed-date>2008-10-14T04:55:27-07:00</committed-date>
    <authored-date>2008-10-14T04:55:27-07:00</authored-date>
    <message>Moved core extensions into their own directory in lib.</message>
    <tree>b0499a04dc0a03e6f4e86b3c0e95c5f5f72b0aa9</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>56b67323719f9a3aeaad04dec38c0f209f46249d</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/3efda2161e067e28665476ccde664ea61f58406c</url>
    <id>3efda2161e067e28665476ccde664ea61f58406c</id>
    <committed-date>2008-10-14T04:54:06-07:00</committed-date>
    <authored-date>2008-10-14T04:54:06-07:00</authored-date>
    <message>Removed rog - not being used.</message>
    <tree>6b2f1a8d34832ced53f949e1f273d2f958c19f64</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>45e2047a0f76707106e6b144cc90ab8660e73f5e</id>
      </parent>
    </parents>
    <author>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </author>
    <url>http://github.com/newbamboo/panda/commit/56b67323719f9a3aeaad04dec38c0f209f46249d</url>
    <id>56b67323719f9a3aeaad04dec38c0f209f46249d</id>
    <committed-date>2008-10-14T04:36:40-07:00</committed-date>
    <authored-date>2008-10-14T04:36:40-07:00</authored-date>
    <message>Moved notifier and encoder into bin directory.

* Allows us to autoload the lib directory.
* Also that's where they should be - they're scripts!</message>
    <tree>f59178df4720a81cbb434f1dc95a3b76b9954005</tree>
    <committer>
      <name>Martyn Loughran</name>
      <email>martyn@new-bamboo.co.uk</email>
    </committer>
  </commit>
</commits>
