Mike Jumper
9262a2b33b
GUACAMOLE-1594: Update Java dependencies to latest compatible versions.
2023-01-10 16:28:08 -08:00
Mike Jumper
ce9922e08c
GUACAMOLE-1594: Update all Java and JavaScript dependencies to latest compatible.
...
NOTE: Several WebPack plugins could not be updated as all plugins within
WebPack's "webpack-contrib" have dropped support for WebPack v4
entirely, but Closure Compiler only supports WebPack v4.
2022-10-27 12:54:58 -07:00
Michael Jumper
b8d23962d6
GUACAMOLE-773: Update Java dependencies to latest stable, compatible versions.
2021-12-26 17:50:43 -08:00
Michael Jumper
5e9e215356
GUACAMOLE-1411: Bump version numbers to 1.4.0.
2021-12-11 16:27:00 -08:00
Michael Jumper
700e2023af
GUACAMOLE-773: Remove use of XHTML-style self-closing tags from normal HTML.
...
This is particularly important for AngularJS 1.8.x and jQuery 3.5.0+,
which will no longer correct this automatically with their HTML
prefilters, resulting in unexpected nesting of tags when the browser
interprets something like "<div/>" as "<div>" (older versions of jQuery
would have corrected "<div/>" to "<div></div>").
See:
* https://docs.angularjs.org/guide/migration#migrating-from-1-7-to-1-8
* https://jquery.com/upgrade-guide/3.5/
2021-06-02 20:37:52 -07:00
Michael Jumper
8d63277ba7
GUACAMOLE-1204: Migrate Guacamole.Mouse to new event stack.
2021-05-30 17:37:17 -07:00
Michael Jumper
47215cfdf9
GUACAMOLE-773: Update all Java dependencies to latest stable versions.
2021-04-02 15:43:29 -07:00
Michael Jumper
7ce3882319
GUACAMOLE-1317: Update all Maven plugins to latest.
2021-04-02 11:03:41 -07:00
Virtually Nick
5da40bd633
GUACAMOLE-1205: Bump Guacamole Client components to version 1.3.0
2020-11-03 18:06:47 -05:00
Virtually Nick
211f8e2b25
GUACAMOLE-966: Bump client version numbers to 1.2.0
2020-02-27 14:02:45 -05:00
Michael Jumper
c3fbf44f70
GUACAMOLE-729: Bump version numbers to 1.1.0.
2019-02-09 11:08:28 -08:00
Michael Jumper
1fef6a05e1
GUACAMOLE-635: Require Java 1.8 for all Java components except guacamole-common.
2018-09-29 12:56:17 -07:00
Michael Jumper
45513592a7
GUACAMOLE-570: Bump version numbers to 1.0.0.
2018-06-05 21:34:26 -07:00
Michael Jumper
ce4cd11993
GUACAMOLE-423: Bump version numbers for all modified components to 0.9.14.
2017-12-06 00:12:43 -08:00
Michael Jumper
7c4223ce3e
GUACAMOLE-436: Remove incubator prefix from repositories and URLs.
2017-12-06 00:02:33 -08:00
Michael Jumper
9236aea866
GUACAMOLE-314: Bump version numbers of all modified components to 0.9.13-incubating.
2017-06-01 23:05:53 -07:00
James Muehlner
3ec99cbcdd
Merge 0.9.12-incubating changes back to master.
2017-03-01 08:27:22 -08:00
Michael Jumper
3de690abfe
GUACAMOLE-225: Bump version numbers to 0.9.12-incubating (guacamole-common unchanged).
2017-02-28 09:33:53 -08:00
Michael Jumper
dec73c8457
GUACAMOLE-224: Remove @author tags from codebase.
2017-02-27 23:20:30 -08:00
Michael Jumper
44516e4de4
GUACAMOLE-119: Add Apache license boilerplate to example project. Remove META-INF.
2016-11-12 18:16:47 -08:00
Michael Jumper
322d2ba144
GUACAMOLE-119: Add Apache license boilerplate to pom.xml.
2016-11-12 18:16:27 -08:00
Michael Jumper
27bb5632f5
GUACAMOLE-119: Add Apache RAT validation to build.
2016-11-12 18:16:03 -08:00
Michael Jumper
30e2122e61
GUACAMOLE-107: Remove redundant NOTICE and LICENSE. Should only be in top-level directory.
2016-10-26 21:53:26 -07:00
Michael Jumper
141400bc77
GUACAMOLE-107: Point all pom.xml at new project website.
2016-10-26 21:53:26 -07:00
James Muehlner
3f7ed57a8a
GUACAMOLE-87: Bump guacamole-client version numbers to 0.9.10-incubating.
2016-08-25 21:48:04 -07:00
Michael Jumper
c569d2fb62
GUACAMOLE-1: Add required LICENSE and NOTICE. Remove old MIT license.
2016-03-28 20:50:36 -07:00
Michael Jumper
67b09c39da
GUACAMOLE-1: Relicense CSS files.
2016-03-28 20:50:32 -07:00
Michael Jumper
de1ec05b5a
GUACAMOLE-1: Relicense XML files.
2016-03-28 20:50:30 -07:00
Michael Jumper
98a32feed8
GUACAMOLE-1: Remove copyright notice from template HTML (the DOM tree is insane otherwise). Add required license header to index.html.
2016-03-28 20:50:22 -07:00
Michael Jumper
1810ec971f
GUACAMOLE-1: Relicense C and JavaScript files.
2016-03-28 20:50:18 -07:00
Michael Jumper
cbe3387d92
GUACAMOLE-1: Replace version 0.9.9 with version 0.9.9-incubating.
2016-03-28 20:49:58 -07:00
Michael Jumper
6990344697
GUACAMOLE-1: Refactor org.glyptodon package/groupId to org.apache.
2016-03-28 20:43:49 -07:00
Michael Jumper
6a77c39c68
GUAC-1392: Bump version to 0.9.9 within all pom.xml (all projects were modified for this release).
2015-12-15 12:58:22 -08:00
Michael Jumper
b3a49dae05
GUAC-1427: Deprecate and remove use of guacamole-common's GuacamoleSession, storing tunnels directly within GuacamoleHTTPTunnelServlet instead.
2015-12-10 16:13:45 -08:00
Michael Jumper
5f5b9f5cb8
GUAC-1280: Bump version numbers to 0.9.8 where appropriate.
2015-09-04 10:48:11 -07:00
Michael Jumper
f41c7a7b1a
GUAC-1174: Bump version numbers to 0.9.7.
2015-06-08 16:47:22 -07:00
Michael Jumper
12edc7a256
GUAC-1170: Add missing Maven plugin versions.
2015-04-26 22:58:37 -07:00
Michael Jumper
b74c05b9f7
GUAC-1170: Add -Werror and -Xlint:all options to Java builds.
2015-04-26 18:46:27 -07:00
Michael Jumper
bbae09b51b
GUAC-1128: Bump version numbers to 0.9.6 as necessary.
2015-03-23 15:36:00 -07:00
Michael Jumper
0bfdea2543
GUAC-1018: Bump version to 0.9.5.
2015-02-15 17:45:04 -08:00
Vasily Loginov
7c61f549ea
Fixed use of getDisplay() -> getDisplay().getElement() in the example.
2015-01-29 16:39:12 +06:00
Vasily Loginov
5a33f2eee0
Added missing slf4j dependency.
2015-01-29 16:36:56 +06:00
Michael Jumper
fd8ed7c705
GUAC-938: Update guacamole-example version and license.
2015-01-06 19:52:58 -08:00
Michael Jumper
ae7e97ad52
Bump guacamole-common-js to correct version.
2013-08-27 14:07:40 -07:00
Michael Jumper
5912ea402d
Remove central guac-dev repo reference. Refactor net.sourceforge.guacamole to org.glyptodon.guacamole. Extensions are remaining with their classes in net.sourceforge.guacamole for compatibility's sake until we have a better system for extensions.
2013-08-25 13:39:00 -07:00
Michael Jumper
202fbc8b79
Add guacamole-example, modified to work with 0.8.*
2013-07-02 10:13:17 -07:00