<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,39 @@
+== 0.0.7 2009-09-04
+* :firefox (Firefox 2) is now the default browser, :firefox3 support added.
+* Avoid huge Java backtraces on FailingHttpStatusCodeException
+* Browser#log_level= sets the log level for more HtmlUnit packages
+* Default log level is now :off
+* ClickableElement#click_and_attach inherits options from parent browser
+* Allow searching by XPath in frames.
+* Fix bug with scripts in body onload.
+* Nicer API for Browser#debug_web_connection
+* Fix bug in Browser#element_by_xpath(s) and Element#method_missing
+* Fix bug when selecting empty SelectList options
+* Fix issue when using multiple attributes to locate elements on a page with non-unique IDs.
+* Nicer #inspect methods on some objects
+* Improved IPC with viewers
+* Methods added:
+  - Browser#clear_cache
+  - Browser#confirm
+  - Browser#css=
+  - Browser#ignore_pattern=
+  - Browser#javascript_excepetion=
+  - Browser#secure_ssl=
+  - Browser#status
+  - Browser#status_code
+  - Browser#status_code_exceptions=
+  - Celerity.index_offset=
+  - ClickableElement#download
+  - Element#fire_event
+  - Element#javascript_object
+* New constructor options:
+  - :javascript_enabled =&gt; true, false
+  - :viewer             =&gt; true, false, String
+  - :refresh_handler    =&gt; :immediate, :waiting, :threaded
+* Features removed:
+  - Celerity::MethodGenerator
+* Most of the spec suite moved to the WatirSpec project
+
 == 0.0.6 2009-03-19
 * Support for meta, strong, dl, dt, dd, and em HTML elements.
 * Update to HtmlUnit 2.5-SNAPSHOT.</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -40,9 +40,9 @@ lib/celerity/htmlunit/commons-io-1.4.jar
 lib/celerity/htmlunit/commons-lang-2.4.jar
 lib/celerity/htmlunit/commons-logging-1.1.1.jar
 lib/celerity/htmlunit/cssparser-0.9.5.jar
-lib/celerity/htmlunit/htmlunit-2.6-SNAPSHOT.jar
-lib/celerity/htmlunit/htmlunit-core-js-2.6-SNAPSHOT.jar
-lib/celerity/htmlunit/nekohtml-1.9.13-20090820.100833-15.jar
+lib/celerity/htmlunit/htmlunit-2.6.jar
+lib/celerity/htmlunit/htmlunit-core-js-2.6.jar
+lib/celerity/htmlunit/nekohtml-1.9.13.jar
 lib/celerity/htmlunit/sac-1.3.jar
 lib/celerity/htmlunit/serializer-2.7.1.jar
 lib/celerity/htmlunit/xalan-2.7.1.jar</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{celerity}
-  s.version = &quot;0.0.6.19&quot;
+  s.version = &quot;0.0.7&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Jari Bakken&quot;, &quot;T. Alexander Lystad&quot;, &quot;Knut Johannes Dahle&quot;]
@@ -14,7 +14,7 @@ JavaScript support. It provides a simple API for programmatic navigation through
 web applications. Celerity aims at being API compatible with Watir.}
   s.email = [&quot;jari.bakken@finn.no&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;]
-  s.files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.rdoc&quot;, &quot;Rakefile&quot;, &quot;celerity.gemspec&quot;, &quot;lib/celerity.rb&quot;, &quot;lib/celerity/browser.rb&quot;, &quot;lib/celerity/clickable_element.rb&quot;, &quot;lib/celerity/collections.rb&quot;, &quot;lib/celerity/container.rb&quot;, &quot;lib/celerity/default_viewer.rb&quot;, &quot;lib/celerity/disabled_element.rb&quot;, &quot;lib/celerity/element.rb&quot;, &quot;lib/celerity/element_collection.rb&quot;, &quot;lib/celerity/element_locator.rb&quot;, &quot;lib/celerity/elements/button.rb&quot;, &quot;lib/celerity/elements/file_field.rb&quot;, &quot;lib/celerity/elements/form.rb&quot;, &quot;lib/celerity/elements/frame.rb&quot;, &quot;lib/celerity/elements/image.rb&quot;, &quot;lib/celerity/elements/label.rb&quot;, &quot;lib/celerity/elements/link.rb&quot;, &quot;lib/celerity/elements/meta.rb&quot;, &quot;lib/celerity/elements/non_control_elements.rb&quot;, &quot;lib/celerity/elements/option.rb&quot;, &quot;lib/celerity/elements/radio_check.rb&quot;, &quot;lib/celerity/elements/select_list.rb&quot;, &quot;lib/celerity/elements/table.rb&quot;, &quot;lib/celerity/elements/table_cell.rb&quot;, &quot;lib/celerity/elements/table_elements.rb&quot;, &quot;lib/celerity/elements/table_row.rb&quot;, &quot;lib/celerity/elements/text_field.rb&quot;, &quot;lib/celerity/exception.rb&quot;, &quot;lib/celerity/htmlunit.rb&quot;, &quot;lib/celerity/htmlunit/commons-codec-1.4.jar&quot;, &quot;lib/celerity/htmlunit/commons-collections-3.2.1.jar&quot;, &quot;lib/celerity/htmlunit/commons-httpclient-3.1.jar&quot;, &quot;lib/celerity/htmlunit/commons-io-1.4.jar&quot;, &quot;lib/celerity/htmlunit/commons-lang-2.4.jar&quot;, &quot;lib/celerity/htmlunit/commons-logging-1.1.1.jar&quot;, &quot;lib/celerity/htmlunit/cssparser-0.9.5.jar&quot;, &quot;lib/celerity/htmlunit/htmlunit-2.6-SNAPSHOT.jar&quot;, &quot;lib/celerity/htmlunit/htmlunit-core-js-2.6-SNAPSHOT.jar&quot;, &quot;lib/celerity/htmlunit/nekohtml-1.9.13-20090820.100833-15.jar&quot;, &quot;lib/celerity/htmlunit/sac-1.3.jar&quot;, &quot;lib/celerity/htmlunit/serializer-2.7.1.jar&quot;, &quot;lib/celerity/htmlunit/xalan-2.7.1.jar&quot;, &quot;lib/celerity/htmlunit/xercesImpl-2.9.1.jar&quot;, &quot;lib/celerity/htmlunit/xml-apis-1.3.04.jar&quot;, &quot;lib/celerity/identifier.rb&quot;, &quot;lib/celerity/ignoring_web_connection.rb&quot;, &quot;lib/celerity/input_element.rb&quot;, &quot;lib/celerity/listener.rb&quot;, &quot;lib/celerity/resources/no_viewer.png&quot;, &quot;lib/celerity/short_inspect.rb&quot;, &quot;lib/celerity/util.rb&quot;, &quot;lib/celerity/version.rb&quot;, &quot;lib/celerity/viewer_connection.rb&quot;, &quot;lib/celerity/watir_compatibility.rb&quot;, &quot;lib/celerity/xpath_support.rb&quot;, &quot;spec/browser_authentication_spec.rb&quot;, &quot;spec/browser_spec.rb&quot;, &quot;spec/clickable_element_spec.rb&quot;, &quot;spec/default_viewer_spec.rb&quot;, &quot;spec/element_spec.rb&quot;, &quot;spec/filefield_spec.rb&quot;, &quot;spec/htmlunit_spec.rb&quot;, &quot;spec/index_offset_spec.rb&quot;, &quot;spec/listener_spec.rb&quot;, &quot;spec/spec_helper.rb&quot;, &quot;tasks/benchmark.rake&quot;, &quot;tasks/deployment.rake&quot;, &quot;tasks/environment.rake&quot;, &quot;tasks/fix.rake&quot;, &quot;tasks/jar.rake&quot;, &quot;tasks/rdoc.rake&quot;, &quot;tasks/rspec.rake&quot;, &quot;tasks/simple_ci.rake&quot;, &quot;tasks/snapshot.rake&quot;, &quot;tasks/website.rake&quot;, &quot;tasks/yard.rake&quot;]
+  s.files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.rdoc&quot;, &quot;Rakefile&quot;, &quot;celerity.gemspec&quot;, &quot;lib/celerity.rb&quot;, &quot;lib/celerity/browser.rb&quot;, &quot;lib/celerity/clickable_element.rb&quot;, &quot;lib/celerity/collections.rb&quot;, &quot;lib/celerity/container.rb&quot;, &quot;lib/celerity/default_viewer.rb&quot;, &quot;lib/celerity/disabled_element.rb&quot;, &quot;lib/celerity/element.rb&quot;, &quot;lib/celerity/element_collection.rb&quot;, &quot;lib/celerity/element_locator.rb&quot;, &quot;lib/celerity/elements/button.rb&quot;, &quot;lib/celerity/elements/file_field.rb&quot;, &quot;lib/celerity/elements/form.rb&quot;, &quot;lib/celerity/elements/frame.rb&quot;, &quot;lib/celerity/elements/image.rb&quot;, &quot;lib/celerity/elements/label.rb&quot;, &quot;lib/celerity/elements/link.rb&quot;, &quot;lib/celerity/elements/meta.rb&quot;, &quot;lib/celerity/elements/non_control_elements.rb&quot;, &quot;lib/celerity/elements/option.rb&quot;, &quot;lib/celerity/elements/radio_check.rb&quot;, &quot;lib/celerity/elements/select_list.rb&quot;, &quot;lib/celerity/elements/table.rb&quot;, &quot;lib/celerity/elements/table_cell.rb&quot;, &quot;lib/celerity/elements/table_elements.rb&quot;, &quot;lib/celerity/elements/table_row.rb&quot;, &quot;lib/celerity/elements/text_field.rb&quot;, &quot;lib/celerity/exception.rb&quot;, &quot;lib/celerity/htmlunit.rb&quot;, &quot;lib/celerity/htmlunit/commons-codec-1.4.jar&quot;, &quot;lib/celerity/htmlunit/commons-collections-3.2.1.jar&quot;, &quot;lib/celerity/htmlunit/commons-httpclient-3.1.jar&quot;, &quot;lib/celerity/htmlunit/commons-io-1.4.jar&quot;, &quot;lib/celerity/htmlunit/commons-lang-2.4.jar&quot;, &quot;lib/celerity/htmlunit/commons-logging-1.1.1.jar&quot;, &quot;lib/celerity/htmlunit/cssparser-0.9.5.jar&quot;, &quot;lib/celerity/htmlunit/htmlunit-2.6.jar&quot;, &quot;lib/celerity/htmlunit/htmlunit-core-js-2.6.jar&quot;, &quot;lib/celerity/htmlunit/nekohtml-1.9.13.jar&quot;, &quot;lib/celerity/htmlunit/sac-1.3.jar&quot;, &quot;lib/celerity/htmlunit/serializer-2.7.1.jar&quot;, &quot;lib/celerity/htmlunit/xalan-2.7.1.jar&quot;, &quot;lib/celerity/htmlunit/xercesImpl-2.9.1.jar&quot;, &quot;lib/celerity/htmlunit/xml-apis-1.3.04.jar&quot;, &quot;lib/celerity/identifier.rb&quot;, &quot;lib/celerity/ignoring_web_connection.rb&quot;, &quot;lib/celerity/input_element.rb&quot;, &quot;lib/celerity/listener.rb&quot;, &quot;lib/celerity/resources/no_viewer.png&quot;, &quot;lib/celerity/short_inspect.rb&quot;, &quot;lib/celerity/util.rb&quot;, &quot;lib/celerity/version.rb&quot;, &quot;lib/celerity/viewer_connection.rb&quot;, &quot;lib/celerity/watir_compatibility.rb&quot;, &quot;lib/celerity/xpath_support.rb&quot;, &quot;spec/browser_authentication_spec.rb&quot;, &quot;spec/browser_spec.rb&quot;, &quot;spec/clickable_element_spec.rb&quot;, &quot;spec/default_viewer_spec.rb&quot;, &quot;spec/element_spec.rb&quot;, &quot;spec/filefield_spec.rb&quot;, &quot;spec/htmlunit_spec.rb&quot;, &quot;spec/index_offset_spec.rb&quot;, &quot;spec/listener_spec.rb&quot;, &quot;spec/spec_helper.rb&quot;, &quot;tasks/benchmark.rake&quot;, &quot;tasks/deployment.rake&quot;, &quot;tasks/environment.rake&quot;, &quot;tasks/fix.rake&quot;, &quot;tasks/jar.rake&quot;, &quot;tasks/rdoc.rake&quot;, &quot;tasks/rspec.rake&quot;, &quot;tasks/simple_ci.rake&quot;, &quot;tasks/snapshot.rake&quot;, &quot;tasks/website.rake&quot;, &quot;tasks/yard.rake&quot;]
   s.homepage = %q{http://celerity.rubyforge.org/}
   s.rdoc_options = [&quot;--main&quot;, &quot;README.rdoc&quot;]
   s.require_paths = [&quot;lib&quot;]</diff>
      <filename>celerity.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module Celerity
-  VERSION = &quot;0.0.6.19&quot;
+  VERSION = &quot;0.0.7&quot;
 end
\ No newline at end of file</diff>
      <filename>lib/celerity/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7ee01f4cb2c3da0540c4671c4f17fbdaa3991842</id>
    </parent>
  </parents>
  <author>
    <name>Jari Bakken</name>
    <email>jari.bakken@gmail.com</email>
  </author>
  <url>http://github.com/jarib/celerity/commit/08862b5eb72fad086b6390d0323b570785a2b9e3</url>
  <id>08862b5eb72fad086b6390d0323b570785a2b9e3</id>
  <committed-date>2009-09-03T16:56:32-07:00</committed-date>
  <authored-date>2009-09-03T16:56:32-07:00</authored-date>
  <message>Bump to 0.0.7, update History.txt and gemspec.</message>
  <tree>011afea5f854a882d5d2a0f3c0fda0d4e4a15f85</tree>
  <committer>
    <name>Jari Bakken</name>
    <email>jari.bakken@gmail.com</email>
  </committer>
</commit>
