diff options
author | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-06-28 17:38:06 +0000 |
---|---|---|
committer | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2006-06-28 17:38:06 +0000 |
commit | 682b97a22f10636f17128d5fe22e1d58f2006b29 (patch) | |
tree | 28fad11640d36a9fb1ac4d2f84ea7316b5bcb727 | |
parent | 747d45a53918e7f339f9a0e6cbc2324933406ffe (diff) | |
download | facter-682b97a22f10636f17128d5fe22e1d58f2006b29.tar.gz facter-682b97a22f10636f17128d5fe22e1d58f2006b29.tar.xz facter-682b97a22f10636f17128d5fe22e1d58f2006b29.zip |
updating changelog for 1.3.3
git-svn-id: http://reductivelabs.com/svn/facter/trunk@152 1f5c1d6a-bddf-0310-8f58-fc49e503516a
-rw-r--r-- | CHANGELOG | 17 | ||||
-rw-r--r-- | tests/tc_simple.rb | 1 |
2 files changed, 18 insertions, 0 deletions
@@ -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 |