Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2006-11-19 03:27:38 +0300
committerMarc Delisle <marc@infomarc.info>2006-11-19 03:27:38 +0300
commit1c11d7e1f18101739a99269f4bea0f07876446d2 (patch)
treea1e249d3ff36f6cb595495b2de5b7681ef9c5dff
parenta43a6119555a03de41de4e9f2bd67a3c4061ce80 (diff)
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c71eb0905..f7dfd661f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
$Id$
$Source$
+2006-11-18 Marc Delisle <lem9@users.sourceforge.net>
+ * index.php, libraries/common.lib.php: undefined index
+ ### 2.9.1.1 released from MAINT_2_9_1
+
2006-11-18 Michal Čihař <michal@cihar.com>
* 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 <lem9@users.sourceforge.net>
- * index.php, libraries/common.lib.php: undefined index
-
2006-11-17 Michal Čihař <michal@cihar.com>
* sql.php, libraries/display_tbl.lib.php: Force pos to be integer to avoid
XSS.