Files
xen-orchestra/CHANGELOG.unreleased.md
Julien Fontanet 24b264b6c9 fix(xo-server): TX checksumming is enabled by default
Introduced by fe2de9c1154c5a0b183c6d7897f1d9c376fa4031

Fixes #5234
2020-08-28 16:01:26 +02:00

978 B

This file contains all changes that have not been released yet.

Keep in mind the changelog is addressed to users and should be understandable by them.

Enhancements

Users must be able to say: “Nice enhancement, I'm eager to test it”

Bug fixes

Users must be able to say: “I had this issue, happy to know it's fixed”

  • [VM/Network] Fix TX checksumming #5234

Packages to release

Packages will be released in the order they are here, therefore, they should be listed by inverse order of dependency.

Rule of thumb: add packages on top.

The format is the following: - $packageName $version

Where $version is

  • patch: if the change is a bug fix or a simple code improvement
  • minor: if the change is a new feature
  • major: if the change breaks compatibility

In case of conflict, the highest (lowest in previous list) $version wins.

  • xo-server patch