Browse Source

version 1.999.122rc2

ambrop7 13 years ago
parent
commit
5f55691f04
2 changed files with 11 additions and 1 deletions
  1. 10 0
      ChangeLog
  2. 1 1
      misc/version.h

+ 10 - 0
ChangeLog

@@ -1,4 +1,14 @@
 
+- NCD: add Foreach clause
+
+- NCD: implement _caller in spawn(), add spawn::join()
+
+- NCD: add explode()
+
+- NCD: add hard_reboot() and hard_poweroff()
+
+- NCD: add file_stat() and file_lstat()
+
 - 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

+ 1 - 1
misc/version.h

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