|
| 1 | +2017-11-28 Version 2.0.0-rc1 |
| 2 | + |
| 3 | +FreeRDP 2.0.0-rc1 is the second release candidate for 2.0.0. |
| 4 | +For a complete and detailed change log since the last release candidate run: |
| 5 | +git log 2.0.0-rc0..master |
| 6 | + |
| 7 | +Noteworthy features and improvements: |
| 8 | + |
| 9 | +* support for FIPS mode was added (option +fipsmode) |
| 10 | +* initial client side kerberos support (run cmake with WITH_GSSAPI) |
| 11 | +* support for ssh-agent redirection (as rdp channel) |
| 12 | +* the man page(s) and /help were updated an improved |
| 13 | +* build: support for GNU/kFreeBSD |
| 14 | +* add support for ICU for unicode conversion (-DWITH_ICU=ON) |
| 15 | +* client add option to force password prompt before connection (/from-stdin[:force]) |
| 16 | +* add Samsung DeX support |
| 17 | +* extend /size to allow width or height percentages (#4146) |
| 18 | +* add support for "password is pin" |
| 19 | +* clipboard is now enabled per default (use -clipboard to disable) |
| 20 | + |
| 21 | +Fixed github issues (excerpt): |
| 22 | + |
| 23 | +* #4281: Added option to prefer IPv6 over IPv4 |
| 24 | +* #3890: Point to OpenSSL doc for private CA |
| 25 | +* #3378: support 31 static channels as described in the spec |
| 26 | +* #1536: fix clipboard on mac |
| 27 | +* #4253: Rfx decode tile width. |
| 28 | +* #3267: fix parsing of drivestoredirect |
| 29 | +* #4257: Proper error checks for /kbd argument |
| 30 | +* #4249: Corruption due to recursive parser |
| 31 | +* #4111: 15bpp color handling for brush. |
| 32 | +* #3509: Added Ctrl+Alt+Enter description |
| 33 | +* #3211: Return freerdp error from main. |
| 34 | +* #3513: add better description for drive redirection |
| 35 | +* #4199: ConvertFindDataAToW string length |
| 36 | +* #4135: client/x11: fix colors on big endian |
| 37 | +* #4089: fix h264 context leak when DeleteSurface |
| 38 | +* #4117: possible segfault |
| 39 | +* #4091: fix a regression with remote program |
| 40 | + |
| 41 | +See https://github.com/FreeRDP/FreeRDP/milestone/7 for a complete list. |
| 42 | + |
| 43 | + |
1 | 44 | 2012-02-07 Version 1.0.1 |
2 | 45 |
|
3 | 46 | FreeRDP 1.0.1 is a maintenance release to address a certain number of |
|
0 commit comments