Skip to content

Commit 66d5ce9

Browse files
committed
Merge pull request puppetlabs#90 from hunner/release_0.4.0
Release 0.4.0
2 parents 147b75c + 0685f22 commit 66d5ce9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2012-08-24 Release 0.4.0
2+
Changes:
3+
- `include apache` is now required when using apache::mod::*
4+
5+
Bugfixes:
6+
- Fix syntax for validate_re
7+
- Fix formatting in vhost template
8+
- Fix spec tests such that they pass
9+
110
2012-05-08 Puppet Labs <info@puppetlabs.com> - 0.0.4
211
e62e362 Fix broken tests for ssl, vhost, vhost::*
312
42c6363 Changes to match style guide and pass puppet-lint without error

Modulefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-apache'
2-
version '0.3.0'
2+
version '0.4.0'
33
source 'git://github.com/puppetlabs/puppetlabs-apache.git'
44
author 'puppetlabs'
55
license 'Apache 2.0'

0 commit comments

Comments
 (0)