This file is used to list changes made in each version of the xml cookbook.
- Fix Amazon linux support on Chef 13
- Use the right priority to set compile_time attribute
- Move the build essential compile time setting to attributes file
- Remove the Chef 11 compatibility check in chef_gem
- Remove support for Arch since it's not a supported Chef platform
- If no packages are defined log a warning instead of failing hard
- Add specs for all supported platforms and windows
- Make sure to install zlib-devel on RHEL
- Testing updates
- Require Chef 12.1 and use multipackage to speed up installs
- Don't use chef-sugar since it wasn't necessary
- The 1.3.1 release pinned the nokogiri gem version to 1.6.2.1 to avoid compilation failure that occured at some point in time. The cookbook also prevented the user from setting the version attribute to a modern nokogiri release. Nokogiri no longer fails to install so there is no longer a reason to pin or gate the versions. This release removes the version attribute and instead installs the latest version, but still allows the user to set the version attribute to pin to a specific version.
- Fixed compile errors on Chef 11
- Added an empty array of packages for unknown systems to prevent failures on Windows and other operating systems
- Added zlib1g-dev on Ubuntu / Debian to fix compiles
- Add support for OS X
- Add source_url and issues_url to metadata.rb for Supermarket
- Updated readme to reflect that use_system_libraries actually defaults to false
- Use compile_time attribute with chef_gem to avoid deprecation warnings
- Update Chefspec tests to 4.X format
- Add additional platforms to the Kitchen CI config
- Use the standard Rubocop config and resolve all warnings
- Add Ruby 2.1/2.2 to Travis and remove Ruby 1.9.3
- Update Berksfile to 3.X format
- Update contributing and testing docs
- Update and expand testing dependencies in the Gemfile
- Add maintainers.md and maintainers.toml files
- Add cookbook version badge to the readme
- Add Chef and platform requirements to the readme
- Add Rakfile for simplified testing
- Remove yum and build-essential from the Berksfile since these didn't need to be there
- Update .gitignore and add chefignore to prevent extra files from being uploaded to the Chef server
- Reverting compile_time work
- Fixing last patch to play nicely with Chef Sugar
- Fixing chef_gem for Chef below 12.1.0
- Being explicit about usage of the chef_gem's compile_time property.
- Eliminating future deprecation warnings in Chef 12.1.0.
- Re-release with stove 3.2.2 to get a metadata.rb
- [#11] Fix warning message from build-essential
- [#13] pin nokogiri to a working version
- [COOK-4468] Only set ENV variable when needed
- [COOK-4474] - Bump apt and yum versions in Berksfile, Lock to build-essentials 1.4
- [COOK-4468] - Set NOKOGIRI_USE_SYSTEM_LIBRARIES env variable
[COOK-4382] - Fix xml cookbook spec test [COOK-4304] - Set proper packages for SUSE 11
- COOK-4304 - Now sets proper packages for SUSE 11
- COOK-3462 - Allow installing packages during compile time
- [COOK-2059] - missing dependency on build-essential
- [COOK-1826] - support nokogiri chef_gem
- [COOK-1902] - add support for archlinux
- [COOK-1232] - add xslt to xml cookbook
- [COOK-953] - Add FreeBSD support
- [COOK-775] - Add Amazon Linux support