Skip to content

Commit

Permalink
xml v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Jan 19, 2012
1 parent 111e081 commit 67dd0f0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions xml/README.md
Expand Up @@ -8,6 +8,14 @@ Requirements

Debian, Ubuntu, CentOS, Red Hat, Scientific, Fedora, SUSE.

Changes
====

## v1.0.2:

* [COOK-953] - Add FreeBSD support
* [COOK-775] - Add Amazon Linux support

License and Author
====

Expand Down
4 changes: 2 additions & 2 deletions xml/metadata.rb
Expand Up @@ -3,10 +3,10 @@
license "Apache 2.0"
description "Installs xml"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.0"
version "1.0.2"

recipe "xml", "Installs libxml development packages"

%w{ centos redhat scientific suse fedora ubuntu debian freebsd }.each do |os|
%w{ centos redhat scientific suse fedora amazon ubuntu debian freebsd }.each do |os|
supports os
end

0 comments on commit 67dd0f0

Please sign in to comment.