Skip to content

Commit

Permalink
Add release-notes for Wayland migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonecny12 committed Sep 10, 2024
1 parent e114134 commit 623e749
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/release-notes/rdp-support.rst
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions docs/release-notes/wayland-migration.rst
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 623e749

Please sign in to comment.