|
|
@@ -1,3 +1,26 @@
|
|
|
+
|
|
|
+- NCD: fix regex_replace() semantics. It was very broken because it did a complete replacement pass for every regex on the list, so it would match parts that have already been replaced, producing unexpected results.
|
|
|
+
|
|
|
+- NCD: small performance improvement
|
|
|
+
|
|
|
+Version 1.999.121:
|
|
|
+
|
|
|
+- NCD: improve error handling semantics; see http://code.google.com/p/badvpn/source/detail?r=1376
|
|
|
+
|
|
|
+- NCD: fix assertion failure in sys.evdev() if a device error occurs (e.g. device unplugged) while an event is being processed. Similar fix in some other modules, but these may not be reproducable.
|
|
|
+
|
|
|
+- NCD: some more performance improvements
|
|
|
+
|
|
|
+- NCD: some performance improvements (~30% faster interpretation of cpu-bound code)
|
|
|
+
|
|
|
+- NCD: implemented If..elif..else clause.
|
|
|
+
|
|
|
+- NCD: net.backend.wpa_supplicant: fix to work with wpa_supplicant>=1.0
|
|
|
+
|
|
|
+Version 1.999.115:
|
|
|
+
|
|
|
+- NCD: Many improvements; new statements, including call(), alias(), foreach(), choose().
|
|
|
+
|
|
|
Version 1.999.113:
|
|
|
|
|
|
- NCD: when starting child processes, make sure that file descriptors for standard
|