diff --git a/CHANGELOG b/CHANGELOG index 5a1e33051..86ca07038 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,29 @@ +2013-10-14 - Version 3.0.0-rc1 + +Summary: + +The major change in this release is that `restrict` no longer requires you to +pass in parameters as: + +restrict => [ 'restrict x', 'restrict y' ] + +but just as: + +restrict => [ 'x', 'y' ] + +As the template now prefixes each line with restrict. + +Features: +- Change the behavior of `restrict` so you no longer need the restrict +keyword. +- Add `udlc` parameter to enable undisciplined local clock regardless of the +machines status as a virtual machine. +- Add AIX support. + +Fixes: +- Use class{} instead of including and then anchoring. (style) +- Extend Gentoo coverage to Facter 1.7. + 2013-09-05 - Version 2.0.1 Summary: diff --git a/Modulefile b/Modulefile index beac40462..04f7da419 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-ntp' -version '2.0.1' +version '3.0.0-rc1' source 'git://github.com/puppetlabs/puppetlabs-ntp' author 'Puppet Labs' license 'Apache Version 2.0' diff --git a/metadata.json b/metadata.json index dd721409c..ccc50fb0a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs/ntp", - "version": "2.0.1", + "version": "3.0.0-rc1", "summary": "NTP server and clients management.", "source": "git@github.com/puppetlabs/puppetlabs-ntp.git", "project_page": "http://github.com/puppetlabs/puppetlabs-ntp",