Skip to content

Commit

Permalink
* doc(release): add doc for release 1.4.0, 1.33, 1.2.6.2 and 1.2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xael-fry committed Dec 14, 2015
1 parent f88b291 commit 3294ad9
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
7 changes: 7 additions & 0 deletions documentation/manual/releasenotes-1.2.5.6.textile
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions documentation/manual/releasenotes-1.2.6.2.textile
Original file line number Diff line number Diff line change
@@ -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

18 changes: 18 additions & 0 deletions documentation/manual/releasenotes-1.3.3.textile
Original file line number Diff line number Diff line change
@@ -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
19 changes: 19 additions & 0 deletions documentation/manual/releasenotes-1.4.1.textile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3294ad9

Please sign in to comment.