Skip to content

Commit 84f8161

Browse files
authored
Merge pull request FreeRDP#4286 from bmiklautz/rc1
Version 2.0.0-rc1
2 parents cf33966 + 8244370 commit 84f8161

File tree

3 files changed

+46
-5
lines changed

3 files changed

+46
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if ($ENV{BUILD_NUMBER})
7676
endif()
7777
set(WITH_LIBRARY_VERSIONING "ON")
7878

79-
set(RAW_VERSTION_STRING "2.0.0-dev")
79+
set(RAW_VERSTION_STRING "2.0.0-rc1")
8080
if(EXISTS "${CMAKE_SOURCE_DIR}/.source_tag")
8181
file(READ ${CMAKE_SOURCE_DIR}/.source_tag RAW_VERSTION_STRING)
8282
elseif(USE_VERSION_FROM_GIT_TAG)

ChangeLog

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
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+
144
2012-02-07 Version 1.0.1
245

346
FreeRDP 1.0.1 is a maintenance release to address a certain number of

README

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Resources
1111
Project website: http://www.freerdp.com/
1212
Issue tracker: https://github.com/FreeRDP/FreeRDP/issues
1313
Sources: https://github.com/FreeRDP/FreeRDP/
14+
Downloads: https://pub.freerdp.com/releases/
1415
Wiki: https://github.com/FreeRDP/FreeRDP/wiki
15-
Downloads and other resources: http://pub.freerdp.com
16-
API doc: http://pub.freerdp.com/api/
16+
API documentation: https://pub.freerdp.com/api/
1717

1818
IRC channel: #freerdp @ irc.freenode.net
1919
Mailing list: https://lists.sourceforge.net/lists/listinfo/freerdp-devel
@@ -32,5 +32,3 @@ Compilation
3232

3333
Instructions on how to get started compiling FreeRDP can be found on the wiki:
3434
https://github.com/FreeRDP/FreeRDP/wiki/Compilation
35-
36-

0 commit comments

Comments
 (0)