Files
xen-orchestra/CHANGELOG.unreleased.md
2020-05-17 15:24:01 +02:00

2.4 KiB

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”

  • [VM] Move boot order setting from Disk tab to Advanced tab #1523 (PR #4975)
  • [XOA/licenses] Display proxy licenses (PR #4944)
  • [Network selector] Display pool's name #4885 (PR #4990)
  • [Usage report] Include CSV raw data files to the sent email #4970 (PR #4979)
  • [Modal] Don't close pop-up forms when you click outside or press escape (PR #5002)
  • [Plugin/auth-ldap] Support StartTLS #4999

Bug fixes

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

  • Fix mounting of NFS remote in FreeBSD (PR #4988)
  • [Remotes] Fix "remote is disabled" error on getting the remotes info (commit eb2f429964d7adc264bf678c37e49a856454388e)
  • Fix default filters not being set in all tables (PR #4994)
  • [SDN Controller] Broken encrypted tunnels after host reboot #4996

Released packages

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-auth-ldap minor
  • xo-server-sdn-controller patch
  • xo-server-usage-report minor
  • @xen-orchestra/fs patch
  • xo-server patch
  • xo-web minor