[pkg-remote-commits] [xrdp] 03/09: Merge tag 'upstream/0.9.1'

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Dec 22 21:41:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository xrdp.

commit b3193527edaacba42d8c8d76be5194748c6d3418
Merge: 4cf198f 693239c
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Dec 22 22:08:04 2016 +0100

    Merge tag 'upstream/0.9.1'
    
    Upstream version 0.9.1

 .travis.yml                                        |    40 -
 Makefile.am                                        |    37 +-
 Makefile.in                                        |   879 +
 NEWS.md                                            |    25 +
 README.md                                          |   126 +
 aclocal.m4                                         |  1162 ++
 common/Makefile.in                                 |   749 +
 common/xrdp_client_info.h                          |     2 +
 common/xrdp_constants.h                            |    78 +-
 compile                                            |   347 +
 config.guess                                       |  1420 ++
 config.sub                                         |  1799 ++
 config_ac-h.in                                     |    92 +
 configure                                          | 16336 +++++++++++++++++++
 configure.ac                                       |    15 +-
 depcomp                                            |   791 +
 docs/Makefile.in                                   |   634 +
 docs/man/Makefile.in                               |   639 +
 docs/man/sesman.ini.5                              |    12 +-
 docs/man/xrdp-chansrv.8                            |     2 +-
 docs/man/xrdp-dis.1                                |     2 +-
 docs/man/xrdp-genkeymap.8                          |     2 +-
 docs/man/xrdp-keygen.8                             |     2 +-
 docs/man/xrdp-sesadmin.8                           |     2 +-
 docs/man/xrdp-sesman.8                             |     2 +-
 docs/man/xrdp-sesrun.8                             |     2 +-
 docs/man/xrdp-sessvc.8                             |     2 +-
 docs/man/xrdp-xcon.8                               |     2 +-
 docs/man/xrdp.8                                    |     2 +-
 docs/man/xrdp.ini.5                                |    17 +-
 genkeymap/Makefile.am                              |     4 +
 genkeymap/Makefile.in                              |   660 +
 install-sh                                         |   527 +
 instfiles/Makefile.am                              |     2 +
 instfiles/Makefile.in                              |   831 +
 instfiles/default/Makefile.in                      |   509 +
 instfiles/init.d/Makefile.in                       |   523 +
 instfiles/km-00000412.ini                          |  1057 ++
 instfiles/pam.d/Makefile.in                        |   532 +
 instfiles/pam.d/xrdp-sesman.other                  |     7 +-
 instfiles/pulse/Makefile.in                        |   509 +
 instfiles/rc.d/Makefile.in                         |   523 +
 keygen/Makefile.in                                 |   675 +
 libpainter/Makefile.am                             |    16 +
 libpainter/Makefile.in                             |   806 +
 libpainter/aclocal.m4                              |  1155 ++
 libpainter/bootstrap                               |    31 +
 libpainter/compile                                 |   347 +
 libpainter/config.guess                            |  1420 ++
 libpainter/config.sub                              |  1799 ++
 libpainter/config_ac-h.in                          |    65 +
 libpainter/configure                               | 13915 ++++++++++++++++
 libpainter/configure.ac                            |    37 +
 libpainter/depcomp                                 |   791 +
 libpainter/include/Makefile.am                     |     4 +
 libpainter/include/Makefile.in                     |   545 +
 libpainter/include/painter.h                       |   115 +
 libpainter/install-sh                              |   527 +
 libpainter/ltmain.sh                               |  9661 +++++++++++
 libpainter/m4/libtool.m4                           |  7997 +++++++++
 libpainter/m4/ltoptions.m4                         |   384 +
 libpainter/m4/ltsugar.m4                           |   123 +
 libpainter/m4/ltversion.m4                         |    23 +
 libpainter/m4/lt~obsolete.m4                       |    98 +
 libpainter/m4/pkg.m4                               |   275 +
 libpainter/missing                                 |   215 +
 libpainter/pkgconfig/Makefile.am                   |     1 +
 libpainter/pkgconfig/Makefile.in                   |   484 +
 libpainter/pkgconfig/libpainter-uninstalled.pc.in  |    10 +
 libpainter/pkgconfig/libpainter.pc.in              |    10 +
 libpainter/readme.txt                              |     0
 libpainter/src/Makefile.am                         |    21 +
 libpainter/src/Makefile.in                         |   642 +
 libpainter/src/painter.c                           |   438 +
 libpainter/src/painter_utils.c                     |   322 +
 libpainter/src/painter_utils.h                     |   135 +
 libpainter/tests/Makefile.am                       |    24 +
 libpainter/tests/Makefile.in                       |   632 +
 libpainter/tests/paintertest.c                     |     9 +
 librfxcodec/.gitignore                             |    32 -
 librfxcodec/Makefile.am                            |     3 +-
 librfxcodec/Makefile.in                            |   896 +
 librfxcodec/aclocal.m4                             |  1156 ++
 librfxcodec/compile                                |   347 +
 librfxcodec/config.guess                           |  1420 ++
 librfxcodec/config.sub                             |  1799 ++
 librfxcodec/config_ac-h.in                         |    68 +
 librfxcodec/configure                              | 14325 ++++++++++++++++
 librfxcodec/configure.ac                           |     2 +
 librfxcodec/depcomp                                |   791 +
 librfxcodec/install-sh                             |   527 +
 librfxcodec/ltmain.sh                              |  9661 +++++++++++
 librfxcodec/m4/libtool.m4                          |  7997 +++++++++
 librfxcodec/m4/ltoptions.m4                        |   384 +
 librfxcodec/m4/ltsugar.m4                          |   123 +
 librfxcodec/m4/ltversion.m4                        |    23 +
 librfxcodec/m4/lt~obsolete.m4                      |    98 +
 librfxcodec/m4/pkg.m4                              |   275 +
 librfxcodec/missing                                |   215 +
 librfxcodec/src/Makefile.am                        |     2 +-
 librfxcodec/src/Makefile.in                        |   761 +
 librfxcodec/src/amd64/funcs_amd64.h                |     7 +
 .../rfxcodec_encode_diff_rlgr3_amd64_sse2.asm      |     2 +
 librfxcodec/src/x86/funcs_x86.h                    |    13 +
 .../x86/rfxcodec_encode_diff_rlgr1_x86_sse2.asm    |     2 +
 .../x86/rfxcodec_encode_diff_rlgr3_x86_sse2.asm    |     2 +
 librfxcodec/tests/Makefile.in                      |   623 +
 libxrdp/Makefile.am                                |     7 +
 libxrdp/Makefile.in                                |   724 +
 libxrdp/libxrdp.c                                  |   164 +-
 libxrdp/xrdp_bitmap32_compress.c                   |   122 +-
 libxrdp/xrdp_bitmap_compress.c                     |     8 +-
 libxrdp/xrdp_caps.c                                |   100 +-
 libxrdp/xrdp_fastpath.c                            |    30 +-
 libxrdp/xrdp_jpeg_compress.c                       |    11 +-
 libxrdp/xrdp_orders.c                              |   115 +-
 ltmain.sh                                          |  9661 +++++++++++
 m4/libtool.m4                                      |  7997 +++++++++
 m4/ltoptions.m4                                    |   384 +
 m4/ltsugar.m4                                      |   123 +
 m4/ltversion.m4                                    |    23 +
 m4/lt~obsolete.m4                                  |    98 +
 mc/Makefile.in                                     |   671 +
 missing                                            |   215 +
 neutrinordp/Makefile.am                            |     1 +
 neutrinordp/Makefile.in                            |   678 +
 pkgconfig/.gitignore                               |     2 -
 pkgconfig/Makefile.in                              |   512 +
 rdp/Makefile.in                                    |   688 +
 readme.txt                                         |    40 +-
 sesman/Makefile.am                                 |     5 +
 sesman/Makefile.in                                 |   949 ++
 sesman/chansrv/Makefile.am                         |     6 +
 sesman/chansrv/Makefile.in                         |   729 +
 sesman/env.c                                       |    18 +-
 sesman/libscp/Makefile.in                          |   710 +
 sesman/session.c                                   |    24 +
 sesman/sessvc/Makefile.in                          |   655 +
 sesman/tools/Makefile.in                           |   744 +
 sesman/tools/sesadmin.c                            |     4 +-
 sesman/xauth.c                                     |    62 +
 sesman/xauth.h                                     |    41 +
 vnc/Makefile.in                                    |   671 +
 vnc/vnc.c                                          |     2 +-
 xorg/X11R7.6/rdp/rdp.h                             |     2 +-
 xorgxrdp/.gitignore                                |    31 -
 xorgxrdp/.travis.yml                               |    27 -
 xorgxrdp/COPYING                                   |     2 +-
 xorgxrdp/Makefile.in                               |   825 +
 xorgxrdp/aclocal.m4                                |  1376 ++
 xorgxrdp/compile                                   |   347 +
 xorgxrdp/config.guess                              |  1420 ++
 xorgxrdp/config.sub                                |  1799 ++
 xorgxrdp/config_ac-h.in                            |    71 +
 xorgxrdp/configure                                 | 14845 +++++++++++++++++
 xorgxrdp/depcomp                                   |   791 +
 xorgxrdp/install-sh                                |   527 +
 xorgxrdp/ltmain.sh                                 |  9661 +++++++++++
 xorgxrdp/m4/libtool.m4                             |  7997 +++++++++
 xorgxrdp/m4/ltoptions.m4                           |   384 +
 xorgxrdp/m4/ltsugar.m4                             |   123 +
 xorgxrdp/m4/ltversion.m4                           |    23 +
 xorgxrdp/m4/lt~obsolete.m4                         |    98 +
 xorgxrdp/missing                                   |   215 +
 xorgxrdp/module/Makefile.in                        |   867 +
 xorgxrdp/test-driver                               |   139 +
 xorgxrdp/tests/.gitignore                          |     4 -
 xorgxrdp/tests/Makefile.in                         |   808 +
 xorgxrdp/xrdpdev/Makefile.in                       |   687 +
 xorgxrdp/xrdpkeyb/Makefile.in                      |   656 +
 xorgxrdp/xrdpmouse/Makefile.in                     |   656 +
 xrdp/Makefile.am                                   |    13 +-
 xrdp/Makefile.in                                   |   807 +
 xrdp/xrdp.ini                                      |     6 +-
 xrdp/xrdp_bitmap.c                                 |    39 +-
 xrdp/xrdp_encoder.c                                |    30 +-
 xrdp/xrdp_keyboard.ini                             |     3 +
 xrdp/xrdp_mm.c                                     |    19 +-
 xrdp/xrdp_painter.c                                |   555 +-
 xrdp/xrdp_types.h                                  |     3 +
 xrdp/xrdp_wm.c                                     |   133 +-
 xrdpapi/Makefile.am                                |     5 +
 xrdpapi/Makefile.in                                |   666 +
 xrdpvr/Makefile.am                                 |     3 +-
 xrdpvr/Makefile.in                                 |   662 +
 xup/Makefile.in                                    |   671 +
 186 files changed, 190722 insertions(+), 478 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/packages/xrdp.git



More information about the pkg-remote-commits mailing list