IBatisNet DataAccess Change Log
------------------------------
1.6.1 - 01/March/2007 BETA
------------------------------
- Support for DataMapper 1.6.1
------------------------------
1.6.0 - 01/Feb/2007 BETA
------------------------------
- Support for DataMapper 1.6.0
------------------------------
1.8.1 - 27/07/2006 GA
------------------------------
- Support for DataMapper 1.5.1
------------------------------
1.8 - 05/07/2006 BETA
------------------------------
- Added IDaoManager interface to simplify mock or stub, methods returning DaoManager instance now return IDaoManager DaoManager.
------------------------------
1.7 - 15/12/2005
------------------------------
- Updated to log4net V1.2.9
- Updated to Castle.DynamicProxy V1.1.5.0
- Re-add signing on assembly
- Added custom logger support, IBATIS now need a custom section in your application config file
Exemple (for log4NET) :
- Removes use of Xml serilization for loading config, boost init
- IBATISNET-102 Calling DaoManager in different threads causes an Exception
- Allow Intellisense in Visual Studio 2003 for Dao.config file
- Updated schemas header
dao.config
providers.config
------------------------------
1.6.1 - 10-June-2005
------------------------------
- Fixed JIRA-38 Removed use of innerXml since properties node could be null/missing
- Improvement JIRA-75/63
( To resolve IBATISNET-63 )
- Added new API to DomDaoManagerBuilder.Configure(...)[old API DaoManager.Configure(...) are marked as obsolete]
- Added New syntax to configure daoSessionHandler (old is too supported)
- Re-Add providers tag (optional) in Dao.Config
- Fixed JIRA-69 Added support for global setting in ressource and url attribute (JIRA-69)