File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This file is used to list changes made in each version of the ntp cookbook.
4
4
5
+ ## v2.0.0 (2016-05-18)
6
+
7
+ - Remove the undo recipe. This functionality is better suited for a custom cookbook that matches the needs of individual organizations
8
+ - Removed the installation of the visual studio 2008 runtime that was only necessary for Windows 2003.
9
+ - Fixed the forced clock syncing on FreeBSD hosts
10
+
5
11
## v1.11.1 (2016-05-12)
6
12
7
13
- Ownership of this cookbook has been transferred back to Chef Software.
Original file line number Diff line number Diff line change 4
4
license 'Apache 2.0'
5
5
description 'Installs and configures ntp as a client or server'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '1.11.1 '
7
+ version '2.0.0 '
8
8
9
9
recipe 'ntp' , 'Installs and configures ntp either as a server or client'
10
10
You can’t perform that action at this time.
0 commit comments