Skip to content

Commit

Permalink
* documentation(release): add release note for 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xael-fry committed Mar 8, 2016
1 parent 24b1421 commit 9bd0bbe
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
4 changes: 3 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.3.2* documentation. Check the "version 1.3.2. release notes":releasenotes-1.3.2.
Welcome to the *Play framework 1.3.4* documentation. Check the "version 1.3.4. release notes":releasenotes-1.3.4.

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

Expand Down Expand Up @@ -188,6 +188,8 @@ h2. <a name="versionnotes">Version notes</a>

New versions of Play include certain changes. Check older release notes for:

# "Play 1.3.4":releasenotes-1.3.4
# "Play 1.3.3":releasenotes-1.3.3
# "Play 1.3.2":releasenotes-1.3.2
# "Play 1.3.1":releasenotes-1.3.1
# "Play 1.3.0":releasenotes-1.3.0
Expand Down
32 changes: 32 additions & 0 deletions documentation/manual/releasenotes-1.3.4.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
h1. Play 1.3.4 -- Release notes

Play 1.3.4 has been released of the 1.3.x maintenance branch.

The changes in this release are listed in the "Play 1.3.4 milestone":https://github.com/playframework/play1/wiki/Changelogs#play-134, including 22 resolved tickets.
Play 1.3.4 is a maintenance release so it mostly contains bug fixes. The most important are:

h2. What's fixed in Play 1.3.4

* Fix vulnerabilty : Escape flash message in the secure module (login page)
* "#2008":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2008-error-while-binding-an-enumset Error while binding an EnumSet
* "#2011":https://play.lighthouseapp.com/projects/57987/tickets/2011-support-double-semicolon-escaping-in-evolution-scripts) Support "double semicolon" escaping in evolution scripts
* "#2007":https://play.lighthouseapp.com/projects/57987/tickets/2007 JPA classloader issues with precompiled app
* "#2014":https://play.lighthouseapp.com/projects/57987/tickets/2014 Message not appear correctly in secure module
* "#1934":https://play.lighthouseapp.com/projects/57987/tickets/193) feat(controller): Support for non-static controller methods - they are easier to mock/unit-test
* "#2009":https://play.lighthouseapp.com/projects/57987/tickets/2009 Field name detection in 'attachment'
* "#2017":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2017 Use StringBuilder instead of StringBuffer
* "#2016":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2016 default value of "XForwardedOverwriteDomainAndPort" setting should be false
* "#1979":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/1979 Improve performance of Play!
* "#2021":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2021 Optimize usage of StringBuilder
* "#2022":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2022 Add missing @Override annotations
* "#2020":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2020 Avoid multiple creation of new arrays/maps
* "#2027":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2027 Cache method Lang.getLocale()
* "#2015":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2015 i18n tag only restore the first % character
* "#2034":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2034 add hibernate-ehcache jar to be able to use ehcache as second level cache
* "#2026":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2026 Blob: missing methods implemented to support (2nd level) caching
* "#1947":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/1948 Job::withinFilter Only Calls First PlayPlugin Filter It Finds. (Invoker Calls All Filters)
* "#1948":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/1948 Invoker.Invocation::run executes action once per plugin
* "#2035":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2035 MakeWS.getString() returning same result on every call
* "#2019":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2019 Make method Cache.clear() null-safe
* "#2018":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2018 Class caches added
* "#2036":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2036 Force secure reverse routes config

0 comments on commit 9bd0bbe

Please sign in to comment.