The FreeRDP 1.0 beta 4 is now available. In this release we have 68
commits, 18 filed issues fixed.

FreeRDP is about to release 1.0[2], there are still 13 blockers issue
need to be fixed. Please help to test the new features, report[3] the
bugs you found and submit your patch!

You can download the last version from github
https://github.com/FreeRDP/FreeRDP/downloads
https://github.com/FreeRDP/FreeRDP/tags

For Ubuntu users, you can download the freerdp daily build ppa from the
following address https://launchpad.net/~freerdp-team/+archive/freerdp 

[1] http://sourceforge.net/mailarchive/message.php?msg_id=28476365
[2] http://sourceforge.net/mailarchive/message.php?msg_id=28516601
[3] https://github.com/FreeRDP/FreeRDP/issues

----

* Issues closed

261     authentication error with NTLMSSP
262     win2k3 autologin error with --no-nla
272     pduType bad when connecting to Windows 7
137     RemoteFX in FreeRDP 1.0 does not work
274     Wrong macro used for WITH_DEBUG_X11_LOCAL_MOVESIZE
92      glyph drawing orders
279     ARM cross compiling not found file : autogen.sh
266     Full screen not works - black screen
211     The printer driver is different from MS Publisher Imagesetter
286     Handle leaks in libfreerdp-utils/thread.c under WIN32
287     Macro redefinition in secondary.h under WIN32
288     RemoteFX SSE2 acceleration is not available under Visual C++
289     FreeRDP crashes when using HW GDI under WIN32
273     Compile error on Solaris
257     freerdp_channels_send_event() memory leak
260     Develop server-side virtual channel API
294     some elements are not drawn correctly
244     Clipboard redirection uni directional

* Known issues

171     Segfault with cliprdr + rail plugins
212     fullscreen mode exit key error
229     Mangled remoteapp child windows
242     Unable to connect to VirtualBox RDP server
249     cc241646 (Accelerated Graphics - Error Conditions)
259     FreeRDP Freezes GNOME Shell When Network Switches/Change
267     rail plugin show no window
303     Issues connecting to Windows 8 developer preview
305     X error without any WM
308     RemoteApp not working with Windows 7 / XP

Blocker
106     Serial Port Redirection
189     X11 client freezes indefinitely if connection is lost
193     Auto reconnection
209     -X reparent window option not implemented
228     disk dr: IRP_MJ_DIRECTORY_CONTROL does not support wildcards
241     Keyboard input not working under OSX
269     disk redirection: file deletes do not work
278     connect error on MacOSX
281     Segfault with bpp = 32  and fastpath disabled
284     Garbled text
293     remote app icons are not displayed correctly
297     xfreerdp displays inverted colors
304     gray borders around windows in app mode

Feature request
136     dfreerdp fails to work in fullscreen mode
142     RemoteApp not working with XP-Mode
143     RemoteApp does not show window logon banner
192     nscodec issues

* ChangeLog

 79 files changed, 1941 insertions(+), 503 deletions(-)

Aaron Small (1):
      Fix crash when connecting using smartcard

Anthony Tong (6):
      rdpdr: initial pattern matching for directory query
      add additional debugging
      xfreerdp: add --dbg-x11 which may help debugging
      xfreerdp: missed a commit for --dbg-x11
      libfreerdp-core: fix server redirection when using rdp security
      xfreerdp: patblt fix, set stipple before drawing the rect

Bernhard Miklautz (2):
      libfreerdp-core: fixed compilation issue on OSX
      libfreerdp-utils/core: use "dylib" as plugin extension on OSX

David Sundstrom (6):
      Do not do XMoveWindow after local_move event from RDP server     Do not 
update window area of RDP and local X window are not synchronized     Use 
RootWindowOfScreen for translate coordinates
      allow updates from cached pixmap during local moves
      Issue #274 - wrong macro used for WITH_DEBUG_X11_LOCAL_MOVESIZE
      Fix compile error on Solaris     Fix few small issues with local move 
race conditions     Add missing --gdi option to command-line help
      Fix SEGV for X servers without XKB extension.
      Detect when sever visual has an inverted color map and invert all color 
conversions.     Remote spurious printf() in code

Dorian Johnson (4):
      libfreerdp-gdi: disable Glyph_Draw printf message
      freerdp-cliprdr: Fix parsing of long-style format lists     Long-style 
format lists use variable length utf-16le names, but parser was treating the 
chunks as short-style 32-byte chunks, causing various issues
      freerdp-libchannels: freerdp_channels_send_event free event in case of 
error
      xfreerdp: create _NET_WM_ICON atom if not already exist

Marc-André Moreau (30):
      xfreerdp: add -X option for reparenting window
      xfreerdp: fix unused variables warnings
      libfreerdp-core: fix autologon for non-NLA authentication
      libfreerdp-core: provide more descriptive warning message for certificate 
check failure
      libfreerdp-core: apply NTLMv2 authentication patch by Dmitrij Jasnov
      xfreerdp: added select() timeout
      libfreerdp-core: set TCP_NODELAY socket option
      libfreerdp-core: set SO_KEEPALIVE socket option
      libfreerdp-core: fix offscreen cache capabilities, add --composition 
option
      libfreerdp-core: tweak capabilities to be closer to 0.9
      libfreerdp-kbd: fix keyboard layout detection based on locale
      libfreerdp-gdi: fix opaque rect color with --gdi sw
      xfreerdp: improve glyph drawing
      libfreerdp-core: fix sending of font capabilities, fix encoding of bitmap 
cache cell info
      libfreerdp-core: fix connection type if composition is enabled
      libfreerdp-core: fix performance flags for RemoteFX and smooth fonts
      libfreerdp-core: add server-side capabilities callback
      libfreerdp-core: fix glyph cache, enable it by default
      libfreerdp-cache: fix pointer updates with --no-fastpath
      libfreerdp-core: added more fine-tuned performance flag options
      libfreerdp-core: add connection type settings
      wfreerdp: fix RemoteFX
      libfreerdp-core: fix sending of extended data blocks when supported only
      libfreerdp-core: fix race condition in connection finalization
      libfreerdp-core: fix sending large pointer caps twice
      libfreerdp-core: handle omission of bitmap compression header
      libfreerdp-core: set code page
      libfreerdp-core: cleanup of fastpath input flags processing
      libfreerdp-core: disable fastpath output if server does not support it
      libfreerdp-core: fix input callback registration for slow-path input

Mike Gilbert (1):
      xfreerdp: Correct manpage description of numeric values passed via the -x 
parameter

Norbert Federa (1):
      xfreerdp: fix non-xinerama fullscreen issue (issue #266)

Philippe Auphelle (1):
      Refactored bitmap_flip in bitmap.c to use freerdp_bitmap_flip in color.c. 
Added in place "bitmap flip" in freerdp_bitmap_flip, changed bitmap_decompress 
(in bitmap.c) to use it.

Slava Dubrovskiy (1):
      Fix unresolved symbols

Vic Lee (12):
      libfreerdp-core: change channel_send argument in order to be shared with 
server code.
      libfreerdp-core: add channel data sending/receiving for server.
      wtsvc: add public API.
      wtsvc: implement channel open/close.
      wtsvc: implement channel writing.
      wtsvc: implement channel reading.
      libfreerdp-utils/wait_obj: add attached wait_obj type.
      server/test: add debug channel thread for channel testing.
      server: server must store the pointer cache size from client.
      server: add frame marker update.
      printer: support flexible document format (#211)
      server: fix pdu processing during reactivation.

louyihua (3):
      wfreerdp: enable SSE2 acceleration for RemoteFX under Visual C++
      libfreerdp-core: avoid macro redefinition under win32
      libfreerdp-utils: fix a handle leak while creating threads under win32




------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to