~ubuntu-branches/ubuntu/trusty/facter/trusty

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock, Nigel Kersten, Andrew Pollock
  • Date: 2009-04-13 15:20:21 UTC
  • mfrom: (1.1.5 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090413152021-t3uagjamr3ee4njl
Tags: 1.5.4-1
[ Nigel Kersten ]
* New upstream release
* Switch maintainer to pkg-puppet-devel list
* Modify uploaders
* Update watch file regexp to exclude release canditate tarballs
* Use upstream install.rb script to build rather than copying manually

[ Andrew Pollock ]
* debian/control: add libopenssl-ruby to build dependencies
* debian/control: bump Standards-Version (no changes)
* debian/compat: increase to 5
* debian/control: add pciutils and ${misc:Depends} to dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
1.5.4:
 
2
    Fixed #1966 - Added physicalprocessorcount fact
 
3
 
 
4
    Fixed #1761 - changes to Solaris facts:
 
5
       operatingsystemrelease == kernel release or uname -r
 
6
       kernelrelease == uname -r 
 
7
       kernelversion == uname -v
 
8
 
 
9
    Added support for Oracle VM Server to operatingsystem
 
10
    and operatingsystemrelease
 
11
 
 
12
    Added support for Oracle Enterprise Linux to operatingsystem 
 
13
    and operatingsystemrelease
 
14
 
 
15
    Fixed #1927 - failing facts don't kill Facter
 
16
 
 
17
    Fixed #1850 - Facter updates for Ruby 1.9
 
18
 
 
19
    Fixed #1926 - IPAddr to_s issue
 
20
 
 
21
    Fixed Ubuntu operatingsystem identification
 
22
 
 
23
    Fixed generic uptime fact
 
24
 
 
25
    Fixed #1924 - Fixed lo / lo:0 local interface matching
 
26
1.5.3:
 
27
    Added network fact
 
28
 
 
29
    Fixed #1870 - Format all subnet masks as human-readable
 
30
 
 
31
    Added uptime facts
 
32
 
 
33
    Fixed autotest on win32
 
34
 
 
35
    Fixed #1870 - Added interface support for Darwin
 
36
 
 
37
    Fixed #1791 - support for virtual fact on Solaris 10
 
38
 
 
39
    Fixed #1793 - Added more Solaris 10 facts
 
40
 
 
41
    Fixed errors on unrecognised option in binary
 
42
 
 
43
    Added ci namespace and Rake tasks
 
44
 
 
45
    Fixed #1650 - OS X package creation script should be more selective 
 
46
    about cleaning out prior versions
 
47
 
 
48
    Added Ubuntu to a variety of confines
 
49
 
 
50
    Fixed #1619 - Applying patch by seanmil, adding support for SLES.
 
51
    
 
52
    Fixed #1634 - Update virtual fact to differentiate OpenVZ 
 
53
    hardware nodes and virtual environments
 
54
 
 
55
    Fixed #1509 - Fixed version recognition for SLES.
 
56
 
 
57
    Fixes #1582 - Fix MAC address reporting for Linux bonding 
 
58
    slave interfaces
 
59
 
 
60
    Fixed #1575 - CentOS fix for Facter SPEC file
 
61
 
 
62
    Fixed #1569 - createpackage.sh bug
 
63
 
 
64
    Fixed #1567 - createpackage.sh output
 
65
 
 
66
    Fixed #1547 - finally killed dots in IP address facts
 
67
 
 
68
1.5.2:
 
69
    Fixed #1562 - Removed facter from PREREQS
 
70
 
 
71
    Fixed #1558 - Updated virtual fact for xenu and xen0
 
72
 
 
73
    Fixed #1555 - Ddded operatingsystemrelease for Solaris
 
74
 
 
75
    Fixed #1559 - Update to dmidecode fact
 
76
 
1
77
1.5.1:
2
78
    Added a Process.waitall thread when there's a timeout, to avoid zombies.
3
79