summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG17
-rw-r--r--tests/tc_simple.rb1
2 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6636a20..5226eef 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,20 @@
+1.3.3:
+ Added thread exclusivity to memory and processor facts.
+
+ Added the ability to retrieve facts by pulling them out of the shell environment.
+
+1.3.2:
+ Temporarily disabled memory and processor facts since they might cause hangs.
+
+1.3.1:
+ Fixed autoloading so that it catches any errors in loaded libraries.
+
+1.3:
+ Significant internal refactoring, such as replacing 'tag' with 'confine', and
+ reusing 'tag' for semantic purposes.
+
+ Made autoloading of facts better.
+
1.2.1:
Fixed a "bug" that occurs if there's a file named "facter" in your
ruby search path (as opposed to directory).
diff --git a/tests/tc_simple.rb b/tests/tc_simple.rb
index 5b977de..dfe917a 100644
--- a/tests/tc_simple.rb
+++ b/tests/tc_simple.rb
@@ -582,6 +582,7 @@ some random stuff
}
assert_equal(value, resp)
+ ENV.delete(var)
Facter.clear
end
end