<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ module Panda #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 0
-    TINY  = 1
+    TINY  = 2
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/panda/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'yaml'
 
 module Panda
   class &lt;&lt; self
-    attr_accessor :account_key, :api_domain, :api_port
+    attr_accessor :account_key, :api_domain, :api_port, :default_encoding_profile
   
     def api_port
       @api_port ||= 80
@@ -15,12 +15,19 @@ module Panda
   class Video
     attr_accessor :vals
     
+    # Deprecated. Use encoding_for_profile instead and check for status == 'success' manually.
     def find_encoding(profile_title)
       self.encodings.find { |e| 
           e.profile_title == profile_title and e.status == 'success'
         }
     end
     
+    def encoding_for_profile(profile_title)
+      self.encodings.find { |e| 
+          e.profile_title == profile_title
+        }
+    end
+    
     def self.new_with_attrs(vals)
       video = new
       video.vals = {}</diff>
      <filename>lib/panda/video.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d6b7149a160da74f5d7ea273e7c35684db394258</id>
    </parent>
  </parents>
  <author>
    <name>Damien Tanner</name>
    <email>damien@new-bamboo.co.uk</email>
  </author>
  <url>http://github.com/newbamboo/panda_gem/commit/a054d422d66a8edd79419ee9b06a49ee8f05bb8b</url>
  <id>a054d422d66a8edd79419ee9b06a49ee8f05bb8b</id>
  <committed-date>2008-08-23T13:48:47-07:00</committed-date>
  <authored-date>2008-08-23T13:48:47-07:00</authored-date>
  <message>0.0.2 release.
find_encoding is now deprecated.
use encoding_for_profile instead and check the status of the encoding manually.</message>
  <tree>094c1bace5b3238ed5873b7373d142490c60a7d7</tree>
  <committer>
    <name>Damien Tanner</name>
    <email>damien@new-bamboo.co.uk</email>
  </committer>
</commit>
