~ubuntu-branches/ubuntu/quantal/facter/quantal

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Palmer
  • Date: 2006-06-30 12:43:50 UTC
  • Revision ID: james.westby@ubuntu.com-20060630124350-j9tjuvey4xtetjnw
Tags: upstream-1.3.3
ImportĀ upstreamĀ versionĀ 1.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1.3.3:
 
2
    Added thread exclusivity to memory and processor facts.
 
3
 
 
4
    Added the ability to retrieve facts by pulling them out of the shell environment.
 
5
 
 
6
1.3.2:
 
7
    Temporarily disabled memory and processor facts since they might cause hangs.
 
8
 
 
9
1.3.1:
 
10
    Fixed autoloading so that it catches any errors in loaded libraries.
 
11
 
 
12
1.3:
 
13
    Significant internal refactoring, such as replacing 'tag' with 'confine', and
 
14
    reusing 'tag' for semantic purposes.
 
15
 
 
16
    Made autoloading of facts better.
 
17
 
 
18
1.2.1:
 
19
    Fixed a "bug" that occurs if there's a file named "facter" in your
 
20
    ruby search path (as opposed to directory).
 
21
 
 
22
1.2.0:
 
23
    Added RubyVersion, FacterVersion, and PuppetVersion facts.
 
24
 
 
25
    Added autoload capabilities, so you can add facts without modifying
 
26
    the core library.
 
27
 
 
28
    Added the ability to retrieve facts by treating them as a method on the
 
29
    Facter class, e.g., Facter.operatingsystem.
 
30
 
 
31
    Added a to_hash method to Facter, which retrieves all facts as a hash.
 
32
 
 
33
1.1.4:
 
34
    Fixing installer bug.
 
35
 
 
36
1.1.3:
 
37
    Identifying CentOS correctly.
 
38
 
 
39
1.1.2:
 
40
    Added 'ldapname' attribute, so Facts can be easily converted to
 
41
    LDAP.
 
42
 
 
43
1.1.1:
 
44
    Fixed a bug that occurs when you ask for the value of an unregistered
 
45
    fact.
 
46
 
 
47
1.1.0:
 
48
    Added support for OpenBSD (and probably NetBSD and FreeBSD), and significantly
 
49
    refactored (heh) how facts and resolution mechanisms are added.
 
50
 
 
51
1.0.2:
 
52
    Added SuSE distro
 
53
    Added initial support for Cygwin, thanks to contributions from Eric Sorenson
 
54
 
 
55
1.0.1:
 
56
    Added 'id' fact, which basically returns 'whoami'.
 
57
 
 
58
1.0:
 
59
    Rewrote entirely.  It's much simpler to use, and now supports
 
60
    adding new fact resolution mechanisms at run-time.
 
61
 
 
62
1.0b1:
 
63
        Initial release.