Skip to content

Commit 3294ad9

Browse files
committed
* doc(release): add doc for release 1.4.0, 1.33, 1.2.6.2 and 1.2.5.6
1 parent f88b291 commit 3294ad9

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
h1. Play 1.2.5.6 -- Release notes
2+
3+
Play 1.2.5.6 has been released of the 1.2.5.x-security maintenance branch.
4+
5+
h2. What's fixed in Play 1.2.5.6
6+
7+
Fix vulnerabilty : Reset current request to avoid 3rd-party to acquire session information for another in-progress request
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
h1. Play 1.2.6.2 -- Release notes
2+
3+
Play 1.2.6.2 has been released of the 1.2.6.x-security maintenance branch.
4+
5+
h2. What's fixed in Play 1.2.6.2
6+
7+
Fix vulnerabilty : Reset current request to avoid 3rd-party to acquire session information for another in-progress request
8+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
h1. Play 1.3.3 -- Release notes
2+
3+
Play 1.3.3 has been released of the 1.3.x maintenance branch.
4+
5+
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.
6+
Play 1.3.3 is a maintenance release so it mostly contains bug fixes. The most important are:
7+
8+
h2. What's new in Play 1.3.3
9+
10+
* Add ability to define enabled ssl protocols
11+
* Make DB properties configurable
12+
13+
h2. What's fixed in Play 1.3.3
14+
15+
* Fix vulnerabilty : Reset current request to avoid 3rd-party to acquire session information for another in-progress request
16+
* Fix putting property to customer DB configuration
17+
* Add method Plugin.onActionInvocationFinally()
18+
* Fix javadoc tools errors
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
h1. Play 1.4.1 -- Release notes
2+
3+
Play 1.4.1 has been released of the 1.4.x maintenance branch.
4+
5+
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.
6+
7+
h2. What's new in Play 1.4.1
8+
9+
* Add PATCH support
10+
* Update to htmlUnit v 2.19
11+
* Add ability to define enabled ssl protocols
12+
* Make DB properties configurable
13+
14+
h2. What's fixed in Play 1.4.1
15+
16+
* Fix vulnerabilty : Reset current request to avoid 3rd-party to acquire session information for another in-progress request
17+
* Fix putting property to customer DB configuration
18+
* Add method Plugin.onActionInvocationFinally()
19+
* Fix javadoc tools errors

0 commit comments

Comments
 (0)