diff nt/ChangeLog @ 110485:14057cf8379c

Fix bug#6820: Don't accept backslashes or quotes on compiler options. * nt/configure.bat: Err out when the argument of --cflags contains invalid characters (check implemented only for GCC).
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 23 Sep 2010 01:14:00 +0200
parents c362ff4a1555
children 19b118dd1498
line wrap: on
line diff
--- a/nt/ChangeLog	Wed Sep 22 15:22:06 2010 -0400
+++ b/nt/ChangeLog	Thu Sep 23 01:14:00 2010 +0200
@@ -1,3 +1,8 @@
+2010-09-22  Juanma Barranquero  <lekktu@gmail.com>
+
+	* configure.bat: Err out when the argument of --cflags contains
+	invalid characters (check implemented only for GCC).  (Bug#6820)
+
 2010-08-19  Juanma Barranquero  <lekktu@gmail.com>
 
 	* addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.