You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by cb...@apache.org on 2008/03/25 17:59:40 UTC

svn commit: r640896 - in /ibatis/trunk/site/pages: index.vm javadownloads.vm

Author: cbegin
Date: Tue Mar 25 09:59:31 2008
New Revision: 640896

URL: http://svn.apache.org/viewvc?rev=640896&view=rev
Log:
updated for 2.3.1 release

Modified:
    ibatis/trunk/site/pages/index.vm
    ibatis/trunk/site/pages/javadownloads.vm

Modified: ibatis/trunk/site/pages/index.vm
URL: http://svn.apache.org/viewvc/ibatis/trunk/site/pages/index.vm?rev=640896&r1=640895&r2=640896&view=diff
==============================================================================
--- ibatis/trunk/site/pages/index.vm (original)
+++ ibatis/trunk/site/pages/index.vm Tue Mar 25 09:59:31 2008
@@ -49,6 +49,10 @@
 
   <h2>News</h2>
   
+<h3>iBATIS 2.3.1 Beta Available</h3>
+<p>(March 25, 2008) This is a long overdue maintenance release.  Fixes about 20 issues and includes two significant improvements.  The first is the elimination of the Throttle.  Originally included to artificially constrain threads, requests, and transactions to improve performance on certain infrastructure.  It's not as much of an issue anymore and today the Throttle caused more problems than it solved.  So bye-bye.  :-)  The only real impact you'll see is that the maxSessions/maxTransactions/maxRequests no longer have any effect whatsoever.  They remain in the DTD only for backward compatibility.  The other new change is built-in support for enums out of the box!  It's currently a Beta release as per our process.  But if all goes well over the next week or two, we'll vote to promote it to GA.  The best thing you can do is test it out for us!
+<p><b><a href="javadownloads.cgi">So go get the 2.3.1 Beta from the Java downloads page now!</a></b></p>
+
 <h3>Abator 1.1 Available</h3>
 <p>(March 20, 2008) Abator version 1.1 is available.  This version has quite a few minor enhancements,
  two major enhancements (two new methods can be generated), and a few bug fixes.  Check it out

Modified: ibatis/trunk/site/pages/javadownloads.vm
URL: http://svn.apache.org/viewvc/ibatis/trunk/site/pages/javadownloads.vm?rev=640896&r1=640895&r2=640896&view=diff
==============================================================================
--- ibatis/trunk/site/pages/javadownloads.vm (original)
+++ ibatis/trunk/site/pages/javadownloads.vm Tue Mar 25 09:59:31 2008
@@ -10,16 +10,30 @@
 <table cellpadding="0" cellspacing="0" border="0">
   <tr>
     <td rowspan="2" width="70%">
-      <h4>Current Release</h4>
-      <p>iBATIS 2.3.0 is the current and best release.  It is also the first iBATIS release that
-         does not include the DAO framework (see sidebar for more).</p>
+      <h4>Current Release 2.3.0</h4>
       <ul>
-        <li><a href="[preferred]/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip"><b>iBATIS Java 2.3.0
-          Binaries, Source, and Documentation</b></a> (Dec 1, 2006)
-          [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip.md5">MD5</a>]
-          [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip.asc">PGP</a>]
-          [Status: General Availability]
-          <a href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12312035&styleName=Text&projectId=10601&Create=Create">Release Notes</a>
+        <li>
+		<a href="[preferred]/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip"><b>Download iBATIS Java 2.3.0</b></a>
+        <br/> Includes binaries, source, and documentation
+        <br/>[Status: General Availability | Dec 1, 2006]
+        <br/>
+		[<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip.md5">MD5</a>]
+         [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip.asc">PGP</a>]         
+         <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10601&styleName=Html&version=12312035">Release Notes</a>
+         </li>
+      </ul>
+
+      <h4>Beta Release  2.3.1</h4>
+      <ul>
+        <li>
+		  <a href="[preferred]/ibatis/binaries/ibatis.java/ibatis-2.3.1.710.zip"><b>Download iBATIS Java 2.3.1</b></a> 
+          <br/> Includes binaries, source, and documentation
+		  <br/> [Status: Beta | Mar 25, 2008]
+		  <br/>
+           [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.1.710.zip.md5">MD5</a>]
+           [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.1.710.zip.asc">PGP</a>]
+           
+          <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10601&styleName=Html&version=12312222">Release Notes</a>
         </li>
       </ul>