diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-06-30 22:32:06 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-06-30 22:32:06 +0000 |
commit | 441e2598883119365f63229f229ca2e1e60c0723 (patch) | |
tree | b9d5a4403c471a4acf8d04009dc92633aecb862b | |
parent | 87575929a5a540b7085d3376fb34548cba130bdd (diff) | |
download | brdo-441e2598883119365f63229f229ca2e1e60c0723.tar.gz brdo-441e2598883119365f63229f229ca2e1e60c0723.tar.bz2 |
- Updated CHANGELOG a bit.
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ drupal x.xx, xx/xx/xxxx (CVS, unstable) * added "auto-post new submissions" feature versus "moderate new submissions". - rewrote configuration file resolving: * Drupal tries to locate a configuration file that matches your domainname or uses conf.php if the former failed. Note also that the configuration files got renamed from .conf to .php for security's sake on mal-configured Drupal sites. +- added caching support which makes Drupal extremely scalable. - added access.module: * allows you to setup 'roles' (groups) and to bind a set of permissions to each group. - added poll.module. |