You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ck...@apache.org on 2011/01/18 02:13:10 UTC

svn commit: r1060154 - /abdera/site/trunk/index.html

Author: ckoppelt
Date: Tue Jan 18 01:13:09 2011
New Revision: 1060154

URL: http://svn.apache.org/viewvc?rev=1060154&view=rev
Log:
added changes for 1.1.1 and 1.1.2 to index.html

Modified:
    abdera/site/trunk/index.html

Modified: abdera/site/trunk/index.html
URL: http://svn.apache.org/viewvc/abdera/site/trunk/index.html?rev=1060154&r1=1060153&r2=1060154&view=diff
==============================================================================
--- abdera/site/trunk/index.html (original)
+++ abdera/site/trunk/index.html Tue Jan 18 01:13:09 2011
@@ -51,9 +51,26 @@
 
     <dl>
       <dt>January 15, 2011: Abdera 1.1.2 <a href="#abdera.1.1.2">Released</a></dt>
-      <dd>Abdera 1.1.2 has been released, containing performance enhancements and bug fixes.</dd>
+      <dd>Abdera 1.1.2 has been released, containing performance enhancements and bug fixes:
+        <ul>
+           <li>ABDERA-278: Relax the version requirement for commons-codec in OSGi manifests</li>
+           <li>ABDERA-277: Excessive calls to flush() on the Writer responsible for writing JSONStream data</li>
+           <li>ABDERA-251: Charset issue in FOMDiv.getInternalValue() leads to corrupt return value on non-ASCII platforms</li>
+           <li>ABDERA-243: Extra characters generated for entities in XHTML</li>
+           <li>ABDERA-275: Error in Turkish Locale when using GZIP compression</li>
+           <li>ABDERA-258: Abdera needs to support IPv6</li>
+           <li>removed outdated couchdb adapter to get rid of additional maven repo</li>
+           <li>fixed potential null pointers in JSON extension</li>
+        </ul>
+      </dd>
       <dt>December 11, 2010: Abdera 1.1.1 <a href="#abdera.1.1.1">Released</a></dt>
-      <dd>Abdera 1.1.1 has been released, containing performance enhancements and bug fixes.</dd>
+      <dd>Abdera 1.1.1 has been released, containing performance enhancements and bug fixes:
+         <ul>
+             <li>ABDERA-262: EntryRequestProcessor and MediaRequestProcessor do not support POST</li>
+             <li>ABDERA-270: OSGi meta-data is broken</li>
+             <li>ABDERA-267: Major performance issue with Abdera (underlying Axiom) object model while writing Atom DOM to XmlStreamWriter</li>
+         </ul>
+      </dd>
       <dt>July 10, 2010: Abdera 1.1 <a href="#abdera.1.1">Released</a></dt>
       <dd>Abdera 1.1 has been released, containing many bug fixes.</dd>
       <dt>May 2, 2010: Abdera 1.0 <a href="#abdera.1.0">Released</a></dt>