Merge pull request #565 from tphoney/4.11.0_tweak

minor tweak to 4.11.0 adding debian 8 to metadata
This commit is contained in:
David Schmitt 2016-01-07 11:15:39 +00:00
commit fdf3f22e24
2 changed files with 4 additions and 2 deletions

View file

@ -1,10 +1,11 @@
## Supported Release 4.11.0
###Summary
Provides a new parser validate_absolute_paths, a fix to the is_package_provider fact and a test improvement.
Provides a validate_absolute_paths and Debian 8 support. There is a fix to the is_package_provider fact and a test improvement.
####Features
- Adds new parser called is_absolute_path
- Supports Debian 8
####Bugfixes
- Allow package_provider fact to resolve on PE 3.x

View file

@ -56,7 +56,8 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{