v1.4.35
Added 11
- Allow running an SSH command when connecting via ssh tunnel
- Add libsodium as a build dependency
- Add webkit2gtk3 as a build dependency for the WWW plugin
- Add -DWITH_KF5WALLET=ON config option for the KWallet plugin
- Add -DWITH_GVNC=ON config option for gtk-vnc VNC plugin support
- Add -DWITH_PYTHONLIBS=ON config option required for the Python plugin
- Add support for pyhoca-cli with -DWITH_X2GO=ON for the X2Go plugin
- Add -DWITH_FREERDP3=ON config option to use the newest FreeRDP version
- Add -DWITH_NEWS=OFF config option to disable news
- Add -DWITH_STATS=OFF config option to disable stats
- Add -DWITH_TIPS=OFF config option to disable tips
Changed 3
- Revert setting loadbalanceinfo to the old method used before FreeRDP3
- Update call to set FreeRDP_LoadBalanceInfo
- Make appindicator or ayatana-appindicator optional with -DHAVE_LIBAPPINDICATOR=OFF to disable system tray icon
Fixed 4
- Fix build for openssl-1.1
- Check if WINPR_ASSERT is defined
- Fix issue compiling with gcc-14
- Fix crash caused by enabling disablepasswordstoring
Removed 1
- Remove NX, XDMCP and ST plugins
ATTENTION New dependencies introduced with v1.4.34 onwards!
- libcurl4-openssl-dev and libssl-dev (>=3.0.0) are now build dependencies
- appindicator or ayatana-appindicator is now optional, -DHAVE_LIBAPPINDICATOR=OFF will disable the Remmina system tray icon.
- -DWITH_PYTHONLIBS=ON is required for the Python plugin (python3-dev/devel required to build)
- pyhoca-cli is needed for the X2Go plugin, -DWITH_X2GO=ON
- NX, XDMCP and ST have been removed.
- Use -DWITH_FREERDP3=ON if you want to use the newest FreeRDP version
- libsodium is needed to build Remmina.
- webkit2gtk3 is needed to build the WWW plugin.
- -DWITH_KF5WALLET=ON is a new config option required for the KWallet plugin (and the required kf5wallet libraries to build it).
- News can be turned off with -DWITH_NEWS=OFF
- Stats can be turned off with -DWITH_STATS=OFF
- TIPS can be turned off with -DWITH_TIPS=OFF
- gtk-vnc is needed for the VNC plugin for GNOME and KVM, -DWITH_GVNC=ON
List of changes
- Fix build for openssl-1.1 !2565 @bhatman1441
- Allow running an SSH command when connecting via ssh tunnel !2566 @myheroyuki
- Check if WINPR_ASSERT is defined !2567 @bhatman1441
- [REM-3047] fix issue compiling with gcc-14 !2568 @myheroyuki
- Fix crash caused by enabling disablepasswordstoring !2569 @bhatman1441
- Revert setting loadbalanceinfo to the old method used before FreeRDP3 !2570 @myheroyuki
- updated call to set FreeRDP_LoadBalanceInfo !2571 @myheroyuki