summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2001-10-20 19:15:12 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2001-10-20 19:15:12 +0000
commit9e4dd57084c087eaa1b2ee55f4133af7663715dc (patch)
treeea11bb6d1bcfcb7e5f415d6501941c136d17718d
parente7fd76a1c96b254e904ac7bc661c1cf879a91157 (diff)
downloadbrdo-9e4dd57084c087eaa1b2ee55f4133af7663715dc.tar.gz
brdo-9e4dd57084c087eaa1b2ee55f4133af7663715dc.tar.bz2
- updated CHANGELOG.
-rw-r--r--CHANGELOG14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 74f681041..5642b1818 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,24 @@
drupal x.xx, xx/xx/xxxx
-----------------------
+- added tracker.module:
+ * replaces the previous "your [site]" links.
+- added weblogs.module.
+- themes:
+ * cleaned up the theme system.
+ * moved themes that are not maintained to contributions CVS repository.
+ * added theme Trillian.
+- database abstraction:
+ * changed to PEAR database abstraction layer.
+ * using ANSI SQL queries to be more portable.
- rewrote the user system:
* added support for Drupal authentication through XML-RPC and through
a Jabber server.
- various updates:
* improved the search system by making it context sensitive.
+ * fixed node retrieval based on titles.
+ * improved multiple sites using the same Drupal database support.
+ * added support for session ids in URLs instead of cookies.
+ * made front page a configuration setting.
drupal 3.00, 15/09/2001
-----------------------