[Springnet-commits] Spring.Net changelog.txt,1.36,1.37
Brought to you by:
aseovic,
markpollack
From: Mark P. <mar...@us...> - 2008-04-07 12:00:07
|
Update of /cvsroot/springnet/Spring.Net In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19773 Modified Files: changelog.txt Log Message: Index: changelog.txt =================================================================== RCS file: /cvsroot/springnet/Spring.Net/changelog.txt,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** changelog.txt 4 Apr 2008 21:42:11 -0000 1.36 --- changelog.txt 7 Apr 2008 12:00:01 -0000 1.37 *************** *** 12,15 **** --- 12,16 ---- [SPRNET-576] - Allow formatting null values for .NET 2.0 Nullable Types [SPRNET-755] - SpEL method invocation fails if the same expression instance is used with two different context types + [SPRNET-607] - TypeAliasConfigurer does not work in Spring.Web applications [SPRNET-818] - Provide .NET TypeConverter for ITransactionAttribute [SPRNET-820] - spring:CheckBoxList doesn't allow for <asp:ListItem> children *************** *** 39,42 **** --- 40,44 ---- [SPRNET-902] - DbProvider ExtractError method should explicitly perform ToString operation on object returned from SpEL expression to obtain error code [SPRNET-908] - ReflectionUtils.MethodIsOnOneOfTheseInterfaces does not correctly iterate over multiple interface types + [SPRNET-920] - AbstractObjectFactory.GetObject(name,requiredType,arguments) does not propagate 'requiredType' and 'arguments' ParentObjectFactory Improvement |