diff options
author | Luke Kanies <luke@madstop.com> | 2008-08-27 07:10:07 +0200 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2008-08-27 07:10:07 +0200 |
commit | 74735c9c53deebaeb278cca5c7207d038bf89478 (patch) | |
tree | 26b2c9e6179bf108d2a4e445f98a9ebb57b592f4 | |
parent | bff615cb94cb18a28582a48d0e763140d2cc9afa (diff) | |
parent | 0356b6e5f37ecb70fa8e3df5e46da36d3da9e7d9 (diff) | |
download | facter-74735c9c53deebaeb278cca5c7207d038bf89478.tar.gz facter-74735c9c53deebaeb278cca5c7207d038bf89478.tar.xz facter-74735c9c53deebaeb278cca5c7207d038bf89478.zip |
Merge branch 'master' of git@reductivelabs.com:facter
-rw-r--r-- | CHANGELOG | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,4 +1,4 @@ -1.5.x: +1.5.1: Added a Process.waitall thread when there's a timeout, to avoid zombies. Set the timeout the host-based and resolve-based resolutions to 2. @@ -16,6 +16,27 @@ Fixes #1467 - macaddress not set on Ubuntu + Adding a rake task for creating an archive. + + Adding better SuSE detection for both operatingsystem and release. + + Add sample test and strawman solution for IP parsing code + + Add module level tests for Facter::IPAddress + + Fixed #1425 - Solaris + + Feature #1487: Package creation scripts for Mac OS X + + Feature #1478: Allow specification of --bindir --sbindir --sitelibdir --mandir + + Feature #1475: CONFIG['bindir'] CONFIG['sbindir'] have undesirable defaults on + + Fixes #1467 - macaddress not set on Ubuntu + + Enabled a number of Windows facts - operating system, domain, ipaddress, macaddress, + kernel, ipconfig and others + 1.5.0: Fixed Rakefile to include additional files including tests et al |