Skip to content

Commit 63a07fd

Browse files
committed
* documentation(release): add release note for 1.4.2 and 1.3.4
1 parent bbb3f10 commit 63a07fd

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

documentation/manual/home.textile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,11 @@ h2. <a name="versionnotes">Version notes</a>
188188

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

191+
# "Play 1.4.2":releasenotes-1.4.2
192+
# "Play 1.4.1":releasenotes-1.4.1
191193
# "Play 1.4.0":releasenotes-1.4.0
194+
# "Play 1.3.4":releasenotes-1.3.4
195+
# "Play 1.3.3":releasenotes-1.3.3
192196
# "Play 1.3.2":releasenotes-1.3.2
193197
# "Play 1.3.1":releasenotes-1.3.1
194198
# "Play 1.3.0":releasenotes-1.3.0
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
h1. Play 1.3.4 -- Release notes
2+
3+
Play 1.3.4 has been released of the 1.3.x maintenance branch.
4+
5+
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.
6+
Play 1.3.4 is a maintenance release so it mostly contains bug fixes. The most important are:
7+
8+
h2. What's fixed in Play 1.3.4
9+
10+
* Fix vulnerabilty : Escape flash message in the secure module (login page)
11+
* "#2008":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2008-error-while-binding-an-enumset Error while binding an EnumSet
12+
* "#2011":https://play.lighthouseapp.com/projects/57987/tickets/2011-support-double-semicolon-escaping-in-evolution-scripts) Support "double semicolon" escaping in evolution scripts
13+
* "#2007":https://play.lighthouseapp.com/projects/57987/tickets/2007 JPA classloader issues with precompiled app
14+
* "#2014":https://play.lighthouseapp.com/projects/57987/tickets/2014 Message not appear correctly in secure module
15+
* "#1934":https://play.lighthouseapp.com/projects/57987/tickets/193) feat(controller): Support for non-static controller methods - they are easier to mock/unit-test
16+
* "#2009":https://play.lighthouseapp.com/projects/57987/tickets/2009 Field name detection in 'attachment'
17+
* "#2017":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2017 Use StringBuilder instead of StringBuffer
18+
* "#2016":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2016 default value of "XForwardedOverwriteDomainAndPort" setting should be false
19+
* "#1979":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/1979 Improve performance of Play!
20+
* "#2021":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2021 Optimize usage of StringBuilder
21+
* "#2022":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2022 Add missing @Override annotations
22+
* "#2020":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2020 Avoid multiple creation of new arrays/maps
23+
* "#2027":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2027 Cache method Lang.getLocale()
24+
* "#2015":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2015 i18n tag only restore the first % character
25+
* "#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
26+
* "#2026":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2026 Blob: missing methods implemented to support (2nd level) caching
27+
* "#1947":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/1948 Job::withinFilter Only Calls First PlayPlugin Filter It Finds. (Invoker Calls All Filters)
28+
* "#1948":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/1948 Invoker.Invocation::run executes action once per plugin
29+
* "#2035":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2035 MakeWS.getString() returning same result on every call
30+
* "#2019":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2019 Make method Cache.clear() null-safe
31+
* "#2018":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2018 Class caches added
32+
* "#2036":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2036 Force secure reverse routes config
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
h1. Play 1.4.2 -- Release notes
2+
3+
Play 1.4.2 has been released of the 1.4.x maintenance branch.
4+
5+
The changes in this release are listed in the "Play 1.4.2 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/217739-142 on Lighthouse, including 27 resolved tickets.
6+
7+
h2. What's new in Play 1.4.2
8+
9+
* "#2029":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2029) Upgrade to groovy 2.4.6
10+
* "#2027":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2027) Cache method Lang.getLocale()
11+
12+
h2. What's fixed in Play 1.4.2
13+
14+
* Fix vulnerabilty : Escape flash message in the secure module (login page)
15+
* "#2008":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2008-error-while-binding-an-enumset) Error while binding an EnumSet
16+
* "#2011":https://play.lighthouseapp.com/projects/57987/tickets/2011-support-double-semicolon-escaping-in-evolution-scripts) Support "double semicolon" escaping in evolution scripts
17+
* "#2007":https://play.lighthouseapp.com/projects/57987/tickets/2007) JPA classloader issues with precompiled app
18+
* "#2014":https://play.lighthouseapp.com/projects/57987/tickets/2014) Message not appear corretly in secure module
19+
* "#1939":https://play.lighthouseapp.com/projects/57987/tickets/1939-update-to-groovy-24x) chore(lib): Update to groovy from 2.3.9 to 2.4.5
20+
* "#1934":https://play.lighthouseapp.com/projects/57987/tickets/1934) feat(controller): Support for non-static controller methods - they are easier to mock/unit-test
21+
* "#2009":https://play.lighthouseapp.com/projects/57987/tickets/2009) Field name detection in 'attachment'
22+
* "#2017":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2017) Use StringBuilder instead of StringBuffer
23+
* "#2016":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2016) default value of "XForwardedOverwriteDomainAndPort" setting should be false
24+
* "#1979":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/1979) Improve performance of Play!
25+
* "#2021":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2021) Optimize usage of StringBuilder
26+
* "#2022":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2022) Add missing @Override annotations
27+
* "#2020":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2020) Avoid multiple creation of new arrays/maps
28+
* "#2015":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2015) i18n tag only restore the first % character
29+
* "#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
30+
* "#2026":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2026) Blob: missing methods implemented to support (2nd level) caching
31+
* "#1947":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/1948) Job::withinFilter Only Calls First PlayPlugin Filter It Finds. (Invoker Calls All Filters)
32+
* "#1948":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/1948) Invoker.Invocation::run executes action once per plugin
33+
* "#2035":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2035) MakeWS.getString() returning same result on every call
34+
* "#2019":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2019) Make method Cache.clear() null-safe
35+
* "#2018":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2018) Class caches added
36+
* "#2036":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2036) Force secure reverse routes config
37+
* "#2039":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2039) Update some libraires
38+

0 commit comments

Comments
 (0)