Facter 1.6.16 is a maintenance release in the 1.6.x branch with bug
fixes. This is a single bug-fix release to address the regression in
ec2 facts found in Facter 1.6.15 (#17855).

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

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

Rubygem available at http://rubygems.org/gems/facter

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

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

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

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

Fixes targeted at this version in our bug tracker:
https://projects.puppetlabs.com/versions/354

=========================
## Facter 1.6.16 Release Notes ##
=========================
(#17855) Rescue Timeout::Error

    Previously, if the Facter::EC2.can_connect? method timed-out, an
    instance of Timeout::Error would be raised. Under ruby 1.8.7, this class
    is not a StandardError, and so wasn't rescued. And since the
    can_connect? method is called when the ec2 code is loaded (as opposed to
    a setcode block), the exception was never caught causing facter to exit.

    In ruby 1.9.3, Timeout::Error is a StandardError, so the default
    `rescue` block catches it.

    This issue was caused by commit b336259e when trying to fix #17493.

    This commit restores the explicit rescue of Timeout::Error so that it
    behaves consistently on all supported ruby versions.

======================
## Facter 1.6.16 Changelog ##
======================
Josh Cooper (1):
      a9dafe9 (#17855) Rescue Timeout::Error

Matthaus Owens (2):
      008a8d3 Remove fedora 15 mocks, as f15 is EOL.
      cec7b6c Update FACTERVERSION to 1.6.16

-- 
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