Change debian changelog, add -c0 into rules file to prevent symbol whinges, fix point...
[freerdp-ubuntu-pcb-backport.git] / ChangeLog
1 2012-02-07      Version 1.0.1
2
3 FreeRDP 1.0.1 is a maintenance release to address a certain number of
4 issues found in 1.0.0. This release also brings corrective measures
5 to certificate validation which were required for inclusion in Ubuntu.
6
7 * Certificate Validation
8         * Improved validation logic and robustness
9         * Added validation of certificate name against hostname
10
11 * Token-based Server Redirection
12         * Fixed redirection logic
13         * HAProxy load-balancer support
14
15 * xfreerdp-server
16         * better event handling
17         * capture performance improvements
18
19 * wfreerdp
20         * Fix RemoteFX support
21         * Fix mingw64 compilation
22
23 * libfreerdp-core:
24         * Fix severe TCP sending bug
25         * Added server-side Standard RDP security
26
27 2012-01-16      Version 1.0.0
28
29 License:
30
31 FreeRDP 1.0 is the first release of FreeRDP under the Apache License 2.0.
32 The FreeRDP 1.x series is a rewrite, meaning there is no continuity with
33 the previous FreeRDP 0.x series which were released under GPLv2.
34
35 New Features:
36
37 * RemoteFX
38         * Both encoder and decoder
39         * SSE2 and NEON optimization
40 * NSCodec
41 * RemoteApp
42         * Working, minor glitches
43 * Multimedia Redirection
44         * ffmpeg support
45 * Network Level Authentication (NLA)
46         * NTLMv2
47 * Certificate validation
48 * FIPS-compliant RDP security
49 * new build system (cmake)
50 * added official logo and icon
51
52 New Architecture:
53
54 * libfreerdp-core
55         * core protocol
56         * highly portable
57         * both client and server
58 * libfreerdp-cache
59         * caching operations
60 * libfreerdp-codec
61         * bitmap decompression
62         * codec encoding/decoding
63 * libfreerdp-kbd
64         * keyboard mapping
65 * libfreerdp-channels
66         * virtual channel management
67         * client and server side support
68 * libfreerdp-gdi
69         * extensively unit tested
70         * portable software GDI implementation
71 * libfreerdp-rail
72         * RemoteApp library
73 * libfreerdp-utils
74         * shared utility library
75
76 FreeRDP Clients:
77
78 * client/X11 (xfreerdp)
79         * official client
80         * RemoteApp support
81         * X11 GDI implementation
82 * client/DirectFB (dfreerdp)
83         * DirectFB support
84         * software-based GDI (libfreerdp-gdi)
85 * client/Windows (wfreerdp)
86         * Native Win32 support
87
88 FreeRDP Servers (experimental):
89
90 * server/X11 (xfreerdp-server)
91         * RemoteFX-only
92         * no authentication
93         * highly experimental
94         * keyboard and mouse input supported
95
96 Virtual Channels:
97
98 * cliprdr (Clipboard Redirection)
99 * rail (RemoteApp)
100 * drdynvc (Dynamic Virtual Channels)
101         * audin (Audio Input Redirection)
102                 * alsa support
103                 * pulse support
104         * tsmf (Multimedia Redirection)
105                 * alsa support
106                 * pulse support
107                 * ffmpeg support
108 * rdpdr (Device Redirection)
109         * disk (Disk Redirection)
110         * parallel (Parallel Port Redirection)
111         * serial (Serial Port Redirection)
112         * printer (Printer Redirection)
113                 * CUPS support
114         * smartcard (Smartcard Redirection)
115 * rdpsnd (Sound Redirection)
116         * alsa support
117         * pulse support
118