Planning/5.2: Difference between revisions

From QEMU
 
(One intermediate revision by one other user not shown)
Line 72: Line 72:
* "[PATCH] qxl: fix segfault" regression fix
* "[PATCH] qxl: fix segfault" regression fix
* slirp: update to fix CVE-2020-29129 CVE-2020-29130
* slirp: update to fix CVE-2020-29129 CVE-2020-29130
* ide: atapi: assert that the buffer pointer is in range


=== Will not be fixed in 5.2 ===
=== Will not be fixed in 5.2 ===
Line 83: Line 84:
* HMP netdev_add doesn't let you reuse the ID of a deleted netdev, QMP netdev_add fails to reject duplicate ID (not a regression for 5.2 as error was already released in 5.0)
* HMP netdev_add doesn't let you reuse the ID of a deleted netdev, QMP netdev_add fails to reject duplicate ID (not a regression for 5.2 as error was already released in 5.0)
** proposed fix: https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg06188.html
** proposed fix: https://lists.gnu.org/archive/html/qemu-devel/2020-11/msg06188.html
* ide/atapi: check io_buffer_index in ide_atapi_cmd_reply_end
** https://www.mail-archive.com/qemu-devel@nongnu.org/msg760877.html -- patch is not the correct fix; in rc4 we put in an assert so that the worst-case is just "QEMU asserts" rather than reading off the end of the buffer


=== Not fixed yet ===
=== Not fixed yet ===

Latest revision as of 10:12, 3 December 2020

Release Schedule

2020-08-12 Beginning of development phase
2020-10-27 Soft feature freeze. Only bug fixes after this point. All feature changes must be already in a sub maintainer tree and all pull requests from submaintainers must have been sent to the list by this date.
2020-11-03 Hard feature freeze. Tag rc0
2020-11-10 Tag rc1
2020-11-17 Tag rc2
2020-11-24 Tag rc3
2020-12-01 Release; or tag rc4 if needed Tag rc4
2020-12-08 Release if we needed an rc4 Release

Known issues

Please list all patch series or bugs which need to be fixed for the release here. That way I can be sure I don't miss any when I'm rolling release candidates.

Fixed in rc1

Fixed in rc2

Fixed in rc3

Fixed in rc4

  • nsis: Fix build for 64 bit installer
  • drop setuptools dependency requirement
  • meson: use dependency() to find libjpeg
  • "[PATCH] qxl: fix segfault" regression fix
  • slirp: update to fix CVE-2020-29129 CVE-2020-29130
  • ide: atapi: assert that the buffer pointer is in range

Will not be fixed in 5.2

Not fixed yet

Targeted Features

See the ChangeLog/5.2 for full details.