ambrop7 14 anni fa
parent
commit
5d0297761c
2 ha cambiato i file con 9 aggiunte e 1 eliminazioni
  1. 8 0
      ChangeLog
  2. 1 1
      misc/version.h

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+Version 1.999.112:
+
+- NCD: net.backend.wpa_supplicant(): add 'bssid' and 'ssid' variables to allow
+  determining what wireless network wpa_supplicant connected to.
+
+- NCD: net.backend.wpa_supplicant(): do not require the user to start wpa_supplicant via
+  stdbuf, but do it automatically.
+
 Version 1.999.111:
 
 - Improved protocol such that peers can use SSL when comminicating via the server. This

+ 1 - 1
misc/version.h

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