From 1c11d7e1f18101739a99269f4bea0f07876446d2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 19 Nov 2006 00:27:38 +0000 Subject: [PATCH] 2.9.1.1 --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c71eb090..f7dfd661f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-11-18 Marc Delisle + * index.php, libraries/common.lib.php: undefined index + ### 2.9.1.1 released from MAINT_2_9_1 + 2006-11-18 Michal Čihař * Documentation.html, libraries/ip_allow_deny.lib.php: Define headers which to trust in configuration, thanks for help with this to Christian @@ -12,9 +16,6 @@ $Source$ * libraries/common.lib.php: Fix XSS on database comment, thanks to laurent gaffié. -2006-11-18 Marc Delisle - * index.php, libraries/common.lib.php: undefined index - 2006-11-17 Michal Čihař * sql.php, libraries/display_tbl.lib.php: Force pos to be integer to avoid XSS.