Bläddra i källkod

version 1.999.128

ambrop7 12 år sedan
förälder
incheckning
d225550b5c
2 ändrade filer med 13 tillägg och 1 borttagningar
  1. 12 0
      ChangeLog
  2. 1 1
      misc/version.h

+ 12 - 0
ChangeLog

@@ -1,3 +1,15 @@
+Version 1.999.128:
+
+- tun2socks: add option --append-source-to-username to give the SOCKS server the source IP of the connection
+
+- tun2socks: IPv6 support, and updated to newer version of lwIP
+
+- tun2socks: fix some bugs/crashes
+
+- tun2socks, udpgw: transparent DNS forwarding, though no Windows support on udpgw side (contributed by Kerem Hadimli)
+
+- NCD: preliminary support for dynamically loading commands
+
 Version 1.999.127:
 Version 1.999.127:
 
 
 - client, server: implement experimental support for performing SSL operations in worker threads. Currently it's rather inefficient.
 - client, server: implement experimental support for performing SSL operations in worker threads. Currently it's rather inefficient.

+ 1 - 1
misc/version.h

@@ -35,7 +35,7 @@
 #define BADVPN_MISC_VERSION_H
 #define BADVPN_MISC_VERSION_H
 
 
 #define GLOBAL_PRODUCT_NAME "BadVPN"
 #define GLOBAL_PRODUCT_NAME "BadVPN"
-#define GLOBAL_VERSION "1.999.127"
+#define GLOBAL_VERSION "1.999.128"
 #define GLOBAL_COPYRIGHT_NOTICE "Copyright (C) 2010 Ambroz Bizjak <ambrop7@gmail.com>"
 #define GLOBAL_COPYRIGHT_NOTICE "Copyright (C) 2010 Ambroz Bizjak <ambrop7@gmail.com>"
 
 
 #endif
 #endif