You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/01/01 21:28:04 UTC

[5/6] guacamole-server git commit: GUACAMOLE-423: Merge bump version number to 0.9.14.

GUACAMOLE-423: Merge bump version number to 0.9.14.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/7c191d7b
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/7c191d7b
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/7c191d7b

Branch: refs/heads/master
Commit: 7c191d7be0441a1cb64c90ab62d6535f3798eacb
Parents: 6322874 1b81549
Author: Nick Couchman <vn...@apache.org>
Authored: Mon Jan 1 16:23:37 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Mon Jan 1 16:23:37 2018 -0500

----------------------------------------------------------------------
 .gitignore                    |   1 +
 Makefile.am                   |  16 +--
 bin/guacctl                   |   2 +-
 configure.ac                  |   6 +-
 doc/Doxyfile                  |  60 ----------
 doc/Doxyfile.in               |  60 ++++++++++
 src/guacd/.gitignore          |   4 +
 src/guacd/Makefile.am         |   8 +-
 src/guacd/man/guacd.8         | 118 -------------------
 src/guacd/man/guacd.8.in      | 115 +++++++++++++++++++
 src/guacd/man/guacd.conf.5    | 181 -----------------------------
 src/guacd/man/guacd.conf.5.in | 178 +++++++++++++++++++++++++++++
 src/guacenc/.gitignore        |   3 +
 src/guacenc/Makefile.am       |   4 +-
 src/guacenc/man/guacenc.1     |  80 -------------
 src/guacenc/man/guacenc.1.in  |  77 +++++++++++++
 src/guaclog/guaclog           | 228 +++++++++++++++++++++++++++++++++++++
 src/libguac/Makefile.am       |   2 +-
 18 files changed, 687 insertions(+), 456 deletions(-)
----------------------------------------------------------------------