Facter 1.6.11 is a maintenance release candidate in the 1.6.x
branch with bug fixes.

It includes contributions from Andrew Parker, Matthaus Litteken,
Dominic Cleal, Andrew Elwell, Michael Stahnke.

Downloads are available at:
 * Source: https://downloads.puppetlabs.com/facter/facter-1.6.11.tar.gz

RPMs are available at  https://yum.puppetlabs.com/el or /fedora

Debs are available at https://apt.puppetlabs.com

Mac package is available at
https://downloads.puppetlabs.com/mac/facter-1.6.11.dmg

See the Verifying Puppet Download section at:
 
http://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet#Verifying+Puppet+Downloads

Please report feedback via the Puppet Labs Redmine site, using a
affected version of 1.6.11:
 http://projects.puppetlabs.com/projects/facter/

Release Notes at: https://projects.puppetlabs.com/projects/facter/wiki/Wiki

Facter 1.6.11 Highlights
======================

(#15687) Selinux: Test for policyvers before reading it

    Previously facter would read /#{selinux_mount_point}/policyvers
without first
    verifying it existed, which would spew stderr to the console if it did not
    exist. This commit makes the default value for the fact "unknown"
and only uses
    a different value if policyvers exists. This also includes an updated test
    which fails using the previous fact definition.

(#15049) Return only one selinuxfs path as string from mounts

    The block that parses /proc/self/mountinfo to find a selinuxfs
filesystem would
    return results as an array.  On Ruby 1.8, interpolating this into
a string for
    File.exists? when one result was returned worked, while on Ruby 1.9 it
    interpolated as ["/sys/fs/selinux"]/enforce so later failed.

    This changes the block to return the single result string rather
than an array.

    This also fixes #11531 where multiple selinuxfs filesystems could
be mounted,
    as it returns only the first mountpoint.

    The /proc file was changed from /proc/self/mountinfo to
/proc/self/mounts for
    compatibility with Linux 2.6.25 and older.

Facter 1.6.11 Changelog
===================

Andrew Parker (1)
    e9e084f (Maint) Update CONTRIBUTING.md to match Puppet
Matthaus Litteken (1)
    841b99a (#15687) Selinux: Test for policyvers before reading it
Dominic Cleal (1)
    10aa3aa (#15049) Return only one selinuxfs path as string from mounts
Andrew Elwell (1)
    f7f90e4 Update version nos to match Facter development
Michael Stahnke (1)
    ab87a2c Modify facter spec to work with Ruby 1.9

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to