summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-09-09 16:28:16 +0000
committerDries Buytaert <dries@buytaert.net>2001-09-09 16:28:16 +0000
commit8df2ec0e21f5a0fcb4d58b0729c01a86424abd67 (patch)
tree7103ce46833cc0889bcadaa0e22f9a2a9645e567
parent7dd34c6a7ff84c1fbba09beffa6c278cdbcb8d50 (diff)
downloadbrdo-8df2ec0e21f5a0fcb4d58b0729c01a86424abd67.tar.gz
brdo-8df2ec0e21f5a0fcb4d58b0729c01a86424abd67.tar.bz2
- Updated CHANGELOG at a best effort basis. If someone would like to go
over it to check for typos, missing information or confusing entries - don't hesitate to do so.
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d80a2f6e1..3023f4611 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-drupal x.xx, xx/xx/xxxx (CVS, unstable)
+drupal 3.00, 15/09/2001
-----------------------
- major overhaul of the entire underlying design:
* everything is based on nodes: nodes are a conceptual "black box" to couple and manage different types of content and that promotes reusing existing code, thus reducing the complexity and size of drupal as well as improving long-term stability.
@@ -17,6 +17,7 @@ drupal x.xx, xx/xx/xxxx (CVS, unstable)
- 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 blog.module.
- added poll.module.
- added system.module:
* moved most of the configuration options from hostname.conf to the new administration section.