diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e3f7ffd7d5d8a41dafc29eed1aa7e82aae29e945..c70dc0a40025c6e7ac5f8fa2ef76926665ad95ee 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,7 +11,8 @@ Drupal x.x.x, xxxx-xx-xx * added a mechanism to throttle certain operations. - usability: * refactored the block configuration pages. - * refactored the statistics and log pages. + * refactored the statistics pages. + * refactored the watchdog pages. * refactored the throttle module configuration. * added a 'add child page' link to book pages. - contact module: diff --git a/INSTALL.txt b/INSTALL.txt index 6bb16b08777333bba7e614fb5368d97e7dbb816f..33dcdfcd240b802937b3a3be190b9b8c8c5ac356 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -125,7 +125,7 @@ INSTALLATION $db_url line to match the database defined in the previous steps: $db_url = "mysql://username:password@localhost/database"; - + where 'username', 'password', 'localhost' and 'database' are the username, password, host and database name for your set up.