SHL-149 Upgrade to Spring Framework 4.

* update changelog
* update sample app to reference to be released 1.1.RC3 shell
* fix version in sample app readme
This commit is contained in:
mpollack
2014-05-16 15:51:10 -04:00
parent 2244157ba0
commit 29a489b156
4 changed files with 15 additions and 4 deletions

View File

@@ -5,7 +5,18 @@ http://www.springsource.org/spring-shell
Commit changelog: http://github.com/SpringSource/spring-shell/tree/[version]
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10361
Changes in version 1.1 RC1 (2014-4-15)
Changes in version 1.1 RC3 (2014-5-16)
--------------------------------------
** Bug
* [SHL-140] - Fix completions for the "help" builtin command
** Improvement
* [SHL-134] - Grab the entire input line as parameter to CliCommand
* [SHL-139] - Add support for common escapes
* [SHL-143] - Upgrade to gradle 1.11
* [SHL-149] - Upgrad to Spring Framework 4
Changes in version 1.1 RC2 (2014-4-15)
--------------------------------------
** Bug
* [SHL-133] - Shell command "! ls /tmp" fails