Skip to content

Commit

Permalink
Merge pull request #1416 from xael-fry/prepare-1.7.1-release
Browse files Browse the repository at this point in the history
Prepare release 1.7.1
  • Loading branch information
xael-fry authored Jun 13, 2022
2 parents 629aee5 + 629ccd3 commit 9acc220
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/manual/home.textile
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ h2. <a name="versionnotes">Version notes</a>
New versions of Play include certain changes. Check older release notes for:

# "About Play releases":releases/releases
# "Play 1.7.1":releases/release1.7.x/releasenotes-1.7.1
# "Play 1.7.0":releases/release1.7.x/releasenotes-1.7.0
# "Play 1.6.0":releases/release1.6.x/releasenotes-1.6.0
# "Play 1.5.3":releases/release1.5.x/releasenotes-1.5.3
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Play 1.7.1 -- Release notes

Play 1.7.1 has been released of the master branch.

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.


## What's new in Play 1.7.1


## What's fixed in Play 1.7.1

* "#1397":https://github.com/playframework/play1/issues/1397 : Third party dependency update 20220403
* "#1399":https://github.com/playframework/play1/issues/1399 : [1.7.0] Regression: `play idealize` dies with `UnboundLocalError: local variable 'playHome' referenced before assignment`
* "#1400":https://github.com/playframework/play1/issues/1400 : fixed #1399 "UnboundLocalError: local variable 'playHome' referenced before assignment
* "#1401":https://github.com/playframework/play1/issues/1401 : Python3 incompatibilities in module manipulations
* "#1402":https://github.com/playframework/play1/issues/1402 : [#1401] 🐛 Fix python3 incompatibilities in module manipulation code
* "#1403":https://github.com/playframework/play1/issues/1403 : Temporary class of Groovy template is output directly under application dir
* "#1405":https://github.com/playframework/play1/issues/1405 : 1.7.0: concurrent modification exception
* "#1406":https://github.com/playframework/play1/issues/1406 : [#1403] 🐛 Fix Groovy compilation unit that tries to write in applicat…
* "#1408":https://github.com/playframework/play1/issues/1408 : #1405: replace HashMap be ConcurrentHashMap
* "#1409":https://github.com/playframework/play1/issues/1409 : update check of java version
* "#1411":https://github.com/playframework/play1/issues/1411 : Do not overwrite system property net.spy.log.LoggerImpl -> 1.7.1
* "#1413":https://github.com/playframework/play1/issues/1413 : #1405: replace HashMap be ConcurrentHashMap
* "#1414":https://github.com/playframework/play1/issues/1414 : Memcached implementaion broken due to log4j update
1 change: 1 addition & 0 deletions documentation/manual/releases/releases.textile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ You can download Play releases "here":https://www.playframework.com/download. Ea

h2. Play 1.7.x

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

h2. Play 1.6.x
Expand Down

0 comments on commit 9acc220

Please sign in to comment.