summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
blob: 4719b406d2ce7819bbbbc0d0e812c9aa195d7046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
1.5.3:
    Added network fact

    Fixed #1870 - Format all subnet masks as human-readable

    Added uptime facts

    Fixed autotest on win32

    Fixed #1870 - Added interface support for Darwin

    Fixed #1791 - support for virtual fact on Solaris 10

    Fixed #1793 - Added more Solaris 10 facts

    Fixed errors on unrecognised option in binary

    Added ci namespace and Rake tasks

    Fixed #1650 - OS X package creation script should be more selective 
    about cleaning out prior versions

    Added Ubuntu to a variety of confines

    Fixed #1619 - Applying patch by seanmil, adding support for SLES.
    
    Fixed #1634 - Update virtual fact to differentiate OpenVZ 
    hardware nodes and virtual environments

    Fixed #1509 - Fixed version recognition for SLES.

    Fixes #1582 - Fix MAC address reporting for Linux bonding 
    slave interfaces

    Fixed #1575 - CentOS fix for Facter SPEC file

    Fixed #1569 - createpackage.sh bug

    Fixed #1567 - createpackage.sh output

    Fixed #1547 - finally killed dots in IP address facts

1.5.2:
    Fixed #1562 - Removed facter from PREREQS

    Fixed #1558 - Updated virtual fact for xenu and xen0

    Fixed #1555 - Ddded operatingsystemrelease for Solaris

    Fixed #1559 - Update to dmidecode fact

1.5.1:
    Added a Process.waitall thread when there's a timeout, to avoid zombies.

    Set the timeout the host-based and resolve-based resolutions to 2.

    Fixed #1495 - CentOS version detection is now better.

    Fixed #1422 - Facter now defaults to 0 timeout.

    Fixes #1492 - added kernelversion fact

    Added virtual fact

    Modified the operatingsystem fact for Debian so it looks in
    /etc/debian_version instead of /proc/version.

    Fixes #1467 - macaddress not set on Ubuntu

    Adding a rake task for creating an archive.

    Adding better SuSE detection for both operatingsystem and release.

    Add sample test and strawman solution for IP parsing code

    Add module level tests for Facter::IPAddress

    Fixed #1425 - Solaris

    Feature #1487: Package creation scripts for Mac OS X

    Feature #1478: Allow specification of --bindir --sbindir --sitelibdir --mandir

    Feature #1475: CONFIG['bindir'] CONFIG['sbindir'] have undesirable defaults on

    Fixes #1467 - macaddress not set on Ubuntu

    Enabled a number of Windows facts - operating system, domain, ipaddress, macaddress, 
    kernel, ipconfig and others 

1.5.0:
    Fixed Rakefile to include additional files including tests et al

    Fixed #1400 - OperatingSystemRelease should now work on CentOS

    Changed 'timeout' option to 'limit' to avoid scope issue

    Fixes #1376 - Display memory facts for AIX

    Fixes #1334 - Forced Facter to use LANG=C

    Fixes #1357 - Change ps syntax for OSX and BSD

    Set the timeout on the AIX kernelrelease fact to 5 seconds.

    Refactored so each fact resolution can specify a separate timeout,
    but the default is still 0.5.

    Refactered ipmess.rb and util/ip.rb to support separate *BSD logic for
    *BSD aliased interfaces.

    Updated dmidecode facts fixing ticket #60

    Added AIX support for some facts

    Add lsbmajdistrelease fact for CentOS and Red Hat

    Updated Red Hat spec file for new version 
    The 'facter' executable now has an option (-p|--puppet) for loading the
    Puppet libraries, which gives it access to Puppet's facts.

    Added autoloading to Facter with a default of not loading all facts,
    which results in a significant speedup when only one fact is sought.
    Facts are autoloaded in either a single file named after the fact or
    in any file in a directory named after the fact.

    Significantly refactored Facter's internals, including creating tests
    for all internal classes.

    A netmask fact has been added closing ticket #46.  It only returns the 
    netmask of the primary interface (in the same behaviour as the ipaddress 
    and macaddress facts).

    Facts to return multiple interfaces on a host have also been updated.  
    If you have multiple interfaces on Linux, *BSD, or Solaris/SunOS you will 
    now get facts for each interface's IP address, MAC address and netmask.  
    The facts will be structured like:
      ipaddress_int = 10.0.0.x
      macaddress_int = xx:xx:xx:xx
      netmask_int = 255.255.255.0

    Facter now identifies Ubuntu hosts and their releases using the 
    operatingsystem and operatingsystemrelease facts.

    The Debian operatingsystemrelease fact now correctly returns the current 
    Debian release.

    Fixed ticket #48 - ioperatingsystem and operatingsystemrelease for CentOS

    Fixed ticket #44 and allowed support for Xen multiple interfaces and aliased
    interfaces.  Supports both Linux and *BSD.

    Added interfaces fact to add as index for ip/MAC address facts

    Added Mandrake support for operatingsystem fact - closed ticket #47

    Fixed ticket #45

    Added netmask.rb closing ticket #46    

1.3.8:
    Fixed Rdoc::usage bug on CentOS 5 - closed Puppet #753 and Facter #40

    Added support to return multiple interfaces and their IP addresses and 
    MAC addressess as facts. Returns interface_interfacename and 
    macaddress_interfacename.  Existing ipaddress and macaddress facts are 
    unchanged and still returned.  Currently Linux only.  Closes #6.
 
    Added macaddress fact support for FreeBSD and OpenBSD - closes #37

    Added hardwareisa support for *BSD platforms - closed #38

    Facter now detects the Mandriva distribution - closes #39

    Facter now correctly detects ipaddress on NetBSD - closes #42

1.3.7:
    A couple of small bugfixes, including fixing Facter.flush so it correctly
    flushes cached values, and the mac address fact only returns one
    value, not all of them.

    Converted all of the fact names to symbols, rather than the somewhat
    random case used previously.  When the facts are converted to a hash,
    they still convert the fact name to a string.

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.

    Fixed a few small bugs, notably the error you could get when asking
    for a non-existent fact.

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).

1.2.0:
    Added RubyVersion, FacterVersion, and PuppetVersion facts.

    Added autoload capabilities, so you can add facts without modifying
    the core library.

    Added the ability to retrieve facts by treating them as a method on the
    Facter class, e.g., Facter.operatingsystem.

    Added a to_hash method to Facter, which retrieves all facts as a hash.

1.1.4:
    Fixing installer bug.

1.1.3:
    Identifying CentOS correctly.

1.1.2:
    Added 'ldapname' attribute, so Facts can be easily converted to
    LDAP.

1.1.1:
    Fixed a bug that occurs when you ask for the value of an unregistered
    fact.

1.1.0:
    Added support for OpenBSD (and probably NetBSD and FreeBSD), and significantly
    refactored (heh) how facts and resolution mechanisms are added.

1.0.2:
    Added SuSE distro
    Added initial support for Cygwin, thanks to contributions from Eric Sorenson

1.0.1:
    Added 'id' fact, which basically returns 'whoami'.

1.0:
    Rewrote entirely.  It's much simpler to use, and now supports
    adding new fact resolution mechanisms at run-time.

1.0b1:
	Initial release.