From 26c6a5eb6d85b9c6c7c4b2ab20c9bf92f07c7541 Mon Sep 17 00:00:00 2001 From: Alexandre Chatiron Date: Wed, 6 May 2015 13:25:07 +0800 Subject: [PATCH] * doc(version): Add release note for 1.3.1 --- documentation/manual/releasenotes-1.2.5.5.textile | 4 ++++ documentation/manual/releasenotes-1.2.6.1.textile | 4 ++++ documentation/manual/releasenotes-1.2.7.2.textile | 4 ++++ documentation/manual/releasenotes-1.3.1.textile | 15 +++++++++++++++ 4 files changed, 27 insertions(+) create mode 100644 documentation/manual/releasenotes-1.2.5.5.textile create mode 100644 documentation/manual/releasenotes-1.2.6.1.textile create mode 100644 documentation/manual/releasenotes-1.2.7.2.textile create mode 100644 documentation/manual/releasenotes-1.3.1.textile diff --git a/documentation/manual/releasenotes-1.2.5.5.textile b/documentation/manual/releasenotes-1.2.5.5.textile new file mode 100644 index 0000000000..e600710a4d --- /dev/null +++ b/documentation/manual/releasenotes-1.2.5.5.textile @@ -0,0 +1,4 @@ +h1. Play 1.2.5.5 -- Release notes + +Play 1.2.5.5 has been released of the 1.2.5.x-security maintenance branch. +It was released to fix a vulnerability in play's URL builder (jsAction tag). diff --git a/documentation/manual/releasenotes-1.2.6.1.textile b/documentation/manual/releasenotes-1.2.6.1.textile new file mode 100644 index 0000000000..5e77ef79ae --- /dev/null +++ b/documentation/manual/releasenotes-1.2.6.1.textile @@ -0,0 +1,4 @@ +h1. Play 1.2.6.1 -- Release notes + +Play 1.2.6.1 has been released of the 1.2.6.x-security maintenance branch. +It was released to fix a vulnerability in play's URL builder (jsAction tag). diff --git a/documentation/manual/releasenotes-1.2.7.2.textile b/documentation/manual/releasenotes-1.2.7.2.textile new file mode 100644 index 0000000000..5a047df15c --- /dev/null +++ b/documentation/manual/releasenotes-1.2.7.2.textile @@ -0,0 +1,4 @@ +h1. Play 1.2.7.2 -- Release notes + +Play 1.2.7.2 has been released of the 1.2.x maintenance branch. +It was released to fix a vulnerability in play's URL builder (jsAction tag). diff --git a/documentation/manual/releasenotes-1.3.1.textile b/documentation/manual/releasenotes-1.3.1.textile new file mode 100644 index 0000000000..3a07694e43 --- /dev/null +++ b/documentation/manual/releasenotes-1.3.1.textile @@ -0,0 +1,15 @@ +h1. Play 1.3.1 -- Release notes + +Play 1.3.1 has been released of the 1.3.x maintenance branch. + +The changes in this release are listed in the "Play 1.3.1 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/208206-131 on Lighthouse, including 26 resolved tickets. +Play 1.3.1 is a maintenance release so it mostly contains bug fixes. The most important are: + +* It was released to fix a vulnerability in play's URL builder (jsAction tag). +* Handle diacritics fro keys back into jsaction +* Fix Multidb configuration glitches +* c3p0 logging configuration for multiDB configuration +* Fix some exceptions in SSL mode server ssl +* yesno() evaluates NullObject as true +* Add optional parameter in script / stylesheet tags to define a custom path +* Add ability to enable some kind off test in test mode