This is an automated email from the ASF dual-hosted git repository.

jmuehlner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git.


    from a447b3d  Merge staging/1.1.0 changes back to master.
     add 32f8f20  GUACAMOLE-931: Verify that home directory is both a directory 
and writable for sake of FreeRDP initialization.
     add 24b6a3f  GUACAMOLE-931: Merge FreeRDP user home directory safety 
checks.
     add ddc09b1  GUACAMOLE-934: Add support for the Play Sound PDU.
     add b8148b0  GUACAMOLE-934: Handle potential lack of available audio 
streams.
     add b21d19d  GUACAMOLE-934: Correct waveform calculation. Switch to 
triangle wave to reduce aliasing distortion.
     add 75b658c  GUACAMOLE-934: Merge support for the Play Sound PDU.
     add 26dfc53  GUACAMOLE-935: Free internals of rdpBitmap only when required.
     add 49df9f0  GUACAMOLE-935: Use C preprocessor to determine FreeRDP 
version rather than running a test program.
     add 87a3c73  GUACAMOLE-935: Periods within regexes must be escaped if 
intended to match literal periods.
     add 3bc00c4  GUACAMOLE-935: Merge fix for differing rdpBitmap free 
behavior.
     new 28f7d36  Merge 1.1.0 changes back to master.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac                   |  24 +++++++
 src/libguac/audio.c            |   9 +++
 src/libguac/guacamole/audio.h  |   3 +-
 src/libguac/guacamole/client.h |   3 +-
 src/libguac/guacamole/user.h   |   8 ++-
 src/protocols/rdp/Makefile.am  |   2 +
 src/protocols/rdp/beep.c       | 147 +++++++++++++++++++++++++++++++++++++++++
 src/protocols/rdp/beep.h       |  65 ++++++++++++++++++
 src/protocols/rdp/bitmap.c     |   9 ++-
 src/protocols/rdp/client.c     |  59 ++++++++++++++++-
 src/protocols/rdp/rdp.c        |   4 ++
 11 files changed, 325 insertions(+), 8 deletions(-)
 create mode 100644 src/protocols/rdp/beep.c
 create mode 100644 src/protocols/rdp/beep.h

Reply via email to