summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-04-30 11:12:35 +0000
committerDries Buytaert <dries@buytaert.net>2007-04-30 11:12:35 +0000
commit38d22252b9fee97e0b1ef8e8dedb3feea77d27f8 (patch)
treeb0e07b2d2ab8725d1388fdd76dc26111ad2d911b /CHANGELOG.txt
parentdad5275365da534d4d753c9c89e08346b963bf34 (diff)
downloadbrdo-38d22252b9fee97e0b1ef8e8dedb3feea77d27f8.tar.gz
brdo-38d22252b9fee97e0b1ef8e8dedb3feea77d27f8.tar.bz2
- Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 182f8ef2a..775c004d7 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -6,7 +6,8 @@ Drupal 6.0, xxxx-xx-xx (development version)
* New hook_watchdog that can be implemented by any module to route log messages to various destinations.
* Expands the severity levels from 3 (Error, Warning, Notice) to the 8 levels defined in RFC 3164.
* The watchdog module is now called dblog, and is optional, but enabled by default in the default install profile.
- * New optional syslog.module now in core.
+ * Extended the database log module so log messages can be filtered.
+ * Added syslog module: useful for monitoring large Drupal installations.
- Added theme registry: modules can directly provide .tpl.php files for their themes without having to create theme_ functions.
- Added versioning support to node terms.
- Made it easier to theme the forum overview page.