File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ Java Cookbook CHANGELOG
22=======================
33This file is used to list changes made in each version of the Java cookbook.
44
5+ v1.30 - 2/3/2015
6+ -------
7+ - Update to latest JDKs for 6 and 7. JDK7 will be EOL April 2015
8+ - Fix up Travis support.
9+ - Add ability to install JCE policy files for oracle JDK #228
10+ - Change connect timeout to 30 seconds
11+
512v1.29.0 - 11/14/2014
613-------
714### Bug
Original file line number Diff line number Diff line change 44license "Apache 2.0"
55description "Installs Java runtime."
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version "1.30 .0"
7+ version "1.31 .0"
88
99recipe "java::default" , "Installs Java runtime"
1010recipe "java::default_java_symlink" , "Updates /usr/lib/jvm/default-java"
You can’t perform that action at this time.
0 commit comments