Update of /cvsroot/springnet/Spring.Net
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8484
Modified Files:
Spring.Net.1.1.2005.sln changelog.txt readme.txt
Log Message:
update docs with dates/links
update readme/changelog
fix 1.1 solution/projects
Index: changelog.txt
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/changelog.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** changelog.txt 9 Aug 2007 06:50:15 -0000 1.26
--- changelog.txt 11 Oct 2007 16:05:49 -0000 1.27
***************
*** 3,6 ****
--- 3,81 ----
http://www.springframework.net
+ Release 1.1 RC2, October 15, 2007
+
+ Bug
+
+ [SPRNET-297] - Cannot proxy ODP.NET OracleConnection
+ [SPRNET-500] - ProxyFactoryObject attempts to add all interfaces target implements even if ProxyInterfaces property is set
+ [SPRNET-659] - Page doesn't allow to specify neutral cultures for CultureResolver
+ [SPRNET-664] - Add description and show usage of Spring's WebSupportModule to documentation.
+ [SPRNET-667] - Update Common.Logging documentation to point to NetCommon sourceforge project web site.
+ [SPRNET-684] - Remove duplicate logging when completing transaction after thrown exception.
+ [SPRNET-685] - Rethrow exception during transaction manager rollback or commit and log correctly.
+ [SPRNET-686] - CacheResultAdvice should cache 'null' return values
+ [SPRNET-687] - AspNetCache does not differentiate cache-keys if several instances with different names exist
+ [SPRNET-688] - Registered transaction syncrhonizations should not have to implement IComparator. Add support for implemented Spring's IOrdered interface (optional).
+ [SPRNET-690] - AbstractSpringContextTests is not caching ApplicationContexts
+ [SPRNET-692] - Incorrect metadata in dbproviders.xml for parameterDbTypeProperty for OracleODP-2.0
+ [SPRNET-696] - AbstractMessageSource messes parameters when calling ParentMessageSource
+ [SPRNET-704] - UserControl's SharedState doesn't reload after changing/recompiling .ascx file
+ [SPRNET-706] - Page.DataBound and Page.DataUnbound events are only raised if Binding collection is not empty
+ [SPRNET-709] - SpEL fails evaluating expression
+ [SPRNET-710] - DotNetMock based AbstractMessageSourceTests and MessageSourceAccessorTests have both "false positives" and "false negatives"
+ [SPRNET-714] - SessionFactory not bound to thread local storage if DbProvider for HibernateTransactionManager is null
+ [SPRNET-715] - SpringSessionSynchronization did not close hibernate session with a nested transaction with TransactionPropagation.NotSupported
+ [SPRNET-716] - Create new session if thread local storage SessionHolder is marked as SyncrhonizedWithTransaction.
+ [SPRNET-721] - Intercept all target interfaces when using an introduction with ObjectNameAutoProxyCreator
+ [SPRNET-722] - ReflectionUtils.getMostSpecificMethod() throws exception when handling Generic methods with the same parameter signature and different generic types
+ [SPRNET-725] - Concurrency problem with Spring.Expressions.PropertyOrFieldNode.Set()/.Get()
+ [SPRNET-727] - MethodMatchTransactionAttributeSource does not correctly return transaction attributes on candidate target object if method registered using MethodInfo object is based on an interface
+ [SPRNET-728] - Add missing ExecuteFind<T> method on IHibernateOperations interface
+ [SPRNET-731] - OSIV configuration doesn't work as described in reference docs
+ [SPRNET-733] - PropertyOverrideConfigurer on abstract object definition does not work
+ [SPRNET-734] - Northwind FulfillmentServiceTests are broken
+ [SPRNET-739] - fix NHibernate12 solution + nant build script
+ [SPRNET-746] - StoredProcedure class doesn't return sproc return value in result dictionary
+ [SPRNET-749] - AdoTempate's QueryCallback did not property extract return or output values from stored procedure.
+ [SPRNET-750] - Add the property UseParameterPrefixInSql to IDbMetadata
+
+ Improvement
+
+ [SPRNET-301] - Add IInstantiationAwareObjectPostProcessor functionality
+ [SPRNET-399] - Simplify custom config parser registration
+ [SPRNET-454] - PropertyPlaceholderConfigurer should be able to modify the values within expression elements
+ [SPRNET-485] - Add logging of transaction definition name and description when creating new transaction.
+ [SPRNET-486] - Provide better logging information in TransactionSynchronizationManager to identify ConnectionHolder, DbProvider and thread name
+ [SPRNET-679] - ResourceManagerConverter should throw a sensible exception in case of missing App_GlobalResources
+ [SPRNET-683] - Change type of "TimeToLive" parameter in ICache.Insert from int to TimeSpan
+ [SPRNET-697] - Refactor SessionScope initialization strategy
+ [SPRNET-705] - Page.SharedState must be discarded by PageHandler after .aspx recompile
+ [SPRNET-712] - Change ICache interface to be the least common denominator of potential cache implementations
+ [SPRNET-717] - Add default transaction timeout property on AbstractPlatformTransactionManager
+ [SPRNET-718] - Make node classes in SpEL public to allow for node traveral.
+ [SPRNET-720] - Change ObjectNameAutoProxyCreator default behavior to proxy the product of a IFactoryObject and not the IFactoryObject itself
+ [SPRNET-729] - Improve API documentation in NHibernate12 project using comment-checker program
+ [SPRNET-730] - Make current AppDomain's config file the default for RemotingConfigurer if filename==null
+ [SPRNET-732] - CollectionValidator should allow validation of any IEnumerable type
+ [SPRNET-740] - SpEL doesn't accept unicode characters
+ [SPRNET-742] - Exception handling aspect supports using SpEL expression as filtering condition as alternative to use of exception name.
+ [SPRNET-745] - Improved PropertyOverrideConfigurer to support 'ref' and 'expression' values override
+
+
+ New Feature
+
+ [SPRNET-344] - Add the ability to bind to collections to data binding framework
+ [SPRNET-614] - Logging aspect based on Common.Logging
+ [SPRNET-693] - Add MultiDelegatingDbProvider to main distribution to support easy access to multiple databases selected at runtime.
+ [SPRNET-748] - Retry Advice
+
+ Task
+
+ [SPRNET-495] - Add information on how to configure Spring under IIS7 to reference documentation
+ [SPRNET-544] - Update to use Common.Logging 1.2
+ [SPRNET-736] - Remove NHibernate integrations from CVS Integration module
+ [SPRNET-738] - Document configuring aop Namespace parser
+ [SPRNET-747] - Add description of how to do assembly redirects for database assemblies.
+
Release 1.1 RC1, August 10, 2007
Index: Spring.Net.1.1.2005.sln
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/Spring.Net.1.1.2005.sln,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Spring.Net.1.1.2005.sln 29 Sep 2007 17:31:54 -0000 1.15
--- Spring.Net.1.1.2005.sln 11 Oct 2007 16:05:49 -0000 1.16
***************
*** 15,18 ****
--- 15,21 ----
Spring.include = Spring.include
EndProjectSection
+ ProjectSection(SolutionItems) = preProject
+ Spring.build = Spring.build
+ EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Services.2005", "src\Spring\Spring.Services\Spring.Services.2005.csproj", "{B58E34CF-6E70-481D-AC87-1BC2D13C21FB}"
Index: readme.txt
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/readme.txt,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** readme.txt 9 Aug 2007 20:03:54 -0000 1.31
--- readme.txt 11 Oct 2007 16:05:49 -0000 1.32
***************
*** 1,3 ****
! THE SPRING.NET FRAMEWORK, Release 1.1 Release Candidate 1 (RC1) (August 10, 2007)
--------------------------------------------------------------------
http://www.springframework.net/
--- 1,3 ----
! THE SPRING.NET FRAMEWORK, Release 1.1 Release Candidate 1 (RC2) (October 15, 2007)
--------------------------------------------------------------------
http://www.springframework.net/
|