From 682b97a22f10636f17128d5fe22e1d58f2006b29 Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 28 Jun 2006 17:38:06 +0000 Subject: updating changelog for 1.3.3 git-svn-id: http://reductivelabs.com/svn/facter/trunk@152 1f5c1d6a-bddf-0310-8f58-fc49e503516a --- CHANGELOG | 17 +++++++++++++++++ tests/tc_simple.rb | 1 + 2 files changed, 18 insertions(+) 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 -- cgit