diff options
author | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2007-01-19 22:32:41 +0000 |
---|---|---|
committer | luke <luke@1f5c1d6a-bddf-0310-8f58-fc49e503516a> | 2007-01-19 22:32:41 +0000 |
commit | 067dc2cf8eb89e72600a24f5bc5c3767c4e97954 (patch) | |
tree | 0ab7dfa39cf6c145b2d37e665775dac0e0e57a01 | |
parent | b013e21358e07766d96f31d24855fb790aa601d0 (diff) | |
download | facter-067dc2cf8eb89e72600a24f5bc5c3767c4e97954.tar.gz facter-067dc2cf8eb89e72600a24f5bc5c3767c4e97954.tar.xz facter-067dc2cf8eb89e72600a24f5bc5c3767c4e97954.zip |
updating changelog for 1.3.6
git-svn-id: http://reductivelabs.com/svn/facter/trunk@187 1f5c1d6a-bddf-0310-8f58-fc49e503516a
-rw-r--r-- | CHANGELOG | 7 | ||||
-rwxr-xr-x[-rw-r--r--] | tests/tc_simple.rb | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +1.3.6: + A bugfix release, including fixes for #29, and #30. Also fixed + the SSH keys so they only have the key, not the type or description. + +1.3.5: + A bugfix release. + 1.3.4: Added many new facts, including LSB facts. diff --git a/tests/tc_simple.rb b/tests/tc_simple.rb index 8c7d995..c355d79 100644..100755 --- a/tests/tc_simple.rb +++ b/tests/tc_simple.rb @@ -1,4 +1,4 @@ -#! /usr/bin/env ruby +#!/usr/bin/env ruby $facterbase = File.dirname(File.dirname(__FILE__)) if $facterbase == "." |