Browse Source

version 1.999.129

Ambroz Bizjak 12 years ago
parent
commit
c90711372c
2 changed files with 13 additions and 1 deletions
  1. 12 0
      ChangeLog
  2. 1 1
      misc/version.h

+ 12 - 0
ChangeLog

@@ -1,3 +1,15 @@
+Version 1.999.129:
+
+- ncd: modules: file_open: Fix typo in assertion.
+
+- server: Fix bug forgetting to call BSSLConnection_ReleaseBuffers(). Unless threads are enabled, this is an assert failure if NDEBUG is not defined an a non-issue otherwise.
+
+- ncd: Look for various programs in PATH instead of hardcoded paths.
+
+- Add compile-udpgw.sh.
+
+- ncd: modules: net_dns: Implement net.dns.resolvconf() forspecification of arbitrary resolv.conf lines
+
 Version 1.999.128:
 Version 1.999.128:
 
 
 - tun2socks: add option --append-source-to-username to give the SOCKS server the source IP of the connection
 - tun2socks: add option --append-source-to-username to give the SOCKS server the source IP of the connection

+ 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.128"
+#define GLOBAL_VERSION "1.999.129"
 #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