VirtualBox

Changeset 75850 in vbox for trunk


Ignore:
Timestamp:
Nov 30, 2018 1:02:35 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127053
Message:

changelog entry for DHCP server (bugref:9288) + very tiny code cleanup

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r75843 r75850  
    5252
    5353      <listitem>
     54        <para>VBoxManage: support for DHCP options</para>
     55      </listitem>
     56
     57      <listitem>
    5458        <para>Windows guests: support VMSVGA in the Windows Additions</para>
    5559      </listitem>
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r75819 r75850  
    798798        RTPrintf("Options for slot #%d of '%ls':\n", uSlot, vmName.raw());
    799799    for (size_t i = 0; i < options.size(); ++i)
    800     {
    801800        RTPrintf("   %ls\n", options[i]);
    802     }
     801
    803802    return S_OK;
    804803}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette