<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit d84b1e352811c7cdad07c3cb78d490533f653ab5
+Subproject commit a327b053e5fa50ee0057adbd01b6fdaf645dadf4</diff>
      <filename>configurable</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Subproject commit 01f40bc9a074d9ba489bf6158211175cbb7c5b86
+Subproject commit 2089146b49b0881369bc512ffafd6d8956803fba</diff>
      <filename>lazydoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-== 0.17.0 / 2009-05-03
+== 0.17.0 / 2009-05-25
 
 Significant reorganization and update to Tap internals.
 The workflow syntax for joins has changed in incompatible
@@ -30,7 +30,7 @@ Changes:
 * reworked App to use aggregators that respond_to? call
 * reworked Join so that it may be dumped as YAML
 * reworked Schema syntax
-* many other small changes
+* etc
 
 == 0.12.4 / 2009-03-23
 </diff>
      <filename>tap/History</filename>
    </modified>
    <modified>
      <diff>@@ -110,6 +110,10 @@ A synchronized merge where the results of each input are collected into an array
   % tap run -- load goodnight -- load moon -- dump --[0,1][2].sync
   goodnightmoon
 
+== Known Issues
+
+Tap::Env and Tap::Schema are still in flux and have poor documentation.  Neither should be treated as stable.
+
 == Installation
 
 Tap is available as a gem on RubyForge[http://rubyforge.org/projects/tap].  Use:</diff>
      <filename>tap/README</filename>
    </modified>
    <modified>
      <diff>@@ -5,8 +5,8 @@
 # environment through 'env'.  For example:
 #
 #   % tap console
-#   &gt;&gt; env['task']['tap/dump']
-#   =&gt; Tap::Dump
+#   &gt;&gt; env[:task][:dump]
+#   =&gt; Tap::Tasks::Dump
 #   &gt;&gt; app.info
 #   =&gt; &quot;state: 0 (READY) queue: 0&quot;
 #   &gt;&gt; </diff>
      <filename>tap/cmd/console.rb</filename>
    </modified>
    <modified>
      <diff>@@ -92,6 +92,7 @@ module Tap
               ###############################################################
               # [depreciated] manifest as a task key will be removed at 1.0
               if type == 'manifest'
+                warn &quot;depreciation: ::task should be used instead of ::manifest as a resource key (#{require_path})&quot;
                 yield('task', constant)
               end
               ###############################################################</diff>
      <filename>tap/lib/tap/env.rb</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
   s.rubyforge_project = &quot;tap&quot;
   s.bindir = &quot;bin&quot;
   s.executables = &quot;tap&quot;
-  s.add_dependency(&quot;configurable&quot;, &quot;&gt;= 0.4.3&quot;)
+  s.add_dependency(&quot;configurable&quot;, &quot;&gt;= 0.5.0&quot;)
   s.has_rdoc = true
   s.rdoc_options.concat %W{--main README -S -N --title Tap\s(Task\sApplication)}
    </diff>
      <filename>tap/tap.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -19,8 +19,8 @@ class ConsoleCmd &lt; Test::Unit::TestCase
   #
   
   #   % tap console
-  #   &gt;&gt; env['task']['tap/dump']
-  #   =&gt; Tap::Dump
+  #   &gt;&gt; env[:task][:dump]
+  #   =&gt; Tap::Tasks::Dump
   #   &gt;&gt; app.info
   #   =&gt; &quot;state: 0 (READY) queue: 0&quot;
   #   &gt;&gt;
@@ -30,12 +30,12 @@ class ConsoleCmd &lt; Test::Unit::TestCase
       
       cmd = &quot;% tap console &gt; #{path}&quot;.sub(CMD_PATTERN, CMD)
       IO.popen(cmd, 'w') do |io|
-        io.puts &quot;env['task']['tap/tasks/dump']&quot;
+        io.puts &quot;env[:task][:dump]&quot;
         io.puts &quot;app.info&quot;
       end
       
       assert_equal %q{
-env['task']['tap/tasks/dump']
+env[:task][:dump]
 Tap::Tasks::Dump
 app.info
 &quot;state: 0 (READY) queue: 0&quot;</diff>
      <filename>tap/test/cmd/console_cmd.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>36fcf1829d18a94ab9d8e6f29b5d58e6987b5fa9</id>
    </parent>
  </parents>
  <author>
    <name>Simon Chiang</name>
    <email>simon.a.chiang@gmail.com</email>
  </author>
  <url>http://github.com/bahuvrihi/tap/commit/4d02b6cb272ad8cd8ca6d831a4caf074a599594f</url>
  <id>4d02b6cb272ad8cd8ca6d831a4caf074a599594f</id>
  <committed-date>2009-05-25T13:10:53-07:00</committed-date>
  <authored-date>2009-05-25T13:10:53-07:00</authored-date>
  <message>tweaks and updates for 0.17.0 release</message>
  <tree>b4f2c9e48a106e9f5afd296526fd7fecf8d52e52</tree>
  <committer>
    <name>Simon Chiang</name>
    <email>simon.a.chiang@gmail.com</email>
  </committer>
</commit>
