Skip to content

Commit

Permalink
windows v1.0.2
Browse files Browse the repository at this point in the history
* [COOK-647] account for Wow6432Node registry redirecter
* [COOK-656] begin/rescue on win32/registry
  • Loading branch information
schisamo committed Jul 27, 2011
1 parent f255485 commit 5d6419f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ Description

Provides a set of Windows-specific primitives (Chef resources) meant to aid in the creation of cookbooks/recipes targeting the Windows platform.

Changes
=======

## v1.0.1:

* COOK-656, begin/rescue on win32/registry

Requirements
============

Expand Down Expand Up @@ -183,6 +176,12 @@ Changes/Roadmap

* package preseeding/response_file support
* package installation location via a `target_dir` attribute.
* [COOK-666] windows_package should support CoApp packages

## v1.0.2:

* [COOK-647] account for Wow6432Node registry redirecter
* [COOK-656] begin/rescue on win32/registry

## 1.0.0:

Expand Down
2 changes: 1 addition & 1 deletion windows/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
license "Apache 2.0"
description "Provides a set of useful Windows-specific primitives."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.1"
version "1.0.2"
supports "windows"

0 comments on commit 5d6419f

Please sign in to comment.