Fixed remarks.
[platform/upstream/freerdp.git] / ChangeLog
1 # 2020-07-20 Version 2.2.0
2
3 Important notes:
4 * CVE-2020-15103 - Integer overflow due to missing input sanitation in rdpegfx channel
5
6 Noteworty changes:
7 * fix: memory leak in nsc
8 * urbdrc
9   * some fixes and improvements
10 * build
11   *  use cmake to detect getlogin_r
12   * improve asan checks/detection
13 * server/proxy
14   * new: support for heartbeats
15   * new: support for rail handshake ex flags
16   * fix: possible race condition with redirects
17
18 Fixed issues:
19 * #6263 Sound & mic - filter GSM codec for microphone redirection
20 * #6335: windows client title length
21 * #6370 - "Alternate Secondary Drawing Order UNKNOWN"
22 * #6298 - remoteapp with dialog is disconnecting when it loses focus
23 * #6299 - v2.1.2: Can't connect to Windows7
24
25 For a complete and detailed change log since the last release run:
26 git log 2.1.2..2.2.0
27
28
29 # 2020-06-22  Version 2.1.2
30
31 Important notes:
32 * CVE-2020-4033 Out of bound read in RLEDECOMPRESS
33 * CVE-2020-4031 Use-After-Free in gdi_SelectObject
34 * CVE-2020-4032 Integer casting vulnerability in `update_recv_secondary_order`
35 * CVE-2020-4030 OOB read in `TrioParse`
36 * CVE-2020-11099 OOB Read in license_read_new_or_upgrade_license_packet
37 * CVE-2020-11098 Out-of-bound read in glyph_cache_put
38 * CVE-2020-11097 OOB read in ntlm_av_pair_get
39 * CVE-2020-11095 Global OOB read in update_recv_primary_order
40 * CVE-2020-11096 Global OOB read in update_read_cache_bitmap_v3_order
41 * Gateway RPC fixes for windows
42 * Fixed resource fee race resulting in double free in USB redirection
43 * Fixed wayland client crashes
44 * Fixed X11 client mouse mapping issues (X11 mapping on/off)
45 * Some proxy related improvements (capture module)
46 * Code cleanup (use getlogin_r, ...)
47
48 For a complete and detailed change log since the last release candidate run:
49 git log 2.1.1..2.1.2
50
51
52 # 2020-05-20  Version 2.1.1
53
54 Important notes:
55 * CVE: GHSL-2020-100 OOB Read in ntlm_read_ChallengeMessage
56 * CVE: GHSL-2020-101 OOB Read in security_fips_decrypt due to uninitialized value
57 * CVE: GHSL-2020-102 OOB Write in crypto_rsa_common
58 * Enforce synchronous legacy RDP encryption count (#6156)
59 * Fixed some leaks and crashes missed in 2.1.0
60 * Removed dynamic channel listener limits
61 * Lots of resource cleanup fixes (clang sanitizers)
62 * A couple of performance improvements
63 * Various small annoyances eliminated (typos, prefilled username for windows client, ...)
64
65
66 For a complete and detailed change log since the last release candidate run:
67 git log 2.1.0..2.1.1
68
69
70 # 2020-05-05  Version 2.1.0
71
72 Important notes:
73
74 * fix multiple CVEs: CVE-2020-11039, CVE-2020-11038, CVE-2020-11043, CVE-2020-11040, CVE-2020-11041,
75   CVE-2020-11019, CVE-2020-11017, CVE-2020-11018
76 * fix multiple leak and crash issues (#6129, #6128, #6127, #6110, #6081, #6077)
77
78 Noteworthy features and improvements:
79 * Fixed sound issues (#6043)
80 * New expert command line options /tune and /tune-list to modify all client
81   settings in a generic way.
82 * Fixes for smartcard cache, this improves compatibility of smartcard devices
83   with newer smartcard channel.
84 * Shadow server can now be instructed to listen to multiple interfaces.
85 * Improved server certificate support (#6052)
86 * Various fixes for wayland client (fullscreen, mouse wheel, ...)
87 * Fixed large mouse pointer support, now mouse pointers > 96x96 pixel are visible.
88 * USB redirection command line improvements (filter options)
89 * Various translation improvements for android and ios clients
90
91 For a complete and detailed change log since the last release candidate run:
92 git log 2.0.0..2.1.0
93
94
95 # 2020-04-09  Version 2.0.0
96
97 Important notes:
98
99 * fix multiple CVEs: CVE-2020-11521 CVE-2020-11522 CVE-2020-11523 CVE-2020-11524 CVE-2020-11525 CVE-2020-11526
100 * fix multiple other security related issues (#6005, #6006, #6007, #6008, #6009, #6010, #6011, #6012, #6013)
101 * sha256 is now used instead of sha1 to fingerprint certificates. This will
102   invalidate all hosts in FreeRDP known_hosts2 file and causes a prompt if a
103   new connection is established after the update
104
105 Noteworthy features and improvements:
106
107 * First version of the RDP proxy was added (#5372) - thanks to @kubistika
108 * Smartcard received some refactoring. Missing functions were added and input
109   validation was improved (#5884)
110 * A new option /cert that unifies all certificate related options (#5880)  
111   The old options (cert-ignore, cert-deny, cert-name, cert-tofu) are still
112   available but marked as deprecated
113 * Support for Remote Assistance Protocol Version 2 [MS-RA]
114 * The DirectFB client was removed because it was unmaintained
115 * Unified initialization of OrderSupport
116 * Fix for licensing against Windows Server 2003
117 * Font smoothing is now enabled per default
118 * Flatpack support was added
119 * Smart scaling for Wayland using libcairo was added (#5215)
120 * Unified update->BeginPaint and update->EndPaint
121 * An image scaling API for software drawing was added
122 * Rail was updated to the latest spec version 28.0
123 * Support for H.264 in the shadow server is now detected at runtime
124 * Add mask=<value> option for /gfx and /gfx-h264  (#5771)
125 * Code reformatting (#5667)
126 * A new option /timeout was added to adjust the TCP ACK timeout (#5987)
127
128 For a complete and detailed change log since the last release candidate run:
129 git log 2.0.0-rc4..2.0.0
130
131
132 # 2018-11-19    Version 2.0.0-rc4
133
134 FreeRDP 2.0.0-rc4 is the fifth release candidate for 2.0.0. Although it mainly
135 addresses security and stability there are some new features as well.
136
137 Noteworthy features and improvements:
138
139 * fix multiple reported CVEs (#5031)
140 * gateway: multiple fixes and improvements (#3600, #4787, #4902, #4964, #4947,
141   #4952, #4938)
142 * client/X11: support for rail (remote app) icons was added (#5012)
143 * licensing: the licensing code was re-worked. Per-device licenses
144   are now saved on the client and used on re-connect.
145         WARNING: this is a change in FreeRDP behavior regarding licensing. If the old
146         behavior is required, or no licenses should be saved use the
147         new command line option +old-license (#4979)
148 * improve order handling - only orders that were enabled
149   during capability exchange are accepted (#4926).
150         WARNING and NOTE: some servers do improperly send orders that weren't negotiated,
151         for such cases the new command line option /relax-order-checks was added to
152         disable the strict order checking. If connecting to xrdp the options
153         /relax-order-checks *and* +glyph-cache are required.
154 * /smartcard has now support for substring filters (#4840)
155   for details see https://github.com/FreeRDP/FreeRDP/wiki/smartcard-logon
156 * add support to set tls security level (for openssl >= 1.1.0)
157   - default level is set to 1
158   - the new command line option /tls-seclevel:[LEVEL] allows to set
159           a different level if required
160 * add new command line option /smartcard-logon to allow
161   smartcard login (currently only with RDP security) (#4842)
162 * new command line option: /window-position to allow positioning
163   the window on startup (#5018)
164 * client/X11: set window title before mapping (#5023)
165 * rdpsnd/audin (mostly server side) add support for audio re-sampling using soxr or ffmpeg
166 * client/Android: add Japanese translation (#4906)
167 * client/Android: add Korean translation (#5029)
168
169 For a complete and detailed change log since the last release candidate run:
170 git log 2.0.0-rc3..2.0.0-rc4
171
172
173 # 2018-08-01    Version 2.0.0-rc3
174
175 FreeRDP 2.0.0-rc3 is the fourth release candidate for 2.0.0.
176 For a complete and detailed change log since the last release candidate run:
177 git log 2.0.0-rc2..2.0.0-rc3
178
179 Noteworthy features and improvements:
180
181 * Updated and improved sound and microphone redirection format support (AAC)
182 * Improved reliability of reconnect and redirection support
183 * Fixed memory leaks with +async-update
184 * Improved connection error reporting
185 * Improved gateway support (various fixes for HTTP and RDG)
186 * SOCKS proxy support (all clients)
187 * More reliable resolution switching with /dynamic-resolution (MS-RDPEVOR) (xfreerdp)
188
189 Fixed github issues (excerpt):
190
191 * #1924, #4132, #4511 Fixed redirection
192 * #4165 AAC and MP3 codec support for sound and microphone redirection
193 * #4222 Gateway connections prefer IP to hostname
194 * #4550 Fixed issues with +async-update
195 * #4634 Comment support in known_hosts file
196 * #4684 /drive and +drives don't work togehter
197 * #4735 Automatically reconnect if connection timed out waiting for user interaction
198
199 See https://github.com/FreeRDP/FreeRDP/milestone/9 for a complete list.
200
201
202 # 2017-11-28    Version 2.0.0-rc2
203
204 FreeRDP 2.0.0-rc2 is the third release candidate for 2.0.0.
205 For a complete and detailed change log since the last release candidate run:
206 git log 2.0.0-rc1..2.0.0-rc2
207
208 Noteworthy features and improvements:
209
210 * IMPORTANT: add support CredSSP v6 - this fixes KB4088776 see #4449, #4488
211 * basic support for the "Video Optimized Remoting Virtual Channel Extension" (MS-RDPEVOR) was added
212 * many smart card related fixes and cleanups #4312
213 * fix ccache support
214 * fix OpenSSL 1.1.0 detection on Windows
215 * fix IPv6 handling on Windows
216 * add support for memory and thread sanitizer
217 * support for dynamic resloution changes was added in xfreerdp #4313
218 * support for gateway access token (command line option /gat) was added
219 * initial support for travis-ci.org was added
220 * SSE optimization version of RGB to AVC444 frame split was added
221 * build: -msse2/-msse3 are not enabled globally anymore
222
223 Fixed github issues (excerpt):
224
225 * #4227 Convert settings->Password to binary blob
226 * #4231 freerdp-2.0.0_rc0: 5 tests failed out of 184 on ppc
227 * #4276 Big endian fixes
228 * #4291 xfreerdp “Segmentation fault” when connecting to freerdp-shadow-cli
229 * #4293 [X11] shadow server memory corruption with /monitors:2 #4293
230 * #4296 drive redirection - raise an error if the directory can't be founde
231 * #4306 Cannot connect to shadow server with NLA auth: SEC_E_OUT_OF_SEQUENCE
232 * #4447 Apple rpath namespace fixes
233 * #4457 Fix /size: /w: /h: with /monitors: (Fix custom sizes)
234 * #4527 pre-connection blob (pcb) support in .rdp files
235 * #4552 Fix Windows 10 cursors drawing as black
236 * smartcard related: #3521, #3431, #3474, #3488, #775, #1424
237
238 See https://github.com/FreeRDP/FreeRDP/milestone/8 for a complete list.
239
240
241 # 2017-11-28    Version 2.0.0-rc1
242
243 FreeRDP 2.0.0-rc1 is the second release candidate for 2.0.0.
244 For a complete and detailed change log since the last release candidate run:
245 git log 2.0.0-rc0..master
246
247 Noteworthy features and improvements:
248
249 * support for FIPS mode was added (option +fipsmode)
250 * initial client side kerberos support (run cmake with WITH_GSSAPI)
251 * support for ssh-agent redirection (as rdp channel)
252 * the man page(s) and /help were updated an improved
253 * build: support for GNU/kFreeBSD
254 * add support for ICU for unicode conversion (-DWITH_ICU=ON)
255 * client add option to force password prompt before connection (/from-stdin[:force])
256 * add Samsung DeX support
257 * extend /size to allow width or height percentages (#4146)
258 * add support for "password is pin"
259 * clipboard is now enabled per default (use -clipboard to disable)
260
261 Fixed github issues (excerpt):
262
263 * #4281: Added option to prefer IPv6 over IPv4
264 * #3890: Point to OpenSSL doc for private CA
265 * #3378: support 31 static channels as described in the spec
266 * #1536: fix clipboard on mac
267 * #4253: Rfx decode tile width.
268 * #3267: fix parsing of drivestoredirect
269 * #4257: Proper error checks for /kbd argument
270 * #4249: Corruption due to recursive parser
271 * #4111: 15bpp color handling for brush.
272 * #3509: Added Ctrl+Alt+Enter description
273 * #3211: Return freerdp error from main.
274 * #3513: add better description for drive redirection
275 * #4199: ConvertFindDataAToW string length
276 * #4135: client/x11: fix colors on big endian
277 * #4089: fix h264 context leak when DeleteSurface
278 * #4117: possible segfault
279 * #4091: fix a regression with remote program
280
281 See https://github.com/FreeRDP/FreeRDP/milestone/7 for a complete list.
282
283
284 2012-02-07      Version 1.0.1
285
286 FreeRDP 1.0.1 is a maintenance release to address a certain number of
287 issues found in 1.0.0. This release also brings corrective measures
288 to certificate validation which were required for inclusion in Ubuntu.
289
290 * Certificate Validation
291         * Improved validation logic and robustness
292         * Added validation of certificate name against hostname
293
294 * Token-based Server Redirection
295         * Fixed redirection logic
296         * HAProxy load-balancer support
297
298 * xfreerdp-server
299         * better event handling
300         * capture performance improvements
301
302 * wfreerdp
303         * Fix RemoteFX support
304         * Fix mingw64 compilation
305
306 * libfreerdp-core:
307         * Fix severe TCP sending bug
308         * Added server-side Standard RDP security
309
310 2012-01-16      Version 1.0.0
311
312 License:
313
314 FreeRDP 1.0 is the first release of FreeRDP under the Apache License 2.0.
315 The FreeRDP 1.x series is a rewrite, meaning there is no continuity with
316 the previous FreeRDP 0.x series which were released under GPLv2.
317
318 New Features:
319
320 * RemoteFX
321         * Both encoder and decoder
322         * SSE2 and NEON optimization
323 * NSCodec
324 * RemoteApp
325         * Working, minor glitches
326 * Multimedia Redirection
327         * ffmpeg support
328 * Network Level Authentication (NLA)
329         * NTLMv2
330 * Certificate validation
331 * FIPS-compliant RDP security
332 * new build system (cmake)
333 * added official logo and icon
334
335 New Architecture:
336
337 * libfreerdp-core
338         * core protocol
339         * highly portable
340         * both client and server
341 * libfreerdp-cache
342         * caching operations
343 * libfreerdp-codec
344         * bitmap decompression
345         * codec encoding/decoding
346 * libfreerdp-kbd
347         * keyboard mapping
348 * libfreerdp-channels
349         * virtual channel management
350         * client and server side support
351 * libfreerdp-gdi
352         * extensively unit tested
353         * portable software GDI implementation
354 * libfreerdp-rail
355         * RemoteApp library
356 * libfreerdp-utils
357         * shared utility library
358
359 FreeRDP Clients:
360
361 * client/X11 (xfreerdp)
362         * official client
363         * RemoteApp support
364         * X11 GDI implementation
365 * client/DirectFB (dfreerdp)
366         * DirectFB support
367         * software-based GDI (libfreerdp-gdi)
368 * client/Windows (wfreerdp)
369         * Native Win32 support
370
371 FreeRDP Servers (experimental):
372
373 * server/X11 (xfreerdp-server)
374         * RemoteFX-only
375         * no authentication
376         * highly experimental
377         * keyboard and mouse input supported
378
379 Virtual Channels:
380
381 * cliprdr (Clipboard Redirection)
382 * rail (RemoteApp)
383 * drdynvc (Dynamic Virtual Channels)
384         * audin (Audio Input Redirection)
385                 * alsa support
386                 * pulse support
387         * tsmf (Multimedia Redirection)
388                 * alsa support
389                 * pulse support
390                 * ffmpeg support
391 * rdpdr (Device Redirection)
392         * disk (Disk Redirection)
393         * parallel (Parallel Port Redirection)
394         * serial (Serial Port Redirection)
395         * printer (Printer Redirection)
396                 * CUPS support
397         * smartcard (Smartcard Redirection)
398 * rdpsnd (Sound Redirection)
399         * alsa support
400         * pulse support
401