[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, experimental_upstream, updated. 1.5.9-54-g5a4eeed

Michael Stahnke stahnma at puppetlabs.com
Wed Jun 22 08:51:55 UTC 2011


The following commit has been merged in the experimental_upstream branch:
commit 5a4eeedb4898cf150d541b276008a6537a742af7
Author: Michael Stahnke <stahnma at puppetlabs.com>
Date:   Thu Jun 16 12:47:40 2011 -0700

    Updating for 1.6.0rc1
    
    Signed-off-by: Michael Stahnke <stahnma at puppetlabs.com>

diff --git a/CHANGELOG b/CHANGELOG
index cbb40bc..8f93752 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,42 @@
+1.6.0rc1
+===
+9404a7a (#7670) Add an acceptance test
+0c23845 maint: Fix spelling of acceptance directory
+926e912 (#7670) Stop preloading all facts in the application
+2255abe (#7670) Never fail to find a fact that is present
+8002c24 (#7507) Fix 1.9.2 test failure
+0635822 Removed inappropriately uncredited Ohai method from ec2 fact
+6b1cd16 (#6614) Update ipaddress6 fact to work with Ruby 1.9
+21fe217 (#6612) Changed uptime spec to be endian agnostic
+19f96b5 (#6728) Facter improperly detects openvzve on CloudLinux systems
+5b10173 (#5135) Fix faulty logic in physicalprocessorcount
+53cd946 Ensures that ARP facts are returned only on EC2 hosts
+bfa038d Fixed #6974 - Moved to Apache 2.0 license
+d56bca8 refactor the mechanism for allowing for resolution ordering to be influenced
+9f4c5c6 (#6740) facter doesn't always respect facts in environment variables
+7441b32 Partial fix for #6971 - Fix for virtual tests
+7f3e89d (#2714) Fixed faulty test
+bfc16f6 (#2714) Added timeout to prtdiag resulution
+c2ff833 (#5135) Refactored physicalprocessorcount
+0c4a98b Re-factor. Do not use pure-Ruby file reading against "/proc/cpuinfo" and possibly any entry under "/sys" from the sysfs file system.
+cb52b06 Fix. Using sysfs file system entries to count the number of physical CPUs. Fall-back to "/proc/cpuinfo" included for backward-compatibility with legacy systems.
+3efa9d7 (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
+7c80172 (#6883) Update Facter install.rb to be slightly more informative.
+d31e3f9 (#5394) Document each Facter fact.
+af4947c (#6862) Add a default subject for the mail_patches rake task
+d6967a0 (#6613) Switch solaris macaddress fact to netstat
+e056218 (#6817) Fix for Ruby 1.9 by calling .each_line on a string
+861c2b2 maint: cleanup whitespace
+f6c9927 (#6719) Corrected faulty logic in bugfix
+e42e57c (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
+0b5b546 (#6883) Update Facter install.rb to be slightly more informative.
+7c08270 (#5394) Document each Facter fact.
+06eb3f5 (#6883) Update Facter install.rb to be slightly more informative.
+1063753 (#6862) Add a default subject for the mail_patches rake task
+56b5f10 (#6613) Switch solaris macaddress fact to netstat
+fd4f31c (#6817) Fix for Ruby 1.9 by calling .each_line on a string
+72996ff maint: cleanup whitespace
+
 1.5.9
 =====
 4de8b20 Updated CHANGELOG for 1.5.9rc6
diff --git a/lib/facter.rb b/lib/facter.rb
index 2073b84..eed32f8 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -24,7 +24,7 @@ module Facter
     include Comparable
     include Enumerable
 
-    FACTERVERSION = '1.5.9'
+    FACTERVERSION = '1.6.0'
     # = Facter
     # Functions as a hash of 'facts' you might care about about your
     # system, such as mac address, IP address, Video card, etc.

-- 
Packaging of Facter for debian



More information about the Pkg-puppet-devel mailing list