From c90711372c0e9bb87a0a8ecf741f27b72946b28b Mon Sep 17 00:00:00 2001 From: Ambroz Bizjak Date: Tue, 18 Feb 2014 02:37:30 +0100 Subject: [PATCH] version 1.999.129 --- ChangeLog | 12 ++++++++++++ misc/version.h | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2c45c7802..4c4b96b79 100644 --- a/ChangeLog +++ b/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: - tun2socks: add option --append-source-to-username to give the SOCKS server the source IP of the connection diff --git a/misc/version.h b/misc/version.h index 265d1c4fb..a90523f06 100644 --- a/misc/version.h +++ b/misc/version.h @@ -35,7 +35,7 @@ #define BADVPN_MISC_VERSION_H #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 " #endif