Update of /cvsroot/springnet/Spring.Net
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv27773
Modified Files:
Spring.build changelog.txt readme.txt
Log Message:
update version number to 1.1.2
Index: changelog.txt
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/changelog.txt,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** changelog.txt 7 Apr 2008 12:00:01 -0000 1.37
--- changelog.txt 2 May 2008 20:40:58 -0000 1.38
***************
*** 3,6 ****
--- 3,31 ----
http://www.springframework.net
+ Release 1.1.2, May 5, 2008
+
+
+
+ Bug
+
+ [SPRNET-930] - Validation user controls not rendering errors.
+ [SPRNET-931] - PreviousPage property is not set correctly during Server.Transfer
+
+ Improvement
+
+ [SPRNET-558] - Enable Data Validation and Model Management for UserControl
+ [SPRNET-785] - SessionScope / OSIV should obtain 1 EntityInterceptor per Session instance
+ [SPRNET-926] - Add PessimisticLockingFailureException as base class for CannotAcquireLockException, CannotSerializeTransactionException, and DeadlockLoserDataAccessException.
+ [SPRNET-927] - NHibernate Exception mapping improvements.
+ [SPRNET-932] - Create signed DLLs in debug build configuration
+ [SPRNET-933] - Support MethodInjection for objects declared inside the WebApplicationContext
+ [SPRNET-935] - Release DLLs built with /DEBUG:pdbonly
+
+ Task
+
+ [SPRNET-925] - Update documentation for DI in ASP.NET regarding use of name attribute and object definition inheritance
+
+
+
Release 1.1.1, April 7, 2008
Index: readme.txt
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/readme.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** readme.txt 29 Apr 2008 04:06:01 -0000 1.36
--- readme.txt 2 May 2008 20:40:58 -0000 1.37
***************
*** 1,3 ****
! THE SPRING.NET FRAMEWORK, Release 1.1.1 (April 7, 2007)
--------------------------------------------------------------------
http://www.springframework.net/
--- 1,3 ----
! THE SPRING.NET FRAMEWORK, Release 1.1.2 (March 5, 2008)
--------------------------------------------------------------------
http://www.springframework.net/
***************
*** 47,50 ****
--- 47,52 ----
* "examples" contains sample applications.
+ debug build is done using /DEBUG:full and release build using /DEBUG:pdbonly flags.
+
The VS.NET solution for the framework and examples are provided.
***************
*** 120,124 ****
There are three solution file for different version of VS.NET
! * Spring.Net.1.0.2002.sln for use with VS.NET 2002 (Core/AOP only)
* Spring.Net.1.1.2003.sln for use with VS.NET 2003
* Spring.Net.1.1.2005.sln for use with VS.NET 2005
--- 122,126 ----
There are three solution file for different version of VS.NET
! * Spring.Net.1.0.2002.sln for use with VS.NET 2002
* Spring.Net.1.1.2003.sln for use with VS.NET 2003
* Spring.Net.1.1.2005.sln for use with VS.NET 2005
Index: Spring.build
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/Spring.build,v
retrieving revision 1.198
retrieving revision 1.199
diff -C2 -d -r1.198 -r1.199
*** Spring.build 2 May 2008 20:34:40 -0000 1.198
--- Spring.build 2 May 2008 20:40:58 -0000 1.199
***************
*** 15,19 ****
<include buildfile="${spring.basedir}/Spring.include"/>
! <property name="package.version" value="1.1.1" unless="${property::exists('project.version')}"/>
<property name="using-clover" value="false"/>
<!-- change this to sync the sdk doc version generated -->
--- 15,19 ----
<include buildfile="${spring.basedir}/Spring.include"/>
! <property name="package.version" value="1.1.2" unless="${property::exists('project.version')}"/>
<property name="using-clover" value="false"/>
<!-- change this to sync the sdk doc version generated -->
***************
*** 676,680 ****
<!-- ignore Mono 2.0 for now -->
! <!-- call target="${nant.target.root.name}-mono-2.0" / -->
</target>
--- 676,680 ----
<!-- ignore Mono 2.0 for now -->
! <!-- call target="${nant.target.root.name}-mono-2.0" / -->
</target>
|