summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2015-12-15 12:13:31 -0800
committerMatt Wrock <matt@mattwrock.com>2015-12-15 12:28:53 -0800
commit09df8eea8bdbca4b7f1f0db43033d8d473860131 (patch)
treefc01ea00bfc3a6467a59f6ed1e67a6f9ae7496fe /RELEASE_NOTES.md
parentb743fcdbd172862386d172b42bbbc31cfe2f4239 (diff)
downloadchef-09df8eea8bdbca4b7f1f0db43033d8d473860131.tar.gz
non msi packages must explicitly provide a source attribute on install
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 4aa4ae42a3..6aa8c7ab19 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -59,7 +59,7 @@ This is the first release where we are rolling out a MSI package for Windows tha
## `windows_package` now supports non-`MSI` based Windows installers
-Today you can install `MSI`s using the `windows_package` resource. However, you have had to use the windows cookbook in order to install non `MSI` based installer packages such as Nullsoft, Inno Setup, Installshield and other `EXE` based installers. We have moved and slightly improved the windows cookbook resource into the core chef client. This means you can now run most windows installer types without taking on external cookbook dependencies.
+Today you can install `MSI`s using the `windows_package` resource. However, you have had to use the windows cookbook in order to install non `MSI` based installer packages such as Nullsoft, Inno Setup, Installshield and other `EXE` based installers. We have moved and slightly improved the windows cookbook resource into the core chef client. This means you can now run most windows installer types without taking on external cookbook dependencies. Note that the `source` attribute of non `:msi` windows packages is required since the `package_name` is expected to match the same name displayed in "Add/Remove Programs."
## Better handling of log_location with chef client service (Windows)