Skip to content

Commit

Permalink
Merge pull request #109 from apenney/300-release
Browse files Browse the repository at this point in the history
Prepare 3.0.0-rc1 release.
  • Loading branch information
hunner committed Oct 15, 2013
2 parents 0e7bf35 + bc4f34d commit feb5d6e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs/ntp",
"version": "2.0.1",
"version": "3.0.0-rc1",
"summary": "NTP server and clients management.",
"source": "[email protected]/puppetlabs/puppetlabs-ntp.git",
"project_page": "http://github.com/puppetlabs/puppetlabs-ntp",
Expand Down

0 comments on commit feb5d6e

Please sign in to comment.