From bfe6f9ab06aad846087a5687bebf0992c1bfdb6c Mon Sep 17 00:00:00 2001 From: Alexandre Chatiron Date: Mon, 8 Apr 2019 11:52:03 +0200 Subject: [PATCH] documentation(1.5.3): add Play 1.5.3 documentation --- .../release1.4.x/releasenotes-1.4.6.textile | 9 ++++++ .../release1.5.x/releasenotes-1.5.3.textile | 30 +++++++++++++++++++ .../manual/releases/releases.textile | 3 ++ 3 files changed, 42 insertions(+) create mode 100644 documentation/manual/releases/release1.4.x/releasenotes-1.4.6.textile create mode 100644 documentation/manual/releases/release1.5.x/releasenotes-1.5.3.textile diff --git a/documentation/manual/releases/release1.4.x/releasenotes-1.4.6.textile b/documentation/manual/releases/release1.4.x/releasenotes-1.4.6.textile new file mode 100644 index 0000000000..37d25e7e11 --- /dev/null +++ b/documentation/manual/releases/release1.4.x/releasenotes-1.4.6.textile @@ -0,0 +1,9 @@ +h1. Play 1.4.6 -- Release notes + +Play 1.4.6 has been released of the 1.4.x maintenance branch. +The changes in this release are listed in the "Play 1.4.6 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/237004-146 on Lighthouse and "1.4.6 on github":https://github.com/playframework/play1/milestone/9 including 1 resolved tickets. + + +h2. What's fixed in Play 1.4.6 + +* "#1300:https://github.com/playframework/play1/issues/1300 : Define allowed methods used in 'X-HTTP-Method-Override diff --git a/documentation/manual/releases/release1.5.x/releasenotes-1.5.3.textile b/documentation/manual/releases/release1.5.x/releasenotes-1.5.3.textile new file mode 100644 index 0000000000..072da59440 --- /dev/null +++ b/documentation/manual/releases/release1.5.x/releasenotes-1.5.3.textile @@ -0,0 +1,30 @@ +# Play 1.5.3 -- Release notes + +Play 1.5.3 has been released of the master branch. + +The changes in this release are listed in the "Play 1.5.3 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/237003-153 on Lighthouse and "1.5.3 on github":https://github.com/playframework/play1/milestone/8?closed=1 including 16 resolved tickets. + + +## What's new in Play 1.5.3 + +* "#1279":https://github.com/playframework/play1/issues/1279 : [#1262] Allow to override default fast tags with empty namespace +* "#1290":https://github.com/playframework/play1/issues/1290 : hibernate 5.4 update +* "#1292":https://github.com/playframework/play1/issues/1292 : Java 11 (JDT update) +* "#1293":https://github.com/playframework/play1/issues/1293 : HikariCP: config property for init connection sql added + +## What's fixed in Play 1.5.3 + +* "#1156":https://github.com/playframework/play1/issues/1156 : [#2128] feature: help for module commands +* "#1221":https://github.com/playframework/play1/issues/1221 : [#2155] Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins +* "#1222":https://github.com/playframework/play1/issues/1222 : [#2155] Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins +* "#1262":https://github.com/playframework/play1/issues/1262 : Play1.4.3 and newer not allow to override default FastTag.class (empty namespace) using @FastTags.Namespace("") +* "#1281":https://github.com/playframework/play1/issues/1281 : Lighthouse#2273: Stop Fixtures attempting to set static (Map) fields +* "#1287":https://github.com/playframework/play1/issues/1287 : Fix JPA version to match what Hibernate 5.3+ supports. +* "#1294":https://github.com/playframework/play1/issues/1294 : Does not make sense to default MySQL character set and collation properties on connection URL +* "#1295":https://github.com/playframework/play1/issues/1295 : Remove MySQL connection charset property defaults +* "#1298":https://github.com/playframework/play1/issues/1298 : SslHttpServerContextFactory does not support private key only PEM content +* "#1299":https://github.com/playframework/play1/issues/1299 : #1298: Handle only private key info from PEM +* "#1300":https://github.com/playframework/play1/issues/1300 : Define allowed methods used in 'X-HTTP-Method-Override' +* "#1301":https://github.com/playframework/play1/issues/1301 : [#1300] feat: Define allowed methods used in 'X-HTTP-Method-Override' +* "#2128":https://play.lighthouseapp.com/projects/57987/tickets/2128 : help for module comannds like for core commands no tags +* "#2155":https://play.lighthouseapp.com/projects/57987/tickets/2155 : Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins unittes diff --git a/documentation/manual/releases/releases.textile b/documentation/manual/releases/releases.textile index 488f2c6b28..770af99792 100644 --- a/documentation/manual/releases/releases.textile +++ b/documentation/manual/releases/releases.textile @@ -4,12 +4,15 @@ You can download Play releases "here":https://www.playframework.com/download. Ea h2. Play 1.5.x +# "Play 1.5.3":release1.5.x/releasenotes-1.5.3 # "Play 1.5.2":release1.5.x/releasenotes-1.5.2 # "Play 1.5.1":release1.5.x/releasenotes-1.5.1 # "Play 1.5.0":release1.5.x/releasenotes-1.5.0 h2. Play 1.4.x +# "Play 1.4.6":release1.4.x/releasenotes-1.4.6 +# "Play 1.4.5":release1.4.x/releasenotes-1.4.5 # "Play 1.4.4":release1.4.x/releasenotes-1.4.4 # "Play 1.4.3":release1.4.x/releasenotes-1.4.3 # "Play 1.4.2":release1.4.x/releasenotes-1.4.2