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

Commit

Permalink
version 1.999.129
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrop72 committed Feb 18, 2014
1 parent 628ac69 commit c907113
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion misc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"

#endif

0 comments on commit c907113

Please sign in to comment.