Release 1.2 (March 9, 2006)

In this section

Features

Bug fixes

See also

Release 1.5.2 (August 3rd, 2009)

Release 1.5.1 (July 17, 2009)

Release 1.5.0 (January 20, 2009)

Release 1.4.4 (September 11, 2008)

Release 1.4.3 (September 5, 2008)

Release 1.4.2 (May 13, 2008)

Release 1.4.1 (February 4, 2008)

Release 1.4.0 (December 19, 2007)

Release 1.2.6 (July 9, 2007)

Release 1.2.5 (September 25, 2006)

Release 1.2.4 (July 24, 2006)

Release 1.2.3 (April 18, 2006)

Release 1.2.2 (April 13, 2006)

Release 1.2.1 (April 8, 2006)

Release 1.1.3 (October 24, 2005)

Release 1.1.2 (October 17, 2005)

Release 1.1 (September 12, 2005)

Release 1.0.2

Release 1.0.1

Release 1.0 Patch 1

Release 1.0

Features

General

ControlManager

Added support for direct CAB control. Here is how to set it up:

  1. From a command prompt, type conman -adapters and press Enter.

    A list of discovered adapters will be shown with a Device ID:... line which shows how Windows refers to the adapter.

  2. Choose the appropriate NIC (on the CobraNet network) and copy the line from \Device... to the end.
  3. Open the conman.cfg.xml file in a text editor.
  4. Add a line after line 3 that incorporates the bit you copied from the printout of adapters like this:

    <cab_adapter value='\Device\{3bcabbb8-8809-41e2-8e0f-d4c98fdfe6e3}' />

    Note: This line is the example from the file, but the part within the {}'s needs to be the one you got from the printout of adapters. This functionality will be included as an automatic part of future ControlManager installers.

Bug fixes