[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, upstream, updated. 3a39dd8353b6308cf49522990104cc63e55d7cda
James Turnbull
james at lovedthanlost.net
Fri Jan 29 17:22:42 UTC 2010
The following commit has been merged in the upstream branch:
commit 5bc8db33bf1fe672375b4666464c3fad06f093ec
Author: James Turnbull <james at lovedthanlost.net>
Date: Fri Sep 11 14:22:11 2009 +1000
Incremented version and updated CHANGELOG
diff --git a/CHANGELOG b/CHANGELOG
index 141661d..678a8ff 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+1.5.7
+ * Bug #2306: Facter[netmask] does not exist on Solaris and FreeBSD systems
+ * Bug #2312: The operatingsystemrelease fact does not account for non-integer Fedora and RHEL releases.
+ * Bug #2314: OpenBSD uses dmidecode for manufacturer info, should use native sysctl facility
+ * Bug #2407: Broken CI build
+ * Bug #2414: errors when alias IP's are defined
+ * Bug #2415: patch for first-rev Mac OS X versions
+ * Bug #2431: Facter binary installs in wrong location on Mac OS 10.6 developer seed
+ * Bug #2455: Misleading/ambiguous error message on invalid fact code should be changed
+ * Bug #2470: interfaces fact has duplicate entries under Solaris
+ * Bug #2535: undefined method when trying to access a fact's value through the Facter class method shortcut and @collection is not initialized
+ * Feature #2548: Netblock fact
+ * Refactor #2292: Add tests for virtual.rb
+
1.5.6:
Bug #2303: Add executable facter in spec
diff --git a/lib/facter.rb b/lib/facter.rb
index 6e05495..3c69a94 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
include Comparable
include Enumerable
- FACTERVERSION = '1.5.6'
+ FACTERVERSION = '1.5.7'
# = 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