diff --git a/docs/release-notes/rdp-support.rst b/docs/release-notes/rdp-support.rst new file mode 100644 index 00000000000..fc51e5dd8d8 --- /dev/null +++ b/docs/release-notes/rdp-support.rst @@ -0,0 +1,16 @@ +:Type: GUI +:Summary: Replace VNC with RDP (#2231339) + +:Description: + As part of the X11 dependencies removals, Anaconda also drops VNC. As a replacement + RDP (Remote Desktop Protocol) is implemented. + + What has changed: + - Adding new kernel boot arguments: ``inst.rdp``, ``inst.rdp.username``, ``inst.rdp.password``. + - Drop existing kernel boot argument: ``inst.vnc``, ``inst.vncpassword``, ``inst.vncconnect``. + - Drop the existing ``vnc`` kickstart command. + +:Links: + - https://fedoraproject.org/wiki/Changes/Anaconda_As_Native_Wayland_Application + - https://github.com/rhinstaller/anaconda/pull/5829 + - https://bugzilla.redhat.com/show_bug.cgi?id=1955025 diff --git a/docs/release-notes/wayland-migration.rst b/docs/release-notes/wayland-migration.rst new file mode 100644 index 00000000000..0af19d15437 --- /dev/null +++ b/docs/release-notes/wayland-migration.rst @@ -0,0 +1,13 @@ +:Type: GUI +:Summary: Migrate Anaconda to Wayland application (#2231339) + +:Description: + This change enables Anaconda to run natively on Wayland. Previously, Anaconda operated as an + Xorg application or relied on XWayland for support. + + By implementing this update, we can eliminate dependencies on X11 and embrace newer, more + secure technologies. + +:Links: + - https://fedoraproject.org/wiki/Changes/Anaconda_As_Native_Wayland_Application + - https://github.com/rhinstaller/anaconda/pull/5829