Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
sdk 0.3.4 & forwarder/proxy 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Feb 20, 2018
1 parent 21b4537 commit e26ffff
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Add CRXObfuscator
### 0.3.3
Obfuscators are now Cryptors, shipped with a new AESCryptor

### 0.3.4
Add DSCP option

## dragonite-mux

### 0.1.0
Expand Down Expand Up @@ -85,6 +88,11 @@ Add an option (-r) for forwarding connections to remote servers
### 0.3.3
Add the same encryption system as dragonite-proxy, use option (-k) to set passwords

### 0.4.0
Add an option (--dscp) for customizing DSCP field of UDP packets

Add an option (--skip-update) for skipping update-checking

## dragonite-proxy

### 0.1.0
Expand All @@ -111,4 +119,11 @@ Adapt to the new protocol layer encryption, remove obsolete encryption system.
Fix a buffer length bug in UDP relay

### 0.3.1
Update checking system
Update checking system

### 0.4.0
Add an option (--dscp) for customizing DSCP field of UDP packets

Add an option (--skip-update) for skipping update-checking

Fix unclear ACL exception messages
4 changes: 2 additions & 2 deletions VERSIONS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
forwarder-0.3.3
proxy-0.3.1
forwarder-0.4.0
proxy-0.4.0
2 changes: 1 addition & 1 deletion dragonite-forwarder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group 'com.vecsight.dragonite'
version '0.3.3'
version '0.4.0'

apply plugin: 'java'
apply plugin: 'application'
Expand Down
2 changes: 1 addition & 1 deletion dragonite-proxy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group 'com.vecsight.dragonite'
version '0.3.1'
version '0.4.0'

apply plugin: 'java'
apply plugin: 'application'
Expand Down
2 changes: 1 addition & 1 deletion dragonite-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group 'com.vecsight.dragonite'
version '0.3.3'
version '0.3.4'

apply plugin: 'java-library'
apply plugin: 'java-library-distribution'
Expand Down

0 comments on commit e26ffff

Please sign in to comment.