VirtualBox

Changeset 70216 in vbox


Ignore:
Timestamp:
Dec 19, 2017 7:47:57 AM (7 years ago)
Author:
vboxsync
Message:

User manual: remove duplicate change log entries.

File:
1 edited

Legend:

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

    r69839 r70216  
    11<?xml version="1.0" encoding="UTF-8"?>
     2
     3<!-- Release change log structure
     4
     5Each release has a matching log of changes which were made for that and
     6earlier releases. Earlier releases means anything with a lower number (e.g.
     75.0.18 is lower than 5.1.2) which was released before this one. The log is
     8kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning,
     9particularly new features and fixed bugs, with a trac bug number if possible,
     10should be added to the top of the change log (that is, the section for the
     11upcoming release) for the branch in which it first appears - stable or
     12development - before the next release. If you back-port it to older branches
     13please add an entry there too. When a new major release is made, change log
     14sections for earlier releases are merged in.
     15
     16Change log sections are split into two groups: major new features (normally
     17only for dot zero releases) and fixes. In addition, the entries in each group
     18are ordered as follows:
     19
     20    VMM-related entries (most important)
     21    GUI-related entries (most visible for users)
     22    Device-related entries
     23    VBoxManage/API/Main-related entries
     24    Host-related entries
     25    Guest-related entries -->
    226
    327<chapter> <!-- HACK ALERT! Seems we must have a single top level element for xi:include to work.
     
    6589
    6690      <listitem>
     91        <para>Bridged networking: fixed duplicate EtherType in VLAN/priority tags
     92          on Linux (5.2.0 regression; bug #17277)</para>
     93      </listitem>
     94
     95      <listitem>
    6796        <para>USB/OHCI: improved behavior so that the controller state after a VM reset
    6897           is closer to the initial state after VM start</para>
     
    90119      <listitem>
    91120        <para>Linux guests: fixed kernel module compilation and other problems
    92          with Linux kernel 4.14 (bug #12534)</para>
    93       </listitem>
    94 
    95       <listitem>
    96         <para>Linux guests: fixed kernel module compilation and other problems
    97121         with Linux kernel 4.14</para>
    98122      </listitem>
    99123
    100124      <listitem>
    101         <para>Linux guests: fixed various 5.2.0 regressions (bug #17163)</para>
    102       </listitem>
    103 
    104       <listitem>
    105         <para>Bridged networking: fixed duplicate EtherType in VLAN/priority tags
    106           on Linux (5.2.0 regression; bug #17277)</para>
     125        <para>Linux guests: fixed various 5.2.0 regressions (bugs #17163,
     126         #17203)</para>
    107127      </listitem>
    108128
     
    274294  </sect1>
    275295
    276   <sect1>
    277     <title>Version 5.1.30 (2017-10-16)</title>
    278 
    279     <para>This is a maintenance release. The following items were fixed and/or
    280       added:</para>
    281 
    282     <itemizedlist>
    283 
    284       <listitem>
    285         <para>GUI: translation updates</para>
    286       </listitem>
    287 
    288       <listitem>
    289         <para>GUI: Fixed double mouse cursor when using mouse integration
    290           without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3
    291           (Mac OS X hosts only; bug #15610)</para>
    292       </listitem>
    293 
    294       <listitem>
    295         <para>Solaris hosts: allow increasing MTU size for host-only adapter to
    296           9706 bytes to support jumbo frames</para>
    297       </listitem>
    298 
    299       <listitem>
    300         <para>Linux hosts: glibc 2.26 compile fix</para>
    301       </listitem>
    302 
    303       <listitem>
    304         <para>Windows Additions: 3D related crash fix (bugs #17082, #17092)</para>
    305       </listitem>
    306 
    307     </itemizedlist>
    308   </sect1>
    309 
    310   <sect1>
    311     <title>Version 5.1.28 (2017-09-13)</title>
    312 
    313     <para>This is a maintenance release. The following items were fixed and/or
    314       added:</para>
    315 
    316     <itemizedlist>
    317 
    318       <listitem>
    319         <para>GUI: mouse events did not reach host windows behind the transparent
    320           VM window (Mac OS X hosts only; bug #16246)</para>
    321       </listitem>
    322 
    323       <listitem>
    324         <para>Audio: fixed accidental crashes when using the AC'97 sound
    325           emulation (bug #16959)</para>
    326       </listitem>
    327 
    328       <listitem>
    329         <para>Audio: fixed crash when default input or output devices have changed
    330           (bugs #16968, #16969, #17004)</para>
    331       </listitem>
    332       <listitem>
    333         <para>Audio: fixed recording when using the ALSA backend</para>
    334       </listitem>
    335 
    336       <listitem>
    337         <para>Audio: fixed handle leak when using the OSS backend</para>
    338       </listitem>
    339 
    340       <listitem>
    341         <para>E1000: fixed a crash related to VLAN traffic over internal
    342           network (5.1.26 regression; bug #16960)</para>
    343       </listitem>
    344 
    345       <listitem>
    346         <para>NAT: apply <emphasis>--natbindip1</emphasis> to TCP connections
    347           (bug #16478)</para>
    348       </listitem>
    349 
    350       <listitem>
    351         <para>OVF: when importing an appliance with XHCI controller, don't
    352           add an OHCI controller</para>
    353       </listitem>
    354 
    355       <listitem>
    356         <para>Mac OS X hosts: fixed a GUI crash if Spotlight is used from
    357           file dialogs (5.1.20 regression; bugs #16935, #16953)</para>
    358       </listitem>
    359 
    360       <listitem>
    361         <para>Linux hosts: fixed creating fixed sized VDI images
    362           (bug #17010)</para>
    363       </listitem>
    364 
    365       <listitem>
    366         <para>Linux hosts / guests: fixes for Linux 4.4 of openSUSE Leap 42.3
    367           (bug #16966)</para>
    368       </listitem>
    369 
    370       <listitem>
    371         <para>Bridged networking: align outgoing packet at word boundary,
    372           preventing Windows host crash in MsLbfoProvider</para>
    373       </listitem>
    374 
    375       <listitem>
    376         <para>Linux Additions: kernel drm driver support for custom EL7
    377           Linux 3.10 kernel</para>
    378       </listitem>
    379 
    380       <listitem>
    381         <para>Solaris Additions: hide an informational message on the bootup
    382           console</para>
    383       </listitem>
    384 
    385     </itemizedlist>
    386   </sect1>
    387296  <sect1>
    388297    <title>Version 5.1.30 (2017-10-16)</title>
Note: See TracChangeset for help on using the changeset viewer.

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