Skip to content

Commit

Permalink
Merge pull request #1111 from mhaskel/merge_1.4.x_to_master
Browse files Browse the repository at this point in the history
Merge 1.4.x to master
  • Loading branch information
bmjen committed Apr 28, 2015
2 parents 4c08bc9 + 0653647 commit e920f59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##2015-04-28 - Supported Release 1.4.1

This release corrects a metadata issue that has been present since release 1.2.0. The refactoring of `apache::vhost` to use `puppetlabs-concat` requires a version of concat newer than the version required in PE. If you are using PE 3.3.0 or earlier you will need to use version 1.1.1 or earlier of the `puppetlabs-apache` module.

##2015-03-17 - Supported Release 1.4.0
###Summary

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-apache",
"version": "1.4.0",
"version": "1.4.1",
"author": "puppetlabs",
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
"version_requirement": ">= 3.7.0 < 4.0.0"
},
{
"name": "puppet",
Expand Down

0 comments on commit e920f59

Please sign in to comment.