diff options
author | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-07-13 15:55:29 -0700 |
---|---|---|
committer | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-07-27 16:14:39 -0700 |
commit | a50e9be9b7d01be0e9a6115d544132959e23f020 (patch) | |
tree | 05c67713500a0219ec89273865a7a8cb66ed01b1 | |
parent | 0f70b0bfe7b5f8475ffade5f9e14c0632e42bd47 (diff) | |
download | puppet-tftp-a50e9be9b7d01be0e9a6115d544132959e23f020.tar.gz puppet-tftp-a50e9be9b7d01be0e9a6115d544132959e23f020.tar.bz2 |
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' |