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 2006/01/22 05:25:16 UTC

svn commit: r371177 - in /ibatis/trunk/java/mapper/mapper2: build/build.properties build/version.properties doc/release.txt doc/wish-list.txt

Author: cbegin
Date: Sat Jan 21 20:25:07 2006
New Revision: 371177

URL: http://svn.apache.org/viewcvs?rev=371177&view=rev
Log:
2.1.7 release

Removed:
    ibatis/trunk/java/mapper/mapper2/doc/wish-list.txt
Modified:
    ibatis/trunk/java/mapper/mapper2/build/build.properties
    ibatis/trunk/java/mapper/mapper2/build/version.properties
    ibatis/trunk/java/mapper/mapper2/doc/release.txt

Modified: ibatis/trunk/java/mapper/mapper2/build/build.properties
URL: http://svn.apache.org/viewcvs/ibatis/trunk/java/mapper/mapper2/build/build.properties?rev=371177&r1=371176&r2=371177&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/build/build.properties (original)
+++ ibatis/trunk/java/mapper/mapper2/build/build.properties Sat Jan 21 20:25:07 2006
@@ -31,6 +31,6 @@
 reports.coverage=./reports/coverage
 
 deploy.path=./exploded
-deploy.prefix=iBATIS_DBL-2.1.6.
+deploy.prefix=iBATIS_DBL-2.1.7.
 deploy.ext=.zip
 deploy.files=./deploy

Modified: ibatis/trunk/java/mapper/mapper2/build/version.properties
URL: http://svn.apache.org/viewcvs/ibatis/trunk/java/mapper/mapper2/build/version.properties?rev=371177&r1=371176&r2=371177&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/build/version.properties (original)
+++ ibatis/trunk/java/mapper/mapper2/build/version.properties Sat Jan 21 20:25:07 2006
@@ -1,5 +1,5 @@
 #Build version info
-#Sun Nov 06 11:16:16 MST 2005
-version=2.1.6
-buildDate=2005/11/06 11\:16
-buildNum=591
+#Sat Jan 21 21:08:44 MST 2006
+version=2.1.7
+buildDate=2006/01/21 21\:08
+buildNum=597

Modified: ibatis/trunk/java/mapper/mapper2/doc/release.txt
URL: http://svn.apache.org/viewcvs/ibatis/trunk/java/mapper/mapper2/doc/release.txt?rev=371177&r1=371176&r2=371177&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/doc/release.txt (original)
+++ ibatis/trunk/java/mapper/mapper2/doc/release.txt Sat Jan 21 20:25:07 2006
@@ -2,6 +2,19 @@
 Build Number: @buildNum@
 
 ------------------------------
+ 2.1.7 - Jan 21, 2006
+------------------------------
+
+ o Fixed IBATIS-218 'i' character in property names, with Turkish locale
+ o Fixed IBATIS-219 NoClassDefFoundError: oracle/toplink/sessions/UnitOfWork
+ o Fixed IBATIS-228 Exception is thrown by TransactionManager when multiple commits are issued against a started transaction.
+ o Fixed IBATIS-229 Method getWriteablePropertyNames in com.ibatis.common.beans.ComplexBeanProbe gets the readable property names
+ o Fixed IBATIS-220 Null Pointer in SqlExecutor.handleResults where ResultSet is null.
+ o Fixed IBATIS-213 SELECT statement returns unexpected result when 'groupBy' and 'nullValue' are specified in resultMaps.
+ o Fixed IBATIS-221 Can't store a List in a Map 
+ o Fixed IBATIS-223 Thread deadlock due to CacheModel.flush() 
+
+------------------------------
  2.1.6 - Nov 5, 2005
 ------------------------------