diff options
-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' |