~ubuntu-branches/ubuntu/precise/openipmi/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2005-10-20 23:01:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051020230155-32ns8hnb1es8hntb
Tags: 2.0.2-2
added missing libgdbm-dev to libopenipmi-dev
(closes: Bug#334623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2005-07-14 Corey Minyard <cminyard@mvista.com>
 
2
 
 
3
        * lib/sensor.c: Make sure the entity for a sensor is locked even
 
4
        if the MC is bad.
 
5
 
 
6
        * lib/sel.c: Remove a bogus sel_unlock().
 
7
 
 
8
        * include/OpenIPMI/os_handler.h: Add a way to directly set the
 
9
        log handler for an os handler.
 
10
 
 
11
        * include/OpenIPMI/ipmi_posix.h: Remove the posix_vlog garbage.
 
12
        We still maintain backwards compatability, but this was a stupid
 
13
        idea.
 
14
        * unix/posix_os_hnd.c: ditto
 
15
        * unix/posix_thread_os_hnd.c: ditto
 
16
 
 
17
        * unix/posix_os_hnd.c: Add in the set_log_handler os_handler
 
18
        function.
 
19
        * unix/posix_thread_os_hnd.c: ditto
 
20
        * glib/glib_os_hnd.c, include/OpenIPMI/ipmi_glib.h: ditto
 
21
        * cmdlang/os_debug.c: ditto
 
22
 
 
23
        * cmdlang/ipmish.c: Convert over to set_log_handler.
 
24
        * sample/sample.c: ditto
 
25
 
 
26
        * sample/ipmicmd.c: Remove posix_vlog and use the default one.
 
27
        * sample/sample2.c: ditto
 
28
        * sample/sample3.c: ditto
 
29
 
 
30
        * configure.in: Move to version 2.0.2
 
31
        
 
32
2005-07-13 Corey Minyard <cminyard@mvista.com>
 
33
 
 
34
        * include/OpenIPMI/internal/ipmi_sensor.c, include/OpenIPMI/ipmiif.h.in:
 
35
        Move ipmi_sensor_get_owner() to ipmiif.h for the CIM mapping.
 
36
 
 
37
        * everything: A massive update to improve const correcteness.
 
38
 
 
39
2005-07-12 Corey Minyard <cminyard@mvista.com>
 
40
 
 
41
        * lib/fru.c: Fix a problem with uninitialized variable FRU string
 
42
        data and another problem with encoding later fields after a
 
43
        changed field.
 
44
 
 
45
        * cmdlang/cmd_fru.c: Must reference the FRU again before deleting;
 
46
        the caller is holding their own reference and will dereference it
 
47
        themselves.
 
48
 
 
49
        * lanserv/emu_cmd.c: Fixed a problem reading continued command
 
50
        strings in the emulator.
 
51
 
 
52
        * lanserv/README.emulator: Fixed some documentation for FRU handling.
 
53
 
 
54
        * lib/sdr.c: When checking the length of SDR data, allow extra
 
55
        data at the end.
 
56
 
 
57
2005-07-06 Corey Minyard <cminyard@mvista.com>
 
58
 
 
59
        * swig/perl/test_fru: Added some more tests trying to reproduce
 
60
        a user problem.
 
61
 
 
62
2005-06-14 Forrest Zhao <forrest.zhao@intel.com>, Corey Minyard <cminyard@mvista.com>
 
63
        
 
64
        * include/OpenIPMI/ipmi_fru.h, include/OpenIPMI/internal/ipmi_oem.h 
 
65
          lib/fru.c, lib/oem_atca.c, ui/ui.c: Add support for OEM FRU
 
66
          multirecord decode, providing a hierarchy interface for user to
 
67
          get each field of decoded OEM FRU multirecord.
 
68
 
1
69
2005-06-10 Corey Minyard <cminyard@mvista.com>
2
70
 
3
71
        * lib/sensor.c: Fix some english grammar problems in a pring.