Skip to content

Commit ccc0b50

Browse files
committed
Release 1.26.0
1 parent 611e3c1 commit ccc0b50

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Java Cookbook CHANGELOG
22
=======================
33
This 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+
511
v1.25.0 - 8/1/2014
612
-------
713
### Improvement

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license "Apache 2.0"
55
description "Installs Java runtime."
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "1.25.0"
7+
version "1.26.0"
88

99
recipe "java::default", "Installs Java runtime"
1010
recipe "java::default_java_symlink", "Updates /usr/lib/jvm/default-java"

0 commit comments

Comments
 (0)