Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 3.0.0-rc1 release. #109

Merged
merged 1 commit into from Oct 15, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 26 additions & 0 deletions 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:
Expand Down
2 changes: 1 addition & 1 deletion 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'
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down