Changeset 70216 in vbox
- Timestamp:
- Dec 19, 2017 7:47:57 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/doc/manual/user_ChangeLogImpl.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r69839 r70216 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <!-- Release change log structure 4 5 Each release has a matching log of changes which were made for that and 6 earlier releases. Earlier releases means anything with a lower number (e.g. 7 5.0.18 is lower than 5.1.2) which was released before this one. The log is 8 kept in the file doc/manual/user_ChangeLogImpl.xml. Anything worth mentioning, 9 particularly new features and fixed bugs, with a trac bug number if possible, 10 should be added to the top of the change log (that is, the section for the 11 upcoming release) for the branch in which it first appears - stable or 12 development - before the next release. If you back-port it to older branches 13 please add an entry there too. When a new major release is made, change log 14 sections for earlier releases are merged in. 15 16 Change log sections are split into two groups: major new features (normally 17 only for dot zero releases) and fixes. In addition, the entries in each group 18 are 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 --> 2 26 3 27 <chapter> <!-- HACK ALERT! Seems we must have a single top level element for xi:include to work. … … 65 89 66 90 <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> 67 96 <para>USB/OHCI: improved behavior so that the controller state after a VM reset 68 97 is closer to the initial state after VM start</para> … … 90 119 <listitem> 91 120 <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 problems97 121 with Linux kernel 4.14</para> 98 122 </listitem> 99 123 100 124 <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> 107 127 </listitem> 108 128 … … 274 294 </sect1> 275 295 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/or280 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 integration290 without Guest Additions, actually a Qt 5.6 bug fixed with QT 5.6.3291 (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 to296 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/or314 added:</para>315 316 <itemizedlist>317 318 <listitem>319 <para>GUI: mouse events did not reach host windows behind the transparent320 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 sound325 emulation (bug #16959)</para>326 </listitem>327 328 <listitem>329 <para>Audio: fixed crash when default input or output devices have changed330 (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 internal342 network (5.1.26 regression; bug #16960)</para>343 </listitem>344 345 <listitem>346 <para>NAT: apply <emphasis>--natbindip1</emphasis> to TCP connections347 (bug #16478)</para>348 </listitem>349 350 <listitem>351 <para>OVF: when importing an appliance with XHCI controller, don't352 add an OHCI controller</para>353 </listitem>354 355 <listitem>356 <para>Mac OS X hosts: fixed a GUI crash if Spotlight is used from357 file dialogs (5.1.20 regression; bugs #16935, #16953)</para>358 </listitem>359 360 <listitem>361 <para>Linux hosts: fixed creating fixed sized VDI images362 (bug #17010)</para>363 </listitem>364 365 <listitem>366 <para>Linux hosts / guests: fixes for Linux 4.4 of openSUSE Leap 42.3367 (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 EL7377 Linux 3.10 kernel</para>378 </listitem>379 380 <listitem>381 <para>Solaris Additions: hide an informational message on the bootup382 console</para>383 </listitem>384 385 </itemizedlist>386 </sect1>387 296 <sect1> 388 297 <title>Version 5.1.30 (2017-10-16)</title>
Note:
See TracChangeset
for help on using the changeset viewer.

