diff --git a/Spring.build b/Spring.build index 4d4d61f3..a52f8430 100644 --- a/Spring.build +++ b/Spring.build @@ -974,7 +974,6 @@ - @@ -1054,6 +1053,7 @@ + @@ -1064,6 +1064,8 @@ + + @@ -1338,6 +1340,10 @@ + + + + @@ -1361,6 +1367,10 @@ + + + + diff --git a/changelog.txt b/changelog.txt index b526e135..7cba6bff 100644 --- a/changelog.txt +++ b/changelog.txt @@ -28,6 +28,7 @@ Bug Improvement [SPRNET-794] - Improve web-DI performance, in particular with GridViews [SPRNET-869] - WebServiceExporter to generate WebServiceBinding attribute with WSI basic profile 1.1 by default. +[SPRNET-928] - Add nant build file and supporting tools in the release. [SPRNET-946] - Extend code example in chapter "19.4. Connection String management" of the reference documentation [SPRNET-947] - Singleton Cache Locks are too coarse grained for custom scopes (e.g. Request, Session) [SPRNET-955] - Provide better error message if dbprovider name is not found in thread local storage when using MultiDelegatingDbProvider