Category: ChangeLogs

Released flexVDI Client v3.1.3

Changes since v3.1.2

  • TCP port redirection feature. This version recovers the -L and -R options of the flexVDI Client v2.x to redirect both local and remote TCP ports, just like SSH. This feature also requires flexVDI Guest Tools 3.1.1 and spice-server-flexvdi-0.14.0-7.
  • Fix CapsLock being stuck for ~3 seconds when going from upper case to lower case. This problem only seemed to happen when the client was running on Linux and the guest was a Windows desktop.
  • Fix crash when a document was printed on a Windows client.

Released flexVDI Agent v3.1.1

Changes since v3.1.0

  • Pass MAC addresses to the sysprep template/script. Now you can use ${mac_addresses} to obtain a comma-separated list of MAC addresses of the guest being bootstraped.
  • Fix Windows guests not being shutdown. When a Windows guest’s virtual screen is in sleep mode (after a period of no user activity), receiving a shutdown ACPI event just wakes it up instead of shutting it down. This fix wakes up the guest’s screen before sending the shutdown event.
  • Fix SSO. The SSO feature to automatically log in to Windows with the flexVDI credentials was not working in v3.1.0 because the credentials were not being correctly passed to the guest. This release fixes this bug and the SSO feature is working again.

Released flexVDI Manager v3.1.2

Changes since v3.1.1

  • Fix starting a guest in “Start Once” mode when it fails the first time.
  • Fix migrating database schema that has unsorted disks.
  • Immediately release resources of a stopped guest.
  • Fix a Volume showing “OK” state when it is still waiting for the first refresh.
  • Fix a Volume showing “OK” state when some of the hosts are having problems. Now it shows “Degraded” state.
  • Allow ‘_’, ‘-‘ and ‘.’ characters in image, volume and image storage names, unless it starts with ‘.’. This includes ‘.’ and ‘..’
  • Fix Terminal Policies not being saved to disk.

Released flexVDI Manager v3.0.4

Changelog from flexVDI Manager v3.0.3

  • Added globally unique desktop policy parameters: such a parameter will generate values that are unique among all the guests of the platform, not only the desktop policy it applies to.
  • Allow multiple values of the desktop policy attribute. Now, you do not need to write all the desktop policies for a user in a comma-separated list.
  • Fixed image creation task to avoid timing out too soon. This could happen with images created on filesystems that do not support the fallocate operation (CIFS, NFS, …)
  • Fixed destroying VDI sessions when the desktop’s guest was in a transitory unknown state.