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/06/30 18:36:08 UTC

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

Author: cbegin
Date: Mon Jun 30 09:36:08 2008
New Revision: 672811

URL: http://svn.apache.org/viewvc?rev=672811&view=rev
Log:
updated with 2.3.2 GA

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=672811&r1=672810&r2=672811&view=diff
==============================================================================
--- ibatis/trunk/site/pages/index.vm (original)
+++ ibatis/trunk/site/pages/index.vm Mon Jun 30 09:36:08 2008
@@ -48,10 +48,15 @@
 </div>
 
   <h2>News</h2>
+
+<h3>iBATIS 2.3.2 Promoted to General Availability</h3>
+<p>(Jun 30, 2008) The latest version of iBATIS has been promoted to GA.  This latest version requires Java 5.  While it wasn't planned that way originally, we decided to take the plunge 
+and start to "encourage" our users to upgrade their platforms (or at least become one more reason to do so).  Sun will be discontinuing support for JDK 1.4 in about four months and 
+most of the world has already moved to Java 5.  This also allows us to include built-in support for enumerations and will better prepare you for iBATIS 3 when the time comes. </p>
+<p><b><a href="javadownloads.cgi">Get the 2.3.2 GA from the Java downloads page now!</a></b></p>
   
 <h3>iBATIS 2.3.2 Beta and German Docs</h3>
 <p>(Apr 22, 2008) I've released a small update which corrects a few logistical issues with the 2.3.1 deploy.  It's a very minor release, but this will be the next GA version if all goes well.  Thus 2.3.1 will never be GA, so get this one.  In addition to that, <b>Axel Leucht</b> has contributed documentation in German.  So now all of my co-workers at Arvato can read about iBATIS too!  ;-)   Thanks Axel.  
-<p><b><a href="javadownloads.cgi">So go get the 2.3.2 Beta from the Java downloads page now!</a></b></p>
 
 <h3>Abator Renamed to iBATOR</h3>
 <p>(April 14, 2008) Due to a trade registration dispute, Abator is renamed to iBATOR.  iBATOR is
@@ -61,7 +66,6 @@
 
 <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.  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,
@@ -93,4 +97,4 @@
 
 
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: ibatis/trunk/site/pages/javadownloads.vm
URL: http://svn.apache.org/viewvc/ibatis/trunk/site/pages/javadownloads.vm?rev=672811&r1=672810&r2=672811&view=diff
==============================================================================
--- ibatis/trunk/site/pages/javadownloads.vm (original)
+++ ibatis/trunk/site/pages/javadownloads.vm Mon Jun 30 09:36:08 2008
@@ -10,20 +10,7 @@
 <table cellpadding="0" cellspacing="0" border="0">
   <tr>
     <td rowspan="2" width="70%">
-      <h4>Current Release 2.3.0</h4>
-      <ul>
-        <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.2</h4>
+      <h4>Current Release  2.3.2 (JDK 1.5 Required)</h4>
       <ul>
         <li>
 		  <a href="[preferred]/ibatis/binaries/ibatis.java/ibatis-2.3.2.715.zip"><b>Download iBATIS Java 2.3.2</b></a> 
@@ -112,6 +99,18 @@
          of our mirrors.  It is good practice to <a href="#verify">verify</a> the integrity of the
          distributions files, especially if you are using one of our mirror sites.
       </p>
+      <h4>2.3.0 (JDK 1.4)</h4>
+	  <p>The last JDK 1.4 compatible release was 2.3.0.  It is a stable release that was in production for over a year, but obviously lacks a few features
+	  and fixes of the current release.  Sun will be <a href="http://java.sun.com/products/archive/eol.policy.html">discontinuing support</a> for JDK 1.4 in October of 2008.</p>
+      <ul>
+        <li>
+		  <a href="[preferred]/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip"><b>Download iBATIS Java 2.3.0</b></a>
+          <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>
+           <br/>[Status: General Availability | Dec 1, 2006]
+        </li>
+      </ul>
       <h4>DAO</h4>
       <p>The DAO Framework was deprecated in 2.3, but will remain permanently available
       as it was in 2.2.</p>