Skip to content

Commit

Permalink
* documentation(1.4.3): add release note for 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xael-fry committed Aug 19, 2016
1 parent f6f6105 commit fc9f27c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/manual/home.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
h1. Documentation

Welcome to the *Play framework 1.4.0* documentation. Check the "version 1.4.0. release notes":releasenotes-1.4.0.
Welcome to the *Play framework 1.4.3* documentation. Check the "version 1.4.3. release notes":releases/release1.4.x/releasenotes-1.4.3.

h2. <a name="started">Getting started</a>

Expand Down Expand Up @@ -189,6 +189,7 @@ h2. <a name="versionnotes">Version notes</a>
New versions of Play include certain changes. Check older release notes for:

# "About Play releases":releases/releases
# "Play 1.4.3":releases/release1.4.x/releasenotes-1.4.3
# "Play 1.4.2":releases/release1.4.x/releasenotes-1.4.2
# "Play 1.4.1":releases/release1.4.x/releasenotes-1.4.1
# "Play 1.4.0":releases/release1.4.x/releasenotes-1.4.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
h1. Play 1.4.3 -- Release notes

Play 1.4.3 has been released of the 1.4.x maintenance branch.

The changes in this release are listed in the "Play 1.4.3 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/219451-143 on Lighthouse and "1.4.3 on github":https://github.com/playframework/play1/milestone/2?closed=1,
including 27 resolved tickets.

h2. What's new in Play 1.4.3

* "#2055":https://play.lighthouseapp.com/projects/57987/tickets/2055 Upgrade dependency joda-time (from 2.9.2 to 2.9.4)
* "#2056":https://play.lighthouseapp.com/projects/57987/tickets/2056 Upgrade Groovy to 2.4.7
* "#986":https://github.com/playframework/play1/issues/986 Update selenium to 2.53

h2. What's fixed in Play 1.4.3

* "#2040":https://play.lighthouseapp.com/projects/57987/tickets/2040-concurrentmodificationexception-in-groovytemplatecompilerendtag ConcurrentModificationException in GroovyTemplateCompiler.endTag
* "#2042":https://play.lighthouseapp.com/projects/57987/tickets/2042 Upgrade dependencies
* "#2044":https://play.lighthouseapp.com/projects/57987/tickets/2044 support empty values in validation error arguments
* "#2049":https://play.lighthouseapp.com/projects/57987/tickets/2049 Some resultsets are not close in Evolutions causing some leak
* "#2050":https://play.lighthouseapp.com/projects/57987/tickets/2050 Update dep for netty and async-http
* "#2051, #1667":https://play.lighthouseapp.com/projects/57987/tickets/2051 Avoid to call @Util and @Catch controller methods directly using a http request
* "#2057":https://play.lighthouseapp.com/projects/57987/tickets/2057 Remove dependency on commons-collections
* "#2052":https://play.lighthouseapp.com/projects/57987/tickets/2052 session.put() works incorrectly with null objects
* "#2058":https://play.lighthouseapp.com/projects/57987/tickets/2058 KeyError: 'disable_random_jpda' in application.check_jpda
* "#984":https://github.com/playframework/play1/issues/984 Play framework should log every time when application restart happens (in dev mode)
* "#982":https://github.com/playframework/play1/issues/982 `play build-module` command should exit with error code if build failed
* fix UnexpectedException.getErrorDescription(): write error message in any case
* "#2059":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2059 Rework place of release note of documentation
* Upgrade Apache Ant 1.9.6 -> 1.9.7
* "#987":https://github.com/playframework/play1/pull/987 Don't swallow exceptions in binder
* "#2048":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2048 upgrade to cglib 3.2.2
* "#2053":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2053 flash method should handle value as a key message


1 change: 1 addition & 0 deletions documentation/manual/releases/releases.textile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ You can download Play releases "here":https://www.playframework.com/download. Ea

h2. Play 1.4.x

# "Play 1.4.3":release1.4.x/releasenotes-1.4.3
# "Play 1.4.2":release1.4.x/releasenotes-1.4.2
# "Play 1.4.1":release1.4.x/releasenotes-1.4.1
# "Play 1.4.0":release1.4.x/releasenotes-1.4.0
Expand Down

0 comments on commit fc9f27c

Please sign in to comment.