File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ Java Cookbook CHANGELOG
22=======================
33This file is used to list changes made in each version of the Java cookbook.
44
5+ v1.26.0 - 8/16/2014
6+ -------
7+ - ** [ #201 ] ( https://github.com/agileorbit-cookbooks/java/pull/201 ) ** - Allow pinning of package versions for openjdk
8+ - ** [ #198 ] ( https://github.com/agileorbit-cookbooks/java/pull/198 ) ** - Update Oracle JDK7 to version 7u67
9+ - ** [ #189 ] ( https://github.com/agileorbit-cookbooks/java/pull/184 ) ** - Support specific version and name for Oracle RPM
10+
511v1.25.0 - 8/1/2014
612-------
713### Improvement
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.25 .0"
7+ version "1.26 .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