summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG23
1 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6ddf9d4..46ef1be 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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