This file is used to list changes made in each version of the mingw cookbook.
- Standardise files with files in sous-chefs/repo-management
- Resolve cookstyle 5.8 warnings - @tas50
- Require Chef 12.15+ - @tas50
- Fix compatibility with Chef Infra Client 16 - @xorimabot
- resolved cookstyle error: resources/get.rb:26:1 warning:
ChefDeprecations/ResourceUsesOnlyResourceName
- resolved cookstyle error: resources/msys2_package.rb:31:1 warning:
ChefDeprecations/ResourceUsesOnlyResourceName
- resolved cookstyle error: resources/tdm_gcc.rb:26:1 warning:
ChefDeprecations/ResourceUsesOnlyResourceName
- resolved cookstyle error: resources/get.rb:26:1 warning:
- refactor msys2 package source and checksum to attributes
- Remove kind_of usage in the custom resources (FC117)
- Test with Local Delivery instead of Rake
- Add chef_version to the metadata
- Use standardize Apache 2 license string
- Require Chef 12.5 and remove compat_resource dependency
- Require a working compat_resource
- New msys2 shells do not inherit PATH from windows. Provide a way for clients to do this.
- If PKG_CONFIG_PATH is already defined, honor it in the msys2 shell.
- Download msys2 from the primary download url (instead of a specific mirror).
- Fix msys2 initial install/upgrade steps that dependended on file modification time.
- Make msys2_package :install idempotent - it should not reinstall packages.
- Do not allow bash.exe to be called if MSYSTEM is undefined.
- Updating to fix the issue where msys2 bash does not inherit the cwd correctly
- Add msys2 based compiler support using the new msys2_package resource
- Remove unnecessary default_action from the resources
- Depend on compat_resource cookbook to add Chef 12.1 - 12.4 compatbility
- Add this changelog file
- Fix license metadata in metadata.rb
- Disable FC016 check