瀏覽代碼

update ChangeLog

ambrop7 14 年之前
父節點
當前提交
4c19283a3b
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      ChangeLog

+ 6 - 0
ChangeLog

@@ -1,10 +1,16 @@
 Version 1.999.113:
 
+- NCD: when starting child processes, make sure that file descriptors for standard
+  streams are always open in the child, by opening /dev/null if they are not.
+
 - Improve build system to allow selective building of components.
   By default, everything is built, unless -DBUILD_NOTHING_BY_DEFAULT=1 is given.
   Individual components can then be enabled or disabled using -DBUILD_COMPONENT=1
   and -DBUILD_COMPONENT=0.
 
+- When starting any BadVPN program, make sure that file descriptors for standard
+  streams are always open in the child, by opening /dev/null if they are not.
+
 - NCD: net.backend.wpa_supplicant(): add 'bssid' and 'ssid' variables to allow
   determining what wireless network wpa_supplicant connected to.