forked from pool/freerdp
Accepting request 1192822 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/1192822 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freerdp?expand=0&rev=76
This commit is contained in:
commit
58c6b6f35e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c8b430ff20d0e367d4774248d52dc2d0feeb2b27af82feecfec0c702b41ab76
|
|
||||||
size 10196415
|
|
3
FreeRDP-3.7.0.tar.gz
Normal file
3
FreeRDP-3.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c95055c2acd6916e4abc0b2168f201e0cec538bde4c39e25ed4b3bfdfefd047
|
||||||
|
size 10221962
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 05:05:59 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 3.7.0
|
||||||
|
* Support for FDK-AAC for sound and microphone redirection
|
||||||
|
(activate with -DWITH_FDK_AAC=ON build option)
|
||||||
|
This allows enabling the AAC compression that do not ship faad2 and/or faac
|
||||||
|
* Support keyboard layouts as JSON resources
|
||||||
|
(activate with -DWITH_KEYBOARD_LAYOUT_FROM_FILE=ON build option,
|
||||||
|
also requires JSON support)
|
||||||
|
This allows editing keyboard layouts for existing releases should the need arise
|
||||||
|
* Support timezones as JSON resources
|
||||||
|
(activate with -DWITH_TIMEZONE_FROM_FILE=ON -DWITH_TIMEZONE_COMPILED=OFF build options,
|
||||||
|
also requires JSON support)
|
||||||
|
Allows reading the mapping between IANA and windows timezones
|
||||||
|
from a JSON file, allowing easier updates without recompile
|
||||||
|
* Improve shadow server compatibility with windows 11 24H2 RDP client
|
||||||
|
Windows 7 RFX and bitmap updates with multiple rectangles have
|
||||||
|
been deactivated, so adjust shadow to not send such.
|
||||||
|
Noteworthy changes:
|
||||||
|
* Fix ActionScript paramter (#10423)
|
||||||
|
* Support keyboard layouts as JSON resource (#10394)
|
||||||
|
* Support timezones as JSON resource and command line argument
|
||||||
|
(#10428 #10393 #10391)
|
||||||
|
* Deactivate AsyncUpdate (#10402)
|
||||||
|
* Compatibility fixes for shadow with windows 11 24H2
|
||||||
|
(#10455 #10422 #10420 #10416)
|
||||||
|
* Fix SDL client autoreconnect (#10390)
|
||||||
|
* Fix xfreerdp clipboard locking (#10385)
|
||||||
|
* Improve logging (#10426 #10441)
|
||||||
|
* Improve warnings and code checks
|
||||||
|
(#10381 #10401 #10403 #10405 #10406 #10410 #10421 #10454)
|
||||||
|
* Support FDK-AAC (#10372)
|
||||||
|
* Fix drive redirection state transitions (#10367 #10374)
|
||||||
|
* Support mth:// routing token (#10366)
|
||||||
|
* Ignore unsupported SetThreadPriority (#10363)
|
||||||
|
* Fix reported documentation and code typos
|
||||||
|
(#10365 #10368 #10370 #10369 #10431 #10446)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 10 08:13:08 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
Wed Jul 10 08:13:08 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
%define uwac_package %{uwac_version}-%{uwac_version}
|
%define uwac_package %{uwac_version}-%{uwac_version}
|
||||||
|
|
||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 3.6.3
|
Version: 3.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Remote Desktop Viewer Client
|
Summary: Remote Desktop Viewer Client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user