From 3294ad95698f3529e98c85c502d6104cc91c02f9 Mon Sep 17 00:00:00 2001 From: Alexandre Chatiron Date: Mon, 14 Dec 2015 14:49:56 +0800 Subject: [PATCH] * doc(release): add doc for release 1.4.0, 1.33, 1.2.6.2 and 1.2.5.6 --- .../manual/releasenotes-1.2.5.6.textile | 7 +++++++ .../manual/releasenotes-1.2.6.2.textile | 8 ++++++++ .../manual/releasenotes-1.3.3.textile | 18 ++++++++++++++++++ .../manual/releasenotes-1.4.1.textile | 19 +++++++++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 documentation/manual/releasenotes-1.2.5.6.textile create mode 100644 documentation/manual/releasenotes-1.2.6.2.textile create mode 100644 documentation/manual/releasenotes-1.3.3.textile create mode 100644 documentation/manual/releasenotes-1.4.1.textile diff --git a/documentation/manual/releasenotes-1.2.5.6.textile b/documentation/manual/releasenotes-1.2.5.6.textile new file mode 100644 index 0000000000..04d79085b9 --- /dev/null +++ b/documentation/manual/releasenotes-1.2.5.6.textile @@ -0,0 +1,7 @@ +h1. Play 1.2.5.6 -- Release notes + +Play 1.2.5.6 has been released of the 1.2.5.x-security maintenance branch. + +h2. What's fixed in Play 1.2.5.6 + +Fix vulnerabilty : Reset current request to avoid 3rd-party to acquire session information for another in-progress request diff --git a/documentation/manual/releasenotes-1.2.6.2.textile b/documentation/manual/releasenotes-1.2.6.2.textile new file mode 100644 index 0000000000..64fc0a3962 --- /dev/null +++ b/documentation/manual/releasenotes-1.2.6.2.textile @@ -0,0 +1,8 @@ +h1. Play 1.2.6.2 -- Release notes + +Play 1.2.6.2 has been released of the 1.2.6.x-security maintenance branch. + +h2. What's fixed in Play 1.2.6.2 + +Fix vulnerabilty : Reset current request to avoid 3rd-party to acquire session information for another in-progress request + diff --git a/documentation/manual/releasenotes-1.3.3.textile b/documentation/manual/releasenotes-1.3.3.textile new file mode 100644 index 0000000000..99e3bb2004 --- /dev/null +++ b/documentation/manual/releasenotes-1.3.3.textile @@ -0,0 +1,18 @@ +h1. Play 1.3.3 -- Release notes + +Play 1.3.3 has been released of the 1.3.x maintenance branch. + +The changes in this release are listed in the "Play 1.3.3 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/216577-141 on Lighthouse, including 26 resolved tickets. +Play 1.3.3 is a maintenance release so it mostly contains bug fixes. The most important are: + +h2. What's new in Play 1.3.3 + +* Add ability to define enabled ssl protocols +* Make DB properties configurable + +h2. What's fixed in Play 1.3.3 + +* Fix vulnerabilty : Reset current request to avoid 3rd-party to acquire session information for another in-progress request +* Fix putting property to customer DB configuration +* Add method Plugin.onActionInvocationFinally() +* Fix javadoc tools errors diff --git a/documentation/manual/releasenotes-1.4.1.textile b/documentation/manual/releasenotes-1.4.1.textile new file mode 100644 index 0000000000..8ca3de6c1c --- /dev/null +++ b/documentation/manual/releasenotes-1.4.1.textile @@ -0,0 +1,19 @@ +h1. Play 1.4.1 -- Release notes + +Play 1.4.1 has been released of the 1.4.x maintenance branch. + +The changes in this release are listed in the "Play 1.4.1 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/216577-141 on Lighthouse, including 31 resolved tickets. + +h2. What's new in Play 1.4.1 + +* Add PATCH support +* Update to htmlUnit v 2.19 +* Add ability to define enabled ssl protocols +* Make DB properties configurable + +h2. What's fixed in Play 1.4.1 + +* Fix vulnerabilty : Reset current request to avoid 3rd-party to acquire session information for another in-progress request +* Fix putting property to customer DB configuration +* Add method Plugin.onActionInvocationFinally() +* Fix javadoc tools errors