Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit c907113

Browse files
committed
version 1.999.129
1 parent 628ac69 commit c907113

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ChangeLog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 1.999.129:
2+
3+
- ncd: modules: file_open: Fix typo in assertion.
4+
5+
- 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.
6+
7+
- ncd: Look for various programs in PATH instead of hardcoded paths.
8+
9+
- Add compile-udpgw.sh.
10+
11+
- ncd: modules: net_dns: Implement net.dns.resolvconf() forspecification of arbitrary resolv.conf lines
12+
113
Version 1.999.128:
214

315
- tun2socks: add option --append-source-to-username to give the SOCKS server the source IP of the connection

misc/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#define BADVPN_MISC_VERSION_H
3636

3737
#define GLOBAL_PRODUCT_NAME "BadVPN"
38-
#define GLOBAL_VERSION "1.999.128"
38+
#define GLOBAL_VERSION "1.999.129"
3939
#define GLOBAL_COPYRIGHT_NOTICE "Copyright (C) 2010 Ambroz Bizjak <ambrop7@gmail.com>"
4040

4141
#endif

0 commit comments

Comments
 (0)