Skip to content

Commit 701f711

Browse files
author
Ashley Penney
committed
Prepare a 1.0.1 supported release.
1 parent cf13e73 commit 701f711

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2014-03-04 Supported Release 1.0.1
2+
###Summary
3+
4+
This is a supported release. This release removes a testing symlink that can
5+
cause trouble on systems where /var is on a seperate filesystem from the
6+
modulepath.
7+
8+
####Features
9+
####Bugfixes
10+
####Known Bugs
11+
* By default, the version of Apache that ships with Ubuntu 10.04 does not work with `wsgi_import_script`.
12+
* SLES is unsupported.
13+
114
## 2014-03-04 Supported Release 1.0.0
215
###Summary
316

Diff for: Modulefile

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

Diff for: metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-apache",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"source": "https://github.com/puppetlabs/puppetlabs-apache",
55
"author": "Puppet Labs",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)