You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2005/08/17 19:10:56 UTC

svn commit: r233206 - in /ibatis/trunk/cs/mapper: IBatisNet.Common/ IBatisNet.DataAccess/ IBatisNet.DataMapper/

Author: gbayon
Date: Wed Aug 17 10:10:44 2005
New Revision: 233206

URL: http://svn.apache.org/viewcvs?rev=233206&view=rev
Log:
- Updated change log
- Re-added signing on assembly

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.Common/ChangeLog.txt
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs?rev=233206&r1=233205&r2=233206&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs Wed Aug 17 10:10:44 2005
@@ -60,5 +60,5 @@
 //
 [assembly: AssemblyDelaySign(false)]
 [assembly: AssemblyKeyName("")]
-//[assembly: AssemblyKeyFile("..\\..\\AssemblyKey.snk")]
-[assembly: AssemblyKeyFile("")]
\ No newline at end of file
+[assembly: AssemblyKeyFile("..\\..\\AssemblyKey.snk")]
+//[assembly: AssemblyKeyFile("")]
\ No newline at end of file

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/ChangeLog.txt
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/ChangeLog.txt?rev=233206&r1=233205&r2=233206&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/ChangeLog.txt (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/ChangeLog.txt Wed Aug 17 10:10:44 2005
@@ -1,7 +1,13 @@
 IBatisNet Common Change Log
 
 ------------------------------
-1.2.* - XX/XX/XXXX
+1.3 - XX/XX/XXXX
+------------------------------
+- Re-add signing on assembly 
+- Added custom logger support
+
+------------------------------
+1.2.0 - 10/07/2005
 ------------------------------
 - Added Resources.BaseDirectory (name of the directory used to probe the assemblies.) 
 - Renamed Resources.RootApplication to Resources.ApplicationBase in IBatisNet.Common.Utilities 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs?rev=233206&r1=233205&r2=233206&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs Wed Aug 17 10:10:44 2005
@@ -58,5 +58,5 @@
 //
 [assembly: AssemblyDelaySign(false)]
 [assembly: AssemblyKeyName("")]
-//[assembly: AssemblyKeyFile("..\\..\\AssemblyKey.snk")]
-[assembly: AssemblyKeyFile("")]
\ No newline at end of file
+[assembly: AssemblyKeyFile("..\\..\\AssemblyKey.snk")]
+//[assembly: AssemblyKeyFile("")]
\ No newline at end of file

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt?rev=233206&r1=233205&r2=233206&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/ChangeLog.txt Wed Aug 17 10:10:44 2005
@@ -3,6 +3,8 @@
 ------------------------------
 1.7 - XX/XX/XXXX
 ------------------------------
+- Re-add signing on assembly 
+- Added custom logger support
 - Removes use of Xml serilization for loading config, boost init
 - IBATISNET-102 Calling DaoManager in different threads causes an Exception
 

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs?rev=233206&r1=233205&r2=233206&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs Wed Aug 17 10:10:44 2005
@@ -58,5 +58,5 @@
 //
 [assembly: AssemblyDelaySign(false)]
 [assembly: AssemblyKeyName("")]
-//[assembly: AssemblyKeyFile("..\\..\\AssemblyKey.snk")]
-[assembly: AssemblyKeyFile("")]
\ No newline at end of file
+[assembly: AssemblyKeyFile("..\\..\\AssemblyKey.snk")]
+//[assembly: AssemblyKeyFile("")]
\ No newline at end of file

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt?rev=233206&r1=233205&r2=233206&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/ChangeLog.txt Wed Aug 17 10:10:44 2005
@@ -3,16 +3,18 @@
 ------------------------------
 1.3 - XX/XX/XXXX
 ------------------------------
+- Re-add signing on assembly 
 - Added custom logger support
 - Removes use of Xml serilization for loading config, boost init
 - Improved caching process & performance
-- IBATISNET-97 Improved support for caching null results
-- IBATISNET-96 Added Informix .NET Provider 2.81 support (Anderson Gomes)
-- IBATISNET-94 Issue with DaoManager init
-- IBATISNET-92 Check selectKey's property attribute for writeability during mapper initialization
-- IBATISNET-91 Added Cach flush on ExecuteQueryForObject
-- IBATISNET-82 Added DomDaoManagerBuilder.Configure(XmlDocument document) 
-- IBATISNET-77 Allow Intellisense in Visual Studio 2003 for SqlMap/Dao.config/SqlMap.config files 
+- Fixed IBATISNET-58 Allow all attributes in SqlMap.config file to be aware of ${xyz} properties
+- Fixed IBATISNET-97 Improved support for caching null results
+- Fixed IBATISNET-96 Added Informix .NET Provider 2.81 support (Anderson Gomes)
+- Fixed IBATISNET-94 Issue with DaoManager init
+- Fixed IBATISNET-92 Check selectKey's property attribute for writeability during mapper initialization
+- Fixed IBATISNET-91 Added Cach flush on ExecuteQueryForObject
+- Fixed IBATISNET-82 Added DomDaoManagerBuilder.Configure(XmlDocument document) 
+- Fixed IBATISNET-77 Allow Intellisense in Visual Studio 2003 for SqlMap/Dao.config/SqlMap.config files 
 
 ------------------------------
 1.2.1 - 10/07/2005