Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 373c89b

Browse files
committed
Release 2.7.2
1 parent 68bc346 commit 373c89b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
###2.7.2
2+
3+
* Add support for Java '8u111'/'8u112' ([mtron](https://github.com/mtron))
4+
* Tested on Ubuntu 16.10
5+
16
###2.7.1
27

38
Support Java 6 as extra installation

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Prior to Java 8u20, two different releases of the same Java series could not coh
176176
##Contributors
177177

178178
* [Martin Zehetmayer](https://github.com/angrox)
179+
* [Michael Hoertnagl](https://github.com/mtron)
179180

180181
##Credits
181182

metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"project_page": "https://github.com/antoineco/aco-oracle_java",
66
"source": "git://github.com/antoineco/aco-oracle_java.git",
77
"summary": "Puppet module to install Oracle Java on Linux systems",
8-
"version": "2.7.1",
8+
"version": "2.7.2",
99
"tags": ["jre","jdk","oracle","java"],
1010
"dependencies": [
1111
{
@@ -139,7 +139,8 @@
139139
"14.10",
140140
"15.04",
141141
"15.10",
142-
"16.04"
142+
"16.04",
143+
"16.10"
143144
]
144145
},
145146
{

0 commit comments

Comments
 (0)