Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/freerdp.github.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Miklautz <bernhard.miklautz@shacknet.at>2018-04-03 14:27:39 +0300
committerBernhard Miklautz <bernhard.miklautz@shacknet.at>2018-10-22 11:21:39 +0300
commite6e6a8e723e264d8072905ce8450ba816184a660 (patch)
treef42601bc867c327e3683770cd20c3b1c190ad124
parent7cd78c74701f2c38de387e765dd2792fc929c81e (diff)
new: (re-)import the old release articles
-rw-r--r--_posts/2012-01-16-freerdp-1-0-released.md95
-rw-r--r--_posts/2012-02-09-freerdp-1-0-1-released.md24
2 files changed, 119 insertions, 0 deletions
diff --git a/_posts/2012-01-16-freerdp-1-0-released.md b/_posts/2012-01-16-freerdp-1-0-released.md
new file mode 100644
index 0000000..964c5c5
--- /dev/null
+++ b/_posts/2012-01-16-freerdp-1-0-released.md
@@ -0,0 +1,95 @@
+---
+layout: posts
+title: FreeRDP 1.0 released
+date: 2012-01-16
+author: marc
+---
+
+Yes, the stable release of FreeRDP 1.0 is finally here!
+
+I have been waiting so long for this day, and I know a lot of people were eagerly waiting for it as well. Our previous stable release, 0.8.2, is more than a year old and lacks an incredible amount of features which can now be found in 1.0. In the meantime, we planned a 0.9 release but then had to cancel it. Instead, we focused on proceeding with a rewrite which took about 6 months of work. If last year was hell at certain points, I am more than ever proud of the strong community that we are, and have faith that we will continue to deliver the best open source RDP implementation around. FreeRDP 1.0 is only the beginning, there are many challenges ahead of us, such as RDP8 or exploring FreeRDP as a server. It is also important to note that FreeRDP 1.0 is our first release officially under the Apache license.
+
+FreeRDP 1.0 can be downloaded [here](https://github.com/FreeRDP/FreeRDP/downloads).
+
+## New Features
+
+* RemoteFX
+ * Both encoder and decoder
+ * SSE2 and NEON optimization
+* NSCodec
+* RemoteApp
+ * Working, minor glitches
+* Multimedia Redirection
+ * ffmpeg support
+* Network Level Authentication (NLA)
+ * NTLMv2
+* Certificate validation
+* FIPS-compliant RDP security
+* new build system (cmake)
+* added official logo and icon
+
+## New Architecture
+
+* libfreerdp-core
+ * core protocol
+ * highly portable
+ * both client and server
+* libfreerdp-cache
+ * caching operations
+* libfreerdp-codec
+ * bitmap decompression
+ * codec encoding/decoding
+* libfreerdp-kbd
+ * keyboard mapping
+* libfreerdp-channels
+ * virtual channel management
+ * client and server side support
+* libfreerdp-gdi
+ * extensively unit tested
+ * portable software GDI implementation
+* libfreerdp-rail
+ * RemoteApp library
+* libfreerdp-utils
+ * shared utility library
+
+## FreeRDP Clients
+
+* client/X11 (xfreerdp)
+ * official client
+ * RemoteApp support
+ * X11 GDI implementation
+* client/DirectFB (dfreerdp)
+ * DirectFB support
+ * software-based GDI (libfreerdp-gdi)
+* client/Windows (wfreerdp)
+ * Native Win32 support
+
+## FreeRDP Servers (experimental)
+* server/X11 (xfreerdp-server)
+ * RemoteFX-only
+ * no authentication
+ * highly experimental
+ * keyboard and mouse input supported
+
+## Virtual Channels:
+* cliprdr (Clipboard Redirection)
+* rail (RemoteApp)
+* drdynvc (Dynamic Virtual Channels)
+* audin (Audio Input Redirection)
+ * alsa support
+ * pulse support
+* tsmf (Multimedia Redirection)
+ * alsa support
+ * pulse support
+ * ffmpeg support
+* rdpdr (Device Redirection)
+ * disk (Disk Redirection)
+ * parallel (Parallel Port Redirection)
+ * serial (Serial Port Redirection)
+ * printer (Printer Redirection)
+ * CUPS support
+ * smartcard (Smartcard Redirection)
+* rdpsnd (Sound Redirection)
+ * alsa support
+ * pulse support
+
diff --git a/_posts/2012-02-09-freerdp-1-0-1-released.md b/_posts/2012-02-09-freerdp-1-0-1-released.md
new file mode 100644
index 0000000..642333c
--- /dev/null
+++ b/_posts/2012-02-09-freerdp-1-0-1-released.md
@@ -0,0 +1,24 @@
+---
+layout: posts
+title: FreeRDP 1.0.1 released
+date: 2012-02-09
+author: marc
+---
+
+FreeRDP 1.0.1 is a maintenance release to address a certain number of issues found in 1.0.0. This release also brings corrective measures to certificate validation which were required for inclusion in Ubuntu.
+
+* Certificate Validation
+ * Improved validation logic and robustness
+ * Added validation of certificate name against hostname
+* Token-based Server Redirection
+ * Fixed redirection logic
+ * HAProxy load-balancer support
+* xfreerdp-server
+ * better event handling
+ * capture performance improvements
+* wfreerdp
+ * Fix RemoteFX support
+ * Fix mingw64 compilation
+* libfreerdp-core
+ * Fix severe TCP sending bug
+ * Added server-side Standard RDP security