mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-11-03 18:43:22 +00:00 
			
		
		
		
	Merge 0.9.14 changes back to master.
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
			
		||||
    <groupId>org.apache.guacamole</groupId>
 | 
			
		||||
    <artifactId>guacamole</artifactId>
 | 
			
		||||
    <packaging>war</packaging>
 | 
			
		||||
    <version>0.9.13-incubating</version>
 | 
			
		||||
    <version>0.9.14</version>
 | 
			
		||||
    <name>guacamole</name>
 | 
			
		||||
    <url>http://guacamole.apache.org/</url>
 | 
			
		||||
 | 
			
		||||
@@ -264,21 +264,21 @@
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.apache.guacamole</groupId>
 | 
			
		||||
            <artifactId>guacamole-common</artifactId>
 | 
			
		||||
            <version>0.9.13-incubating</version>
 | 
			
		||||
            <version>0.9.14</version>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
        <!-- Guacamole Extension API -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.apache.guacamole</groupId>
 | 
			
		||||
            <artifactId>guacamole-ext</artifactId>
 | 
			
		||||
            <version>0.9.13-incubating</version>
 | 
			
		||||
            <version>0.9.14</version>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 | 
			
		||||
        <!-- Guacamole JavaScript API -->
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.apache.guacamole</groupId>
 | 
			
		||||
            <artifactId>guacamole-common-js</artifactId>
 | 
			
		||||
            <version>0.9.13-incubating</version>
 | 
			
		||||
            <version>0.9.14</version>
 | 
			
		||||
            <type>zip</type>
 | 
			
		||||
            <scope>runtime</scope>
 | 
			
		||||
        </dependency>
 | 
			
		||||
 
 | 
			
		||||
@@ -60,7 +60,7 @@ public class ExtensionModule extends ServletModule {
 | 
			
		||||
    private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
 | 
			
		||||
        Collections.unmodifiableList(Arrays.asList(
 | 
			
		||||
            "*",
 | 
			
		||||
            "0.9.13-incubating"
 | 
			
		||||
            "0.9.14"
 | 
			
		||||
        ));
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user