Skip to content

Commit 629ccd3

Browse files
committed
* Prepare release 1.7.1
1 parent 7cc3fbb commit 629ccd3

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

documentation/manual/home.textile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ h2. <a name="versionnotes">Version notes</a>
189189
New versions of Play include certain changes. Check older release notes for:
190190

191191
# "About Play releases":releases/releases
192+
# "Play 1.7.1":releases/release1.7.x/releasenotes-1.7.1
192193
# "Play 1.7.0":releases/release1.7.x/releasenotes-1.7.0
193194
# "Play 1.6.0":releases/release1.6.x/releasenotes-1.6.0
194195
# "Play 1.5.3":releases/release1.5.x/releasenotes-1.5.3
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Play 1.7.1 -- Release notes
2+
3+
Play 1.7.1 has been released of the master branch.
4+
5+
The changes in this release are listed in the "1.7.1 on github":https://github.com/playframework/play1/milestone/7832586 including 13 resolved tickets.
6+
7+
8+
## What's new in Play 1.7.1
9+
10+
11+
## What's fixed in Play 1.7.1
12+
13+
* "#1397":https://github.com/playframework/play1/issues/1397 : Third party dependency update 20220403
14+
* "#1399":https://github.com/playframework/play1/issues/1399 : [1.7.0] Regression: `play idealize` dies with `UnboundLocalError: local variable 'playHome' referenced before assignment`
15+
* "#1400":https://github.com/playframework/play1/issues/1400 : fixed #1399 "UnboundLocalError: local variable 'playHome' referenced before assignment
16+
* "#1401":https://github.com/playframework/play1/issues/1401 : Python3 incompatibilities in module manipulations
17+
* "#1402":https://github.com/playframework/play1/issues/1402 : [#1401] 🐛 Fix python3 incompatibilities in module manipulation code
18+
* "#1403":https://github.com/playframework/play1/issues/1403 : Temporary class of Groovy template is output directly under application dir
19+
* "#1405":https://github.com/playframework/play1/issues/1405 : 1.7.0: concurrent modification exception
20+
* "#1406":https://github.com/playframework/play1/issues/1406 : [#1403] 🐛 Fix Groovy compilation unit that tries to write in applicat…
21+
* "#1408":https://github.com/playframework/play1/issues/1408 : #1405: replace HashMap be ConcurrentHashMap
22+
* "#1409":https://github.com/playframework/play1/issues/1409 : update check of java version
23+
* "#1411":https://github.com/playframework/play1/issues/1411 : Do not overwrite system property net.spy.log.LoggerImpl -> 1.7.1
24+
* "#1413":https://github.com/playframework/play1/issues/1413 : #1405: replace HashMap be ConcurrentHashMap
25+
* "#1414":https://github.com/playframework/play1/issues/1414 : Memcached implementaion broken due to log4j update

documentation/manual/releases/releases.textile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ You can download Play releases "here":https://www.playframework.com/download. Ea
44

55
h2. Play 1.7.x
66

7+
# "Play 1.7.1":release1.7.x/releasenotes-1.7.1
78
# "Play 1.7.0":release1.7.x/releasenotes-1.7.0
89

910
h2. Play 1.6.x

0 commit comments

Comments
 (0)