-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc(version): Add release note for 1.3.1
- Loading branch information
Showing
4 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |