comparison src/version.c @ 2650:ef3a3ec8940c v7.3.070

updated for version 7.3.070 Problem: Can set environment variables in the sandbox, could be abused. Solution: Disallow it.
author Bram Moolenaar <bram@vim.org>
date Thu, 02 Dec 2010 14:48:14 +0100
parents b2789846ed39
children b254cfdd7405
comparison
equal deleted inserted replaced
2649:b2789846ed39 2650:ef3a3ec8940c
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 70,
717 /**/ 719 /**/
718 69, 720 69,
719 /**/ 721 /**/
720 68, 722 68,
721 /**/ 723 /**/