You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ja...@apache.org on 2011/04/27 20:27:43 UTC

svn commit: r1097198 - /shindig/trunk/pom.xml

Author: jasvir
Date: Wed Apr 27 18:27:43 2011
New Revision: 1097198

URL: http://svn.apache.org/viewvc?rev=1097198&view=rev
Log:
This release includes
* compatibility on IE for HTML5 elements
* fix for parsing long hexadecimals in input js
* fix for parsing numbers expressed in exponent syntax
* new method for rendering doctypes
* preserve xmlns declarations in the DOM
* fixes escaping bug in escaping text spans
* shindig friendly .opt naming convention for minified js
* small change to the tame api
* implements a client side module cache
* fixes text node taming for IE
* changes to html-sanitizer to reduce its footprint (API change)
* adds unsafe render method to Nodes that renders comments
* quick fix for concurrency issues using WeakHashMaps by switching to mapmaker
from google collections.
* minifier bug fix
* strict mode parsing directive bug fix


Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1097198&r1=1097197&r2=1097198&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Apr 27 18:27:43 2011
@@ -1510,7 +1510,7 @@
      <dependency>
        <groupId>caja</groupId>
        <artifactId>caja</artifactId>
-       <version>r4417</version>
+       <version>r4452</version>
        <scope>compile</scope>
        <exclusions>
          <!-- force use of xml-apis until caja fixes their pom -->