~gandelman-a/ubuntu/precise/facter/merge922788

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman
  • Date: 2011-10-18 10:32:42 UTC
  • mfrom: (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20111018103242-ag8i8vejfp8v7b1b
Tags: upstream-1.6.1
ImportĀ upstreamĀ versionĀ 1.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1.6.1
 
2
===
 
3
1f009e0 Updated CHANGELOG for 1.6.1rc4
 
4
3117e82 (#9517) Fix physicalprocessorcount on windows
 
5
ef0a9aa Updated CHANGELOG for 1.6.1rc3
 
6
4d93745 (#8491) Prevent repeated loading of fact files
 
7
6db71d4 (#9457) Fix logic for domain fact so hostname, then dnsdomainname and finally resolv.conf is used.
 
8
18cd964 Updated CHANGELOG for 1.6.1rc2
 
9
7edef60 Change count to length for compatibility
 
10
88f343c (#2344) VMware version parsing fix
 
11
7457fe5 SELinux spec test fix for ubuntu
 
12
8bed5bb Clear messages between test runs
 
13
f4ad6bf Macaddress spec test needed operatingsystem fact
 
14
6c098cc Rakefile should fail on error
 
15
42c5471 Updated CHANGELOG for 1.6.1rc1.
 
16
6d47012 (#4869) Implement productname as Darwin hw.model
 
17
d28d96c (#4508) Xen HVM domU not detected as virtual
 
18
d55983e (#9178) Add Oracle Linux identification
 
19
1cb9cb6 (#6610) Fix Autotest proper run
 
20
ec04277 (#4228) Ensure MAC address octets have leading zeroes.
 
21
241cddc (#6610) Fix rSpec output format
 
22
3eb3628 Add Scientific Linux CERN detection to facter. Fixes #9260
 
23
0bf827f (maint) Add kernel stubbing for is_virtual fact spec
 
24
f810170 (#7957) is_virtual should be false for openvz host nodes
 
25
1414e0b (#9059) is_virtual should be false on vmware_server
 
26
7fb0e6a (#8439) Add interface-specific ip facts for Windows
 
27
5d5848c (#8439) Add ipaddress6 fact on Windows
 
28
7531a2b (#8439) Add ps fact on Windows
 
29
ddb67c5 (#8439) Move macaddress resolution on Windows
 
30
0721f2f (#7682) Add complete support for Scientific Linux
 
31
a347920 (#9183) Add support for Alpine linux detection
 
32
824fac0 (#8439) Add physicalprocessorcount and processor facts on Windows
 
33
9ef56d6 (#8439) Implement total and free physical memory on Windows
 
34
b3e2274 (#8439) Add Facter::Util::WMI module
 
35
00bed7a (#8964) Search mountinfo for selinux mount point
 
36
cceb74b (maint) Add stubbing and corrections for domain spec
 
37
f7daae3 (maint) Remove global var from domain and hostname
 
38
e8d00ec (#8964) Search mountinfo for selinux mount point
 
39
46cbd68 Fix the SPEC file (COPYING no longer shipped, README -> README.md)
 
40
c5d63d4 Fix #2766 - silence unknown sysctl values
 
41
2ba8e7b Add document outlining preferred contribution methods
 
42
5d9cc84 (#8660) Fix destdir option on Windows
 
43
e329450 (#8247) Fixing arp DNS timeout issue.
 
44
bdd9e39 Maint: Fix tests to run on Windows
 
45
c1b631d Maint: Refactor detection of windows platform
 
46
9b7a41d Maint: Deprecate facter resolution interpreter parameter
 
47
0356a2a Maint: Fix facter install on Windows
 
48
15d0406 use each_line instead of each for strings in ruby 1.9
 
49
08b3f77 (#7854) Add Augeas library version fact
 
50
e84c051 Fixed #7307 - Added serial number fact to Solaris
 
51
6fb6ee5 (#4869) Implement productname as Darwin hw.model
 
52
63c8b11 (#4508) Xen HVM domU not detected as virtual
 
53
 
 
54
1.6.0
 
55
===
 
56
9404a7a (#7670) Add an acceptance test
 
57
0c23845 maint: Fix spelling of acceptance directory
 
58
926e912 (#7670) Stop preloading all facts in the application
 
59
2255abe (#7670) Never fail to find a fact that is present
 
60
8002c24 (#7507) Fix 1.9.2 test failure
 
61
0635822 Removed inappropriately uncredited Ohai method from ec2 fact
 
62
6b1cd16 (#6614) Update ipaddress6 fact to work with Ruby 1.9
 
63
21fe217 (#6612) Changed uptime spec to be endian agnostic
 
64
19f96b5 (#6728) Facter improperly detects openvzve on CloudLinux systems
 
65
5b10173 (#5135) Fix faulty logic in physicalprocessorcount
 
66
53cd946 Ensures that ARP facts are returned only on EC2 hosts
 
67
bfa038d Fixed #6974 - Moved to Apache 2.0 license
 
68
d56bca8 refactor the mechanism for allowing for resolution ordering to be influenced
 
69
9f4c5c6 (#6740) facter doesn't always respect facts in environment variables
 
70
7441b32 Partial fix for #6971 - Fix for virtual tests
 
71
7f3e89d (#2714) Fixed faulty test
 
72
bfc16f6 (#2714) Added timeout to prtdiag resulution
 
73
c2ff833 (#5135) Refactored physicalprocessorcount
 
74
0c4a98b Re-factor. Do not use pure-Ruby file reading against "/proc/cpuinfo" and possibly any entry under "/sys" from the sysfs file system.
 
75
cb52b06 Fix. Using sysfs file system entries to count the number of physical CPUs. Fall-back to "/proc/cpuinfo" included for backward-compatibility with legacy systems.
 
76
3efa9d7 (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
 
77
7c80172 (#6883) Update Facter install.rb to be slightly more informative.
 
78
d31e3f9 (#5394) Document each Facter fact.
 
79
af4947c (#6862) Add a default subject for the mail_patches rake task
 
80
d6967a0 (#6613) Switch solaris macaddress fact to netstat
 
81
e056218 (#6817) Fix for Ruby 1.9 by calling .each_line on a string
 
82
861c2b2 maint: cleanup whitespace
 
83
f6c9927 (#6719) Corrected faulty logic in bugfix
 
84
e42e57c (#3856) Add virtualbox detection via lspci (graphics card), dmidecode, and prtdiag for Solaris and corresponding tests. Darwin case is not handled yet.
 
85
0b5b546 (#6883) Update Facter install.rb to be slightly more informative.
 
86
7c08270 (#5394) Document each Facter fact.
 
87
06eb3f5 (#6883) Update Facter install.rb to be slightly more informative.
 
88
1063753 (#6862) Add a default subject for the mail_patches rake task
 
89
56b5f10 (#6613) Switch solaris macaddress fact to netstat
 
90
fd4f31c (#6817) Fix for Ruby 1.9 by calling .each_line on a string
 
91
72996ff maint: cleanup whitespace
 
92
 
1
93
1.5.9
2
94
=====
3
95
4de8b20 Updated CHANGELOG for 1.5.9rc6