Skip to content

Commit

Permalink
changelog: update for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
awakecoding committed Feb 10, 2012
1 parent fdfc817 commit 8e62721
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include(GNUInstallDirsWrapper)
# Soname versioning
set(FREERDP_VERSION_MAJOR "1")
set(FREERDP_VERSION_MINOR "0")
set(FREERDP_VERSION_REVISION "0")
set(FREERDP_VERSION_REVISION "1")
set(FREERDP_VERSION "${FREERDP_VERSION_MAJOR}.${FREERDP_VERSION_MINOR}")
set(FREERDP_VERSION_FULL "${FREERDP_VERSION}.${FREERDP_VERSION_REVISION}")

Expand Down
26 changes: 26 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2012-02-07 Version 1.0.1

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

2012-01-16 Version 1.0.0

License:
Expand Down

0 comments on commit 8e62721

Please sign in to comment.