[Fusioninventory-commit] [fusinv/fusioninventory-agent] d41a3f: fix duplicated SOFTWARES.RELEASETYPE

Gonéri Le Bouder goneri at rulezlan.org
Thu May 17 14:10:16 UTC 2012


  Branch: refs/heads/2.3.x
  Home:   https://github.com/fusinv/fusioninventory-agent
  Commit: d41a3fff1072b7162b1beb1254a84959152c87b3
      https://github.com/fusinv/fusioninventory-agent/commit/d41a3fff1072b7162b1beb1254a84959152c87b3
  Author: Gonéri Le Bouder <goneri at rulezlan.org>
  Date:   2012-05-16 (Wed, 16 May 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Softwares.pm
    M lib/FusionInventory/Agent/Task/Inventory/Inventory.pm
    M t/inventory/windows/softwares.t

  Log Message:
  -----------
  fix duplicated SOFTWARES.RELEASETYPE

SOFTWARES.RELEASE_TYPE is documented and was already used before for
the same purpose.


  Commit: 0ab900b7e92d76be4b1619df68e4f67f75fe9495
      https://github.com/fusinv/fusioninventory-agent/commit/0ab900b7e92d76be4b1619df68e4f67f75fe9495
  Author: Gonéri Le Bouder <goneri at rulezlan.org>
  Date:   2012-05-16 (Wed, 16 May 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Softwares.pm
    A resources/win32/wmi/xp-Win32_QuickFixEngineering.wmi
    M t/inventory/windows/softwares.t

  Log Message:
  -----------
  collect KB from Win32_QuickFixEngineering

On Windows 7, part of the KB are not available in the Uninstall key
from the registry. With this patch, the agent use Win32_QuickFixEngineering
as an alternative source of software.

closes: #706
closes: #1668
closes: #197

Reported-by: David Durieux <d.durieux at siprossii.com>


  Commit: 68540d7b9bc82a5b3538122bc5815e07704cff31
      https://github.com/fusinv/fusioninventory-agent/commit/68540d7b9bc82a5b3538122bc5815e07704cff31
  Author: Gonéri Le Bouder <goneri at rulezlan.org>
  Date:   2012-05-16 (Wed, 16 May 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Softwares.pm
    M lib/FusionInventory/Agent/Task/Inventory/Inventory.pm
    M t/inventory/windows/softwares.t

  Log Message:
  -----------
  Merge remote branch 'origin/2.2.x' into 2.2.x


  Commit: e9bc45e635442217525e1fad4ad1400d3dde65a6
      https://github.com/fusinv/fusioninventory-agent/commit/e9bc45e635442217525e1fad4ad1400d3dde65a6
  Author: Igor Polovinkin <iipolovinkin at yandex.ru>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Screen.pm

  Log Message:
  -----------
  fix: initialize Availability content

Without this changes, the second secreen "Availability" key is undef.
Since Availability != 3, the screen in not improted in the inventory.


  Commit: c48f9b05f84579f848972b8aa487665c38eee707
      https://github.com/fusinv/fusioninventory-agent/commit/c48f9b05f84579f848972b8aa487665c38eee707
  Author: Gonéri Le Bouder <goneri at rulezlan.org>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M etc/agent.cfg

  Log Message:
  -----------
  reduce the backend-collect-timeout default to 30s

30s is the aget default settings.

see: http://permalink.gmane.org/gmane.comp.monitoring.fusion-inventory.user/191


  Commit: ae38059a50a57940ba72dabafea962373eb066b4
      https://github.com/fusinv/fusioninventory-agent/commit/ae38059a50a57940ba72dabafea962373eb066b4
  Author: Vincent Membré <vincent.membre at normation.com>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Archs/i386.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/MacOS/CPU.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/CPU.pm
    M lib/FusionInventory/Agent/Task/Inventory/Inventory.pm
    M lib/FusionInventory/Agent/Tools/Generic.pm
    A resources/macos/sysctl/10.6-macmini
    A resources/macos/system_profiler/10.6-macmini
    M t/inventory/linux/cpu.t
    A t/inventory/macos/cpu.t
    M t/inventory/macos/memory.t
    M t/inventory/windows/cpu.t
    M t/tools/generic.t

  Log Message:
  -----------
  extend CPU information

add CPU Stepping, Model and Family informations.

closes: #1597


  Commit: 20336225fe0fb8b42012da6b58cf1b26a6712b25
      https://github.com/fusinv/fusioninventory-agent/commit/20336225fe0fb8b42012da6b58cf1b26a6712b25
  Author: Gonéri Le Bouder <goneri at rulezlan.org>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M etc/agent.cfg
    M lib/FusionInventory/Agent/Task/Inventory/Input/Generic/Screen.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Linux/Archs/i386.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/MacOS/CPU.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/CPU.pm
    M lib/FusionInventory/Agent/Task/Inventory/Input/Win32/Softwares.pm
    M lib/FusionInventory/Agent/Task/Inventory/Inventory.pm
    M lib/FusionInventory/Agent/Tools/Generic.pm
    A resources/macos/sysctl/10.6-macmini
    A resources/macos/system_profiler/10.6-macmini
    A resources/win32/wmi/xp-Win32_QuickFixEngineering.wmi
    M t/inventory/linux/cpu.t
    A t/inventory/macos/cpu.t
    M t/inventory/macos/memory.t
    M t/inventory/windows/cpu.t
    M t/inventory/windows/softwares.t
    M t/tools/generic.t

  Log Message:
  -----------
  Merge branch '2.2.x' into 2.3.x


Compare: https://github.com/fusinv/fusioninventory-agent/compare/68e2ebb...2033622


More information about the Fusioninventory-commit mailing list