<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,28 @@
+* 0.16.6
+
+New Features:
+* More colour schemes: blue, brown, scarlet red, and plum.
+  (From Jason Blevins)
+* History Pages: created a history page for each wiki page.
+  Link to it and to the &quot;Diff&quot; page from &quot;Recently Revised&quot;.
+  (from Jason Blevins)
+* Support for SVG clipping paths
+  (requested by Andrew Stacey)
+* Updated for itex2MML 1.3.8. (You should
+  upgrade that, as well.) Support for blackboard bold lowercase
+  letters and digits.
+
+Bugs Fixed:
+* Fixed several bugs in Maruku, where &quot;greedy&quot; regexps
+  could lead to exponential slowdown on certain inputs.
+* Fixed a bug in listing/deleting links to uploaded video and
+  audio files.
+* Fixed some caching bugs.
+* Removed the defunct list.dsbl.org from anti-spam dnsbl lookups.
+* Resolved a conflict between form_spam_protect plugin and IE7.
+  (thanks to Jason Blevins)
+
+------------------------------------------------------------------------------
 * 0.16.5: Rails 2.3.2
 
 * Runs on the Stable Release, Rails 2.3.2.</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -258,7 +258,7 @@ module Instiki
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 16
-    TINY  = 5 
+    TINY  = 6 
     SUFFIX = '(MML+)'
     PRERELEASE =  false
     if PRERELEASE</diff>
      <filename>app/controllers/application_controller.rb</filename>
    </modified>
    <modified>
      <diff>@@ -69,7 +69,7 @@ module ActionView
           }
         ]
 
-        kode = &quot;var pos=document;while(pos.lastChild.nodeType==1)pos=pos.lastChild;var hiddenfield=document.createElement('input');hiddenfield.setAttribute('type','hidden');hiddenfield.setAttribute('name','_form_key');hiddenfield.setAttribute('value','&quot;+form_key+&quot;');pos.parentNode.appendChild(hiddenfield);&quot;
+        kode = &quot;var pos=document.documentElement;while(pos &amp;&amp; pos.lastChild &amp;&amp; pos.lastChild.nodeType==1)pos=pos.lastChild;var hiddenfield=document.createElement('input');hiddenfield.setAttribute('type','hidden');hiddenfield.setAttribute('name','_form_key');hiddenfield.setAttribute('value','&quot;+form_key+&quot;');pos.parentNode.appendChild(hiddenfield);null;&quot;
 
         max_length = kode.length+1 unless max_length&gt;kode.length
 
@@ -82,8 +82,8 @@ module ActionView
           js = &quot;var kode=\n&quot;+js_wrap_quote(js_dbl_quote(kode),79)
           js = js+&quot;\n;var i,c,x;while(eval(kode));&quot;
           js = &quot;function hivelogic_enkoder(){&quot;+js+&quot;}hivelogic_enkoder();&quot;
-          js = '&lt;script type=&quot;text/javascript&quot;&gt;'+&quot;\n/* &lt;![CDATA[ */\n&quot;+js
-          js = js+&quot;\n/* ]]&gt; */\n&lt;/script&gt;\n&quot;
+          js = '&lt;script type=&quot;text/javascript&quot;&gt;'+&quot;\n&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--\n&quot;+js
+          js = js+&quot;\n//--&gt;&lt;!]]&gt;\n&lt;/script&gt;\n&quot;
           result = js unless result.length&gt;max_length
         end
 </diff>
      <filename>vendor/plugins/form_spam_protection/lib/form_tag_helper_extensions.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>681065631c35fb9859eb31eeec3d9431dba60b3d</id>
    </parent>
  </parents>
  <author>
    <name>Jacques Distler</name>
    <email>distler@golem.ph.utexas.edu</email>
  </author>
  <url>http://github.com/parasew/instiki/commit/ec7141942ba1c220a7d52dca072720346d97076c</url>
  <id>ec7141942ba1c220a7d52dca072720346d97076c</id>
  <committed-date>2009-05-08T14:13:25-07:00</committed-date>
  <authored-date>2009-05-08T14:13:25-07:00</authored-date>
  <message>Instiki 0.16.6

Fix an incompatiblity between form_spam_protect and IE7.
(Thanks to Jason Blevins)
Roll a new version.</message>
  <tree>7ee4b17cc3ba3b466416611d1701748e6e4e4976</tree>
  <committer>
    <name>Jacques Distler</name>
    <email>distler@golem.ph.utexas.edu</email>
  </committer>
</commit>
