diff options
author | Nan Liu <nan.liu@gmail.com> | 2012-07-27 16:15:14 -0700 |
---|---|---|
committer | Nan Liu <nan.liu@gmail.com> | 2012-07-27 16:15:14 -0700 |
commit | 7accc6e0d6d675baaf9a1d8ec0cae7f6ff7265d0 (patch) | |
tree | c40887c1e2156c8680231539af3c212c41d5dda0 | |
parent | e906eb5f41421f5702216b753773b4b65b50c947 (diff) | |
parent | a50e9be9b7d01be0e9a6115d544132959e23f020 (diff) | |
download | puppet-tftp-7accc6e0d6d675baaf9a1d8ec0cae7f6ff7265d0.tar.gz puppet-tftp-7accc6e0d6d675baaf9a1d8ec0cae7f6ff7265d0.tar.bz2 |
Merge pull request #13 from branan/release_0.2.0
Update for 0.2.0 release
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Modulefile | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +0.2.0 2012-07-27 Puppet Labs <info@puppetlabs.com> + +* Add support for RHEL/CentOS +* Use xinetd rather than inetd +* Enable xinetd by default + 0.1.1 2012-06-25 Puppet Labs <info@puppetlabs.com> * Add recurse support for tftp::file. @@ -1,5 +1,5 @@ name 'puppetlabs-tftp' -version '0.1.1' +version '0.2.0' source 'git://github.com/puppetlabs/puppetlabs-tftp' author 'Puppet Labs' license 'Apache 2.0' |